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

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

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 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
« no previous file with comments | « openssl/crypto/objects/obj_mac.num ('k') | openssl/crypto/objects/obj_xref.c » ('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 /* AUTOGENERATED BY objxref.pl, DO NOT EDIT */
2
3 typedef struct
4 {
5 int sign_id;
6 int hash_id;
7 int pkey_id;
8 } nid_triple;
9
10 static const nid_triple sigoid_srt[] =
11 {
12 {NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption},
13 {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
14 {NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption},
15 {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
16 {NID_dsaWithSHA, NID_sha, NID_dsa},
17 {NID_dsaWithSHA1_2, NID_sha1, NID_dsa_2},
18 {NID_mdc2WithRSA, NID_mdc2, NID_rsaEncryption},
19 {NID_md5WithRSA, NID_md5, NID_rsa},
20 {NID_dsaWithSHA1, NID_sha1, NID_dsa},
21 {NID_sha1WithRSA, NID_sha1, NID_rsa},
22 {NID_ripemd160WithRSA, NID_ripemd160, NID_rsaEncryption},
23 {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
24 {NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey},
25 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
26 {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
27 {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
28 {NID_sha224WithRSAEncryption, NID_sha224, NID_rsaEncryption},
29 {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
30 {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
31 {NID_ecdsa_with_SHA224, NID_sha224, NID_X9_62_id_ecPublicKey},
32 {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
33 {NID_ecdsa_with_SHA384, NID_sha384, NID_X9_62_id_ecPublicKey},
34 {NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey},
35 {NID_dsa_with_SHA224, NID_sha224, NID_dsa},
36 {NID_dsa_with_SHA256, NID_sha256, NID_dsa},
37 {NID_id_GostR3411_94_with_GostR3410_2001, NID_id_GostR3411_94, NID_id_Go stR3410_2001},
38 {NID_id_GostR3411_94_with_GostR3410_94, NID_id_GostR3411_94, NID_id_Gost R3410_94},
39 {NID_id_GostR3411_94_with_GostR3410_94_cc, NID_id_GostR3411_94, NID_id_G ostR3410_94_cc},
40 {NID_id_GostR3411_94_with_GostR3410_2001_cc, NID_id_GostR3411_94, NID_id _GostR3410_2001_cc},
41 {NID_rsassaPss, NID_undef, NID_rsaEncryption},
42 };
43
44 static const nid_triple * const sigoid_srt_xref[] =
45 {
46 &sigoid_srt[29],
47 &sigoid_srt[17],
48 &sigoid_srt[18],
49 &sigoid_srt[0],
50 &sigoid_srt[1],
51 &sigoid_srt[7],
52 &sigoid_srt[2],
53 &sigoid_srt[4],
54 &sigoid_srt[3],
55 &sigoid_srt[9],
56 &sigoid_srt[5],
57 &sigoid_srt[8],
58 &sigoid_srt[12],
59 &sigoid_srt[6],
60 &sigoid_srt[10],
61 &sigoid_srt[11],
62 &sigoid_srt[13],
63 &sigoid_srt[24],
64 &sigoid_srt[20],
65 &sigoid_srt[14],
66 &sigoid_srt[21],
67 &sigoid_srt[15],
68 &sigoid_srt[22],
69 &sigoid_srt[16],
70 &sigoid_srt[23],
71 &sigoid_srt[19],
72 &sigoid_srt[25],
73 &sigoid_srt[26],
74 &sigoid_srt[27],
75 &sigoid_srt[28],
76 };
77
OLDNEW
« no previous file with comments | « openssl/crypto/objects/obj_mac.num ('k') | openssl/crypto/objects/obj_xref.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698