2
0

DIGESTS.asn1 1.6 KB

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