1-- ------------------------------------------------------------------- 2-- From https://tools.ietf.org/html/rfc4055#section-2.1 3 4id-sha1 OBJECT IDENTIFIER ::= { iso(1) 5 identified-organization(3) oiw(14) 6 secsig(3) algorithms(2) 26 } 7 8-- ------------------------------------------------------------------- 9-- From https://tools.ietf.org/html/rfc5480#appendix-A 10-- (OIDs for MD2 and MD5 are allowed only in EMSA-PKCS1-v1_5) 11 12id-md2 OBJECT IDENTIFIER ::= { 13 iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 2 } 14 15id-md5 OBJECT IDENTIFIER ::= { 16 iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 5 } 17 18-- ------------------------------------------------------------------- 19-- From https://csrc.nist.gov/projects/computer-security-objects-register/algorithm-registration 20 21id-sha256 OBJECT IDENTIFIER ::= { hashAlgs 1 } 22id-sha384 OBJECT IDENTIFIER ::= { hashAlgs 2 } 23id-sha512 OBJECT IDENTIFIER ::= { hashAlgs 3 } 24id-sha224 OBJECT IDENTIFIER ::= { hashAlgs 4 } 25id-sha512-224 OBJECT IDENTIFIER ::= { hashAlgs 5 } 26id-sha512-256 OBJECT IDENTIFIER ::= { hashAlgs 6 } 27id-sha3-224 OBJECT IDENTIFIER ::= { hashAlgs 7 } 28id-sha3-256 OBJECT IDENTIFIER ::= { hashAlgs 8 } 29id-sha3-384 OBJECT IDENTIFIER ::= { hashAlgs 9 } 30id-sha3-512 OBJECT IDENTIFIER ::= { hashAlgs 10 } 31id-shake128 OBJECT IDENTIFIER ::= { hashAlgs 11 } 32id-shake256 OBJECT IDENTIFIER ::= { hashAlgs 12 } 33id-shake128-len OBJECT IDENTIFIER ::= { hashAlgs 17 } 34id-shake256-len OBJECT IDENTIFIER ::= { hashAlgs 18 } 35id-KMACWithSHAKE128 OBJECT IDENTIFIER ::={hashAlgs 19} 36id-KMACWithSHAKE256 OBJECT IDENTIFIER ::={ hashAlgs 20} 37