diff options
Diffstat (limited to 'src/lib/libcrypto/objects/obj_xref.txt')
-rw-r--r-- | src/lib/libcrypto/objects/obj_xref.txt | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.txt b/src/lib/libcrypto/objects/obj_xref.txt deleted file mode 100644 index 712b21a08e..0000000000 --- a/src/lib/libcrypto/objects/obj_xref.txt +++ /dev/null | |||
@@ -1,68 +0,0 @@ | |||
1 | # OID cross reference table. | ||
2 | # Links signatures OIDs to their corresponding public key algorithms | ||
3 | # and digests. The digest "undef" indicates the public key's ASN.1 | ||
4 | # method should handle AlgorithmIdentifiers and (at least part of) the | ||
5 | # message digest explicitly. | ||
6 | |||
7 | md2WithRSAEncryption md2 rsaEncryption | ||
8 | md5WithRSAEncryption md5 rsaEncryption | ||
9 | shaWithRSAEncryption sha rsaEncryption | ||
10 | sha1WithRSAEncryption sha1 rsaEncryption | ||
11 | md4WithRSAEncryption md4 rsaEncryption | ||
12 | sha256WithRSAEncryption sha256 rsaEncryption | ||
13 | sha384WithRSAEncryption sha384 rsaEncryption | ||
14 | sha512WithRSAEncryption sha512 rsaEncryption | ||
15 | sha224WithRSAEncryption sha224 rsaEncryption | ||
16 | mdc2WithRSA mdc2 rsaEncryption | ||
17 | ripemd160WithRSA ripemd160 rsaEncryption | ||
18 | RSA_SHA3_224 sha3_224 rsaEncryption | ||
19 | RSA_SHA3_256 sha3_256 rsaEncryption | ||
20 | RSA_SHA3_384 sha3_384 rsaEncryption | ||
21 | RSA_SHA3_512 sha3_512 rsaEncryption | ||
22 | # For PSS the digest algorithm can vary and depends on the included | ||
23 | # AlgorithmIdentifier. | ||
24 | rsassaPss undef rsaEncryption | ||
25 | |||
26 | Ed25519 undef Ed25519 | ||
27 | |||
28 | # Alternative deprecated OIDs. By using the older "rsa" OID this | ||
29 | # type will be recognized by not normally used. | ||
30 | |||
31 | md5WithRSA md5 rsa | ||
32 | sha1WithRSA sha1 rsa | ||
33 | |||
34 | dsaWithSHA sha dsa | ||
35 | dsaWithSHA1 sha1 dsa | ||
36 | |||
37 | dsaWithSHA1_2 sha1 dsa_2 | ||
38 | |||
39 | ecdsa_with_SHA1 sha1 X9_62_id_ecPublicKey | ||
40 | ecdsa_with_SHA224 sha224 X9_62_id_ecPublicKey | ||
41 | ecdsa_with_SHA256 sha256 X9_62_id_ecPublicKey | ||
42 | ecdsa_with_SHA384 sha384 X9_62_id_ecPublicKey | ||
43 | ecdsa_with_SHA512 sha512 X9_62_id_ecPublicKey | ||
44 | ecdsa_with_Recommended undef X9_62_id_ecPublicKey | ||
45 | ecdsa_with_Specified undef X9_62_id_ecPublicKey | ||
46 | |||
47 | dsa_with_SHA224 sha224 dsa | ||
48 | dsa_with_SHA256 sha256 dsa | ||
49 | |||
50 | id_GostR3411_94_with_GostR3410_2001 id_GostR3411_94 id_GostR3410_2001 | ||
51 | id_GostR3411_94_with_GostR3410_94 id_GostR3411_94 id_GostR3410_94 | ||
52 | id_GostR3411_94_with_GostR3410_94_cc id_GostR3411_94 id_GostR3410_94_cc | ||
53 | id_GostR3411_94_with_GostR3410_2001_cc id_GostR3411_94 id_GostR3410_2001_cc | ||
54 | id_tc26_signwithdigest_gost3410_2012_256 id_tc26_gost3411_2012_256 id_GostR3410_2001 | ||
55 | id_tc26_signwithdigest_gost3410_2012_512 id_tc26_gost3411_2012_512 id_GostR3410_2001 | ||
56 | |||
57 | # ECDH KDFs and their corresponding message digests and schemes | ||
58 | dhSinglePass_stdDH_sha1kdf_scheme sha1 dh_std_kdf | ||
59 | dhSinglePass_stdDH_sha224kdf_scheme sha224 dh_std_kdf | ||
60 | dhSinglePass_stdDH_sha256kdf_scheme sha256 dh_std_kdf | ||
61 | dhSinglePass_stdDH_sha384kdf_scheme sha384 dh_std_kdf | ||
62 | dhSinglePass_stdDH_sha512kdf_scheme sha512 dh_std_kdf | ||
63 | |||
64 | dhSinglePass_cofactorDH_sha1kdf_scheme sha1 dh_cofactor_kdf | ||
65 | dhSinglePass_cofactorDH_sha224kdf_scheme sha224 dh_cofactor_kdf | ||
66 | dhSinglePass_cofactorDH_sha256kdf_scheme sha256 dh_cofactor_kdf | ||
67 | dhSinglePass_cofactorDH_sha384kdf_scheme sha384 dh_cofactor_kdf | ||
68 | dhSinglePass_cofactorDH_sha512kdf_scheme sha512 dh_cofactor_kdf | ||