diff options
| author | cvs2svn <admin@example.com> | 2013-02-14 15:11:45 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2013-02-14 15:11:45 +0000 |
| commit | 6f78006c046d1db00c07d2f9ba014243246a84cc (patch) | |
| tree | c1e76e693e8d7ff23b9f398e8e4b2470ff4fa565 /src/lib/libcrypto/objects/obj_xref.txt | |
| parent | 4383d44ca79eba8836d9f92c612c44ba8aeb87bd (diff) | |
| download | openbsd-OPENBSD_5_3_BASE.tar.gz openbsd-OPENBSD_5_3_BASE.tar.bz2 openbsd-OPENBSD_5_3_BASE.zip | |
This commit was manufactured by cvs2git to create tag 'OPENBSD_5_3_BASE'.OPENBSD_5_3_BASE
Diffstat (limited to 'src/lib/libcrypto/objects/obj_xref.txt')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_xref.txt | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/src/lib/libcrypto/objects/obj_xref.txt b/src/lib/libcrypto/objects/obj_xref.txt deleted file mode 100644 index cb917182ee..0000000000 --- a/src/lib/libcrypto/objects/obj_xref.txt +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 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 | |||
| 21 | # Alternative deprecated OIDs. By using the older "rsa" OID this | ||
| 22 | # type will be recognized by not normally used. | ||
| 23 | |||
| 24 | md5WithRSA md5 rsa | ||
| 25 | sha1WithRSA sha1 rsa | ||
| 26 | |||
| 27 | dsaWithSHA sha dsa | ||
| 28 | dsaWithSHA1 sha1 dsa | ||
| 29 | |||
| 30 | dsaWithSHA1_2 sha1 dsa_2 | ||
| 31 | |||
| 32 | ecdsa_with_SHA1 sha1 X9_62_id_ecPublicKey | ||
| 33 | ecdsa_with_SHA224 sha224 X9_62_id_ecPublicKey | ||
| 34 | ecdsa_with_SHA256 sha256 X9_62_id_ecPublicKey | ||
| 35 | ecdsa_with_SHA384 sha384 X9_62_id_ecPublicKey | ||
| 36 | ecdsa_with_SHA512 sha512 X9_62_id_ecPublicKey | ||
| 37 | ecdsa_with_Recommended undef X9_62_id_ecPublicKey | ||
| 38 | ecdsa_with_Specified undef X9_62_id_ecPublicKey | ||
| 39 | |||
| 40 | dsa_with_SHA224 sha224 dsa | ||
| 41 | dsa_with_SHA256 sha256 dsa | ||
| 42 | |||
| 43 | id_GostR3411_94_with_GostR3410_2001 id_GostR3411_94 id_GostR3410_2001 | ||
| 44 | id_GostR3411_94_with_GostR3410_94 id_GostR3411_94 id_GostR3410_94 | ||
| 45 | id_GostR3411_94_with_GostR3410_94_cc id_GostR3411_94 id_GostR3410_94_cc | ||
| 46 | id_GostR3411_94_with_GostR3410_2001_cc id_GostR3411_94 id_GostR3410_2001_cc | ||
