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 2 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. Refactor X.509 encoding library to use the der crate

    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.
    jhand2 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    04c454a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. WIP: more changes

    jhand2 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fa97ad9 View commit details
    Browse the repository at this point in the history