OID value: 2.16.840.1.101.3.4.4
OID description:
The pages https://oidref.com/2.16.840.1.101.3.4.4 and https://www.alvestrand.no/objectid/2.16.840.1.101.3.4.4.html show info for id-aes128-CFB.
This is wrong. Let me explain:
- Looking up the NIST page we can see the id-aes128-CFB is `id-aes128-CFB OBJECT IDENTIFIER ::= { aes 4 }`.
- So it ends with 4.
- It is prefixed by `aes OBJECT IDENTIFIER ::= { nistAlgorithms 1 }`
- So that is: 1.4
- We prepend the nistAlgorithms oid: https://oidref.com/2.16.840.1.101.3.4
- So we end up with the correct one:
2.16.840.1.101.3.4.1.4
vs. the incorrect
2.16.840.1.101.3.4.4
https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registration
I just subled upon this because the ML-KEM oids have been just released - which use the 2.16.840.1.101.3.4.4 (the wrongly used by oidref.com and alvestrand.no)
Here are the correct Kems
2.16.840.1.101.3.4.4 kems
2.16.840.1.101.3.4.4.1 id-alg-ml-kem-512
2.16.840.1.101.3.4.4.2 id-alg-ml-kem-768
2.16.840.1.101.3.4.4.3 id-alg-ml-kem-1024
URL for further info: https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registration
See also 2.16.840.1.101.3.4 (reviewed)
See also 2.16.840.1.101.3 (reviewed)
See also 2.16.840.1.101 (reviewed)
See also 2.16.840.1 (reviewed)
See also 2.16.840 (reviewed)
See also 2.16 (reviewed)
See also 2 (reviewed)