-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Milestone
Description
The x509 SHA3 OIDs listed here:
cryptography/src/rust/cryptography-x509/src/oid.rs
Lines 130 to 137 in 5e73a91
pub const SHA3_224_OID: asn1::ObjectIdentifier = | |
asn1::oid!(1, 3, 6, 1, 4, 1, 37476, 3, 2, 1, 99, 7, 224); | |
pub const SHA3_256_OID: asn1::ObjectIdentifier = | |
asn1::oid!(1, 3, 6, 1, 4, 1, 37476, 3, 2, 1, 99, 7, 256); | |
pub const SHA3_384_OID: asn1::ObjectIdentifier = | |
asn1::oid!(1, 3, 6, 1, 4, 1, 37476, 3, 2, 1, 99, 7, 384); | |
pub const SHA3_512_OID: asn1::ObjectIdentifier = | |
asn1::oid!(1, 3, 6, 1, 4, 1, 37476, 3, 2, 1, 99, 7, 512); |
are deprecated values that should not be used anymore:
https://hosted.oidplus.com/viathinksoft/?goto=oid%3A1.3.6.1.4.1.37476.3.2.1.99.7.384
The NIST values {joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithms(4) hashalgs(2) sha3-384(9)}
should be used instead, wherever possible.
If these are strictly necessary for some use case you need, they should have at least warning about their deprecation and there should be generally usable variants with standard OIDs.
Metadata
Metadata
Assignees
Labels
No labels