Skip to content

Conversation

@npmccallum
Copy link
Contributor

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

Signed-off-by: Nathaniel McCallum [email protected]

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

Signed-off-by: Nathaniel McCallum <[email protected]>
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.

2 participants