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

Side by Side Diff: openssl/crypto/err/openssl.ec

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/err/err_str.c ('k') | openssl/crypto/evp/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # crypto/err/openssl.ec 1 # crypto/err/openssl.ec
2 2
3 # configuration file for util/mkerr.pl 3 # configuration file for util/mkerr.pl
4 4
5 # files that may have to be rewritten by util/mkerr.pl 5 # files that may have to be rewritten by util/mkerr.pl
6 L ERR NONE NONE 6 L ERR NONE NONE
7 L BN crypto/bn/bn.h crypto/bn/bn_err.c 7 L BN crypto/bn/bn.h crypto/bn/bn_err.c
8 L RSA crypto/rsa/rsa.h crypto/rsa/rsa_err.c 8 L RSA crypto/rsa/rsa.h crypto/rsa/rsa_err.c
9 L DH crypto/dh/dh.h crypto/dh/dh_err.c 9 L DH crypto/dh/dh.h crypto/dh/dh_err.c
10 L EVP crypto/evp/evp.h crypto/evp/evp_err.c 10 L EVP crypto/evp/evp.h crypto/evp/evp_err.c
(...skipping 13 matching lines...) Expand all
24 L PKCS12 crypto/pkcs12/pkcs12.h crypto/pkcs12/pk12err.c 24 L PKCS12 crypto/pkcs12/pkcs12.h crypto/pkcs12/pk12err.c
25 L RAND crypto/rand/rand.h crypto/rand/rand_err.c 25 L RAND crypto/rand/rand.h crypto/rand/rand_err.c
26 L DSO crypto/dso/dso.h crypto/dso/dso_err.c 26 L DSO crypto/dso/dso.h crypto/dso/dso_err.c
27 L ENGINE crypto/engine/engine.h crypto/engine/eng_err.c 27 L ENGINE crypto/engine/engine.h crypto/engine/eng_err.c
28 L OCSP crypto/ocsp/ocsp.h crypto/ocsp/ocsp_err.c 28 L OCSP crypto/ocsp/ocsp.h crypto/ocsp/ocsp_err.c
29 L UI crypto/ui/ui.h crypto/ui/ui_err.c 29 L UI crypto/ui/ui.h crypto/ui/ui_err.c
30 L COMP crypto/comp/comp.h crypto/comp/comp_err.c 30 L COMP crypto/comp/comp.h crypto/comp/comp_err.c
31 L ECDSA crypto/ecdsa/ecdsa.h crypto/ecdsa/ecs_err.c 31 L ECDSA crypto/ecdsa/ecdsa.h crypto/ecdsa/ecs_err.c
32 L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c 32 L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c
33 L STORE crypto/store/store.h crypto/store/str_err.c 33 L STORE crypto/store/store.h crypto/store/str_err.c
34 L FIPS» » fips/fips.h» » » crypto/fips_err.h 34 L TS» » crypto/ts/ts.h» » » crypto/ts/ts_err.c
35 L HMAC» » crypto/hmac/hmac.h» » crypto/hmac/hmac_err.c
35 L CMS crypto/cms/cms.h crypto/cms/cms_err.c 36 L CMS crypto/cms/cms.h crypto/cms/cms_err.c
36 L JPAKE crypto/jpake/jpake.h crypto/jpake/jpake_err.c 37 L JPAKE crypto/jpake/jpake.h crypto/jpake/jpake_err.c
37 38
38 # additional header files to be scanned for function names 39 # additional header files to be scanned for function names
39 L NONE crypto/x509/x509_vfy.h NONE 40 L NONE crypto/x509/x509_vfy.h NONE
40 L NONE crypto/ec/ec_lcl.h NONE 41 L NONE crypto/ec/ec_lcl.h NONE
42 L NONE crypto/asn1/asn_lcl.h NONE
41 L NONE crypto/cms/cms_lcl.h NONE 43 L NONE crypto/cms/cms_lcl.h NONE
42 44
43 45
44 F RSAREF_F_RSA_BN2BIN 46 F RSAREF_F_RSA_BN2BIN
45 F RSAREF_F_RSA_PRIVATE_DECRYPT 47 F RSAREF_F_RSA_PRIVATE_DECRYPT
46 F RSAREF_F_RSA_PRIVATE_ENCRYPT 48 F RSAREF_F_RSA_PRIVATE_ENCRYPT
47 F RSAREF_F_RSA_PUBLIC_DECRYPT 49 F RSAREF_F_RSA_PUBLIC_DECRYPT
48 F RSAREF_F_RSA_PUBLIC_ENCRYPT 50 F RSAREF_F_RSA_PUBLIC_ENCRYPT
49 #F SSL_F_CLIENT_CERTIFICATE 51 #F SSL_F_CLIENT_CERTIFICATE
50 52
(...skipping 13 matching lines...) Expand all
64 R SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048 66 R SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048
65 R SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049 67 R SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049
66 R SSL_R_TLSV1_ALERT_DECODE_ERROR 1050 68 R SSL_R_TLSV1_ALERT_DECODE_ERROR 1050
67 R SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051 69 R SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051
68 R SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060 70 R SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060
69 R SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070 71 R SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070
70 R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071 72 R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071
71 R SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 73 R SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080
72 R SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 74 R SSL_R_TLSV1_ALERT_USER_CANCELLED 1090
73 R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100 75 R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100
76 R SSL_R_TLSV1_UNSUPPORTED_EXTENSION 1110
77 R SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE 1111
78 R SSL_R_TLSV1_UNRECOGNIZED_NAME 1112
79 R SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE 1113
80 R SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE 1114
74 81
75 R RSAREF_R_CONTENT_ENCODING 0x0400 82 R RSAREF_R_CONTENT_ENCODING 0x0400
76 R RSAREF_R_DATA 0x0401 83 R RSAREF_R_DATA 0x0401
77 R RSAREF_R_DIGEST_ALGORITHM 0x0402 84 R RSAREF_R_DIGEST_ALGORITHM 0x0402
78 R RSAREF_R_ENCODING 0x0403 85 R RSAREF_R_ENCODING 0x0403
79 R RSAREF_R_KEY 0x0404 86 R RSAREF_R_KEY 0x0404
80 R RSAREF_R_KEY_ENCODING 0x0405 87 R RSAREF_R_KEY_ENCODING 0x0405
81 R RSAREF_R_LEN 0x0406 88 R RSAREF_R_LEN 0x0406
82 R RSAREF_R_MODULUS_LEN 0x0407 89 R RSAREF_R_MODULUS_LEN 0x0407
83 R RSAREF_R_NEED_RANDOM 0x0408 90 R RSAREF_R_NEED_RANDOM 0x0408
84 R RSAREF_R_PRIVATE_KEY 0x0409 91 R RSAREF_R_PRIVATE_KEY 0x0409
85 R RSAREF_R_PUBLIC_KEY 0x040a 92 R RSAREF_R_PUBLIC_KEY 0x040a
86 R RSAREF_R_SIGNATURE 0x040b 93 R RSAREF_R_SIGNATURE 0x040b
87 R RSAREF_R_SIGNATURE_ENCODING 0x040c 94 R RSAREF_R_SIGNATURE_ENCODING 0x040c
88 R RSAREF_R_ENCRYPTION_ALGORITHM 0x040d 95 R RSAREF_R_ENCRYPTION_ALGORITHM 0x040d
89 96
OLDNEW
« no previous file with comments | « openssl/crypto/err/err_str.c ('k') | openssl/crypto/evp/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698