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

feat(const-oid): add additional RFCs to the OID DB #456

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

npmccallum
Copy link
Contributor

  • RFC 5911
  • RFC 5912
  • RFC 6268
  • RFC 7107
  • RFC 7299

Signed-off-by: Nathaniel McCallum nathaniel@profian.com

* RFC 5911
* RFC 5912
* RFC 6268
* RFC 7107
* RFC 7299

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
Comment on lines +889 to +890
hMAC-SHA1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
dod(6) internet(1) security(5) mechanisms(5) 8 1 2 }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, some funky capitalization there which is reflected in the generated code. It is what it is, I guess...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tarcieri Yeah. I can't change history. However, at least we output something sane:

    pub const HMAC_SHA_1: crate::NamedOid<'_> = crate::NamedOid {
        oid: crate::ObjectIdentifier::new("1.3.6.1.5.5.8.1.2"),
        name: "hMAC-SHA1",
    };

@tarcieri tarcieri merged commit 497991f into RustCrypto:master Mar 2, 2022
@tarcieri tarcieri mentioned this pull request Mar 11, 2022
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.

None yet

2 participants