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 ML-DSA-65 signatures. #1305

Merged
merged 6 commits into from
Feb 24, 2025
Merged

Conversation

juergw
Copy link
Contributor

@juergw juergw commented Feb 17, 2025

PKCS8 and X509 key serialization are not yet supported, because that is not yet standardised.
See:
https://datatracker.ietf.org/doc/html/draft-ietf-lamps-dilithium-certificates-07

It is better to not support this until it is standardised, so that we don't have
to make a breaking change if the format still changes.

Raw serialisation and deserialisation is supported. For private keys, the seed
is used as raw format. The expanded private key is not supported. BoringSSL
doesn't provided a public API to serialise the expanded private key.

juergw and others added 5 commits February 17, 2025 14:50
PKCS8 and X509 are not yet supported, because that is not yet standardized, see
https://datatracker.ietf.org/doc/html/draft-ietf-lamps-dilithium-certificates-07

It is better to not support this until it is standardized, so that we don't have
to make a breaking change if the format still changes.

Therefore, keys also can't yet be serialized.

Raw serialization and deserialization is supported. For private keys, the seed
is used as raw format. The expanded private key is not supported. BoringSSL
doesn't provided a public API to serialise the expanded private key.
@prbprbprb prbprbprb merged commit 85c49f9 into google:master Feb 24, 2025
6 checks passed
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.

2 participants