Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Side by Side Diff: openssl/crypto/objects/obj_xref.txt

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/crypto/objects/obj_xref.c ('k') | openssl/crypto/objects/objects.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
17 # Alternative deprecated OIDs. By using the older "rsa" OID this
18 # type will be recognized by not normally used.
19
20 md5WithRSA md5 rsa
21 sha1WithRSA sha1 rsa
22
23 dsaWithSHA sha dsa
24 dsaWithSHA1 sha1 dsa
25
26 dsaWithSHA1_2 sha1 dsa_2
27
28 ecdsa_with_SHA1 sha1 X9_62_id_ecPublicKey
29 ecdsa_with_SHA224 sha224 X9_62_id_ecPublicKey
30 ecdsa_with_SHA256 sha256 X9_62_id_ecPublicKey
31 ecdsa_with_SHA384 sha384 X9_62_id_ecPublicKey
32 ecdsa_with_SHA512 sha512 X9_62_id_ecPublicKey
33 ecdsa_with_Recommended undef X9_62_id_ecPublicKey
34 ecdsa_with_Specified undef X9_62_id_ecPublicKey
35
36 dsa_with_SHA224 sha224 dsa
37 dsa_with_SHA256 sha256 dsa
38
39 id_GostR3411_94_with_GostR3410_2001 id_GostR3411_94 id_GostR3410_2001
40 id_GostR3411_94_with_GostR3410_94 id_GostR3411_94 id_GostR3410_94
41 id_GostR3411_94_with_GostR3410_94_cc id_GostR3411_94 id_GostR3410_94_cc
42 id_GostR3411_94_with_GostR3410_2001_cc id_GostR3411_94 id_GostR3410_2001_cc
OLDNEW
« no previous file with comments | « openssl/crypto/objects/obj_xref.c ('k') | openssl/crypto/objects/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698