Skip to content

Add PCv2 OIDs#32

Merged
JonathanWilbur merged 1 commit intopcv2from
pc2_oids
Mar 3, 2024
Merged

Add PCv2 OIDs#32
JonathanWilbur merged 1 commit intopcv2from
pc2_oids

Conversation

@JonathanWilbur
Copy link
Copy Markdown
Collaborator

No description provided.

@JonathanWilbur JonathanWilbur changed the base branch from attr_cert2 to pcv2 March 3, 2024 02:11
@JonathanWilbur JonathanWilbur merged commit 71e60bb into pcv2 Mar 3, 2024
JonathanWilbur pushed a commit that referenced this pull request Jan 31, 2025
Commit 1d1ca79 introduced
save and restore for the registers, saving them as

	stp		d8,d9,[sp, #16]
	stp		d10,d11,[sp, #32]
	stp		d12,d13,[sp, openssl#48]
	stp		d14,d15,[sp, openssl#64]

But the restore code was inadvertently typoed:

	ldp		d8,d9,[sp, #16]
	ldp		d10,d11,[sp, #32]
	ldp		d12,d13,[sp, openssl#48]
	ldp		d15,d16,[sp, openssl#64]

Restoring [sp, openssl#64] into d15,d16 instead of d14,d15.

Fixes: openssl#26466

CLA: trivial

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#26469)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant