Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecdsa: gate pkcs8::Encode*Key impls under alloc+pkcs8 #783

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

tarcieri
Copy link
Member

...rather than pem, as these can be used to encode DER without having full pem support enabled.

Closes #721

@tarcieri tarcieri force-pushed the ecdsa/gate-pkcs8-encode-under-alloc+pkcs8 branch from d7427d7 to bb14814 Compare January 17, 2024 14:55
...rather than `pem`, as these can be used to encode DER without having
full `pem` support enabled.

Closes #721
@tarcieri tarcieri force-pushed the ecdsa/gate-pkcs8-encode-under-alloc+pkcs8 branch from bb14814 to affe547 Compare January 17, 2024 15:03
@tarcieri tarcieri merged commit 970aacf into master Jan 17, 2024
8 checks passed
@tarcieri tarcieri deleted the ecdsa/gate-pkcs8-encode-under-alloc+pkcs8 branch January 17, 2024 15:09
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.

ecdsa: Why are (Decode|Encode)(Private|Public)Key trait implementations gated behind pem?
1 participant