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

Add support for Ed25519 certificates #205

Merged
merged 3 commits into from
Oct 30, 2024
Merged

Add support for Ed25519 certificates #205

merged 3 commits into from
Oct 30, 2024

Conversation

Lukasa
Copy link
Contributor

@Lukasa Lukasa commented Oct 29, 2024

Motivation

While Ed25519 is not available in the WebPKI, there are a number of contexts where it's an appropriate signature algorithm for X.509. In those contexts,
we should allow the signature algorithm.

Modifications

Add support for Ed25519 keys and signatures.
Add unit tests

Result

Ed25519 support in the X509 certs

@Lukasa Lukasa added the semver/minor Adds new public API. label Oct 29, 2024
Motivation

While Ed25519 is not available in the WebPKI, there
are a number of contexts where it's an appropriate
signature algorithm for X.509. In those contexts,
we should allow the signature algorithm.

Modifications

Add support for Ed25519 keys and signatures.
Add unit tests

Result

Ed25519 support in the X509 certs
@Lukasa Lukasa merged commit 27c6b0f into apple:main Oct 30, 2024
42 checks passed
@Lukasa Lukasa deleted the cb-ed25519 branch October 30, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants