obj_xref.txt 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # OID cross reference table.
  2. # Links signatures OIDs to their corresponding public key algorithms
  3. # and digests.
  4. md2WithRSAEncryption md2 rsaEncryption
  5. md5WithRSAEncryption md5 rsaEncryption
  6. shaWithRSAEncryption sha rsaEncryption
  7. sha1WithRSAEncryption sha1 rsaEncryption
  8. md4WithRSAEncryption md4 rsaEncryption
  9. sha256WithRSAEncryption sha256 rsaEncryption
  10. sha384WithRSAEncryption sha384 rsaEncryption
  11. sha512WithRSAEncryption sha512 rsaEncryption
  12. sha224WithRSAEncryption sha224 rsaEncryption
  13. mdc2WithRSA mdc2 rsaEncryption
  14. ripemd160WithRSA ripemd160 rsaEncryption
  15. # For PSS the digest algorithm can vary and depends on the included
  16. # AlgorithmIdentifier. The digest "undef" indicates the public key
  17. # method should handle this explicitly.
  18. rsassaPss undef rsaEncryption
  19. # Alternative deprecated OIDs. By using the older "rsa" OID this
  20. # type will be recognized by not normally used.
  21. md5WithRSA md5 rsa
  22. sha1WithRSA sha1 rsa
  23. dsaWithSHA sha dsa
  24. dsaWithSHA1 sha1 dsa
  25. dsaWithSHA1_2 sha1 dsa_2
  26. ecdsa_with_SHA1 sha1 X9_62_id_ecPublicKey
  27. ecdsa_with_SHA224 sha224 X9_62_id_ecPublicKey
  28. ecdsa_with_SHA256 sha256 X9_62_id_ecPublicKey
  29. ecdsa_with_SHA384 sha384 X9_62_id_ecPublicKey
  30. ecdsa_with_SHA512 sha512 X9_62_id_ecPublicKey
  31. ecdsa_with_Recommended undef X9_62_id_ecPublicKey
  32. ecdsa_with_Specified undef X9_62_id_ecPublicKey
  33. dsa_with_SHA224 sha224 dsa
  34. dsa_with_SHA256 sha256 dsa
  35. id_GostR3411_94_with_GostR3410_2001 id_GostR3411_94 id_GostR3410_2001
  36. id_GostR3411_94_with_GostR3410_94 id_GostR3411_94 id_GostR3410_94
  37. id_GostR3411_94_with_GostR3410_94_cc id_GostR3411_94 id_GostR3410_94_cc
  38. id_GostR3411_94_with_GostR3410_2001_cc id_GostR3411_94 id_GostR3410_2001_cc