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

const-oid/v0.9.5 backporting rfc8410 OIDs #1182

Merged
merged 3 commits into from
Aug 8, 2023

Commits on Aug 2, 2023

  1. const-oid: Add OIDs from rfc8410. (RustCrypto#867)

    This includes: Ed25519, Ed448, X25519 and X448.
    
    This RFC & the relevant OIDs aren't included in the IANA LDAP CSV. The
    full text of the RFC is included as an alternative.
    flihp committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9069196 View commit details
    Browse the repository at this point in the history
  2. const-oid v0.9.5

    Backport release for RFC8410 support from RustCrypto#867
    flihp committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    75938f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. CI: Remove --all-features when running clippy.

    Including `--all-features` builds const-oid with the `arbitrary` feature
    which has dependencies incompatible with the current MSRV.
    flihp committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    447843b View commit details
    Browse the repository at this point in the history