c36695c9ab73a30427810e5ecea6934bcea895c5
[openssl.git] / crypto / objects / obj_xref.txt
1 # OID cross reference table.
2 # Links signatures OIDs to their corresponding public key algorithms
3 # and digests.
4
5 md2WithRSAEncryption    md2     rsaEncryption
6 md5WithRSAEncryption    md5     rsaEncryption
7 shaWithRSAEncryption    sha     rsaEncryption
8 sha1WithRSAEncryption   sha1    rsaEncryption
9 md4WithRSAEncryption    md4     rsaEncryption
10 sha256WithRSAEncryption sha256  rsaEncryption
11 sha384WithRSAEncryption sha384  rsaEncryption
12 sha512WithRSAEncryption sha512  rsaEncryption
13 sha224WithRSAEncryption sha224  rsaEncryption
14 mdc2WithRSA             mdc2    rsaEncryption
15 ripemd160WithRSA        ripemd160 rsaEncryption
16 # For PSS the digest algorithm can vary and depends on the included
17 # AlgorithmIdentifier. The digest "undef" indicates the public key
18 # method should handle this explicitly.
19 rsassaPss               undef   rsaEncryption
20 ED25519             undef       ED25519
21
22 # Alternative deprecated OIDs. By using the older "rsa" OID this
23 # type will be recognized by not normally used.
24
25 md5WithRSA              md5     rsa
26 sha1WithRSA             sha1    rsa
27
28 dsaWithSHA              sha     dsa
29 dsaWithSHA1             sha1    dsa
30
31 dsaWithSHA1_2           sha1    dsa_2
32
33 ecdsa_with_SHA1         sha1    X9_62_id_ecPublicKey
34 ecdsa_with_SHA224       sha224  X9_62_id_ecPublicKey
35 ecdsa_with_SHA256       sha256  X9_62_id_ecPublicKey
36 ecdsa_with_SHA384       sha384  X9_62_id_ecPublicKey
37 ecdsa_with_SHA512       sha512  X9_62_id_ecPublicKey
38 ecdsa_with_Recommended  undef   X9_62_id_ecPublicKey
39 ecdsa_with_Specified    undef   X9_62_id_ecPublicKey
40
41 dsa_with_SHA224         sha224  dsa
42 dsa_with_SHA256         sha256  dsa
43
44 id_GostR3411_94_with_GostR3410_2001     id_GostR3411_94 id_GostR3410_2001
45 id_GostR3411_94_with_GostR3410_94       id_GostR3411_94 id_GostR3410_94
46 id_GostR3411_94_with_GostR3410_94_cc    id_GostR3411_94 id_GostR3410_94_cc
47 id_GostR3411_94_with_GostR3410_2001_cc  id_GostR3411_94 id_GostR3410_2001_cc
48 id_tc26_signwithdigest_gost3410_2012_256 id_GostR3411_2012_256 id_GostR3410_2012_256
49 id_tc26_signwithdigest_gost3410_2012_512 id_GostR3411_2012_512 id_GostR3410_2012_512
50 # ECDH KDFs and their corresponding message digests and schemes
51 dhSinglePass_stdDH_sha1kdf_scheme               sha1    dh_std_kdf
52 dhSinglePass_stdDH_sha224kdf_scheme             sha224  dh_std_kdf
53 dhSinglePass_stdDH_sha256kdf_scheme             sha256  dh_std_kdf
54 dhSinglePass_stdDH_sha384kdf_scheme             sha384  dh_std_kdf
55 dhSinglePass_stdDH_sha512kdf_scheme             sha512  dh_std_kdf
56
57 dhSinglePass_cofactorDH_sha1kdf_scheme          sha1    dh_cofactor_kdf
58 dhSinglePass_cofactorDH_sha224kdf_scheme        sha224  dh_cofactor_kdf
59 dhSinglePass_cofactorDH_sha256kdf_scheme        sha256  dh_cofactor_kdf
60 dhSinglePass_cofactorDH_sha384kdf_scheme        sha384  dh_cofactor_kdf
61 dhSinglePass_cofactorDH_sha512kdf_scheme        sha512  dh_cofactor_kdf