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

Refactor X.509 encoding library to use the der crate #351

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jhand2
Copy link
Collaborator

@jhand2 jhand2 commented Sep 12, 2024

The der crate-based implementation is significantly less code and follows a more consistent pattern. Since this allows defining types with encoding rules, this will make it much simpler to add structures for ML-DSA structures for Caliptra 2.0.

The der crate is part of RustCrypto and is intended to be embedded/no_std friendly.

Copy link

linux-foundation-easycla bot commented Sep 12, 2024

CLA Not Signed

The der crate-based implementation is significantly less code and follows a
more consistent pattern. Since this allows defining types with encoding
rules, this will make it much simpler to add structures for ML-DSA
structures for Caliptra 2.0.

The der crate is part of RustCrypto and is intended to be
embedded/no_std friendly.
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