diff options
Diffstat (limited to 'src/lib/libcrypto/err/openssl.ec')
-rw-r--r-- | src/lib/libcrypto/err/openssl.ec | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/src/lib/libcrypto/err/openssl.ec b/src/lib/libcrypto/err/openssl.ec deleted file mode 100644 index e0554b4342..0000000000 --- a/src/lib/libcrypto/err/openssl.ec +++ /dev/null | |||
@@ -1,96 +0,0 @@ | |||
1 | # crypto/err/openssl.ec | ||
2 | |||
3 | # configuration file for util/mkerr.pl | ||
4 | |||
5 | # files that may have to be rewritten by util/mkerr.pl | ||
6 | L ERR NONE NONE | ||
7 | L BN crypto/bn/bn.h crypto/bn/bn_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 | ||
10 | L EVP crypto/evp/evp.h crypto/evp/evp_err.c | ||
11 | L BUF crypto/buffer/buffer.h crypto/buffer/buf_err.c | ||
12 | L OBJ crypto/objects/objects.h crypto/objects/obj_err.c | ||
13 | L PEM crypto/pem/pem.h crypto/pem/pem_err.c | ||
14 | L DSA crypto/dsa/dsa.h crypto/dsa/dsa_err.c | ||
15 | L X509 crypto/x509/x509.h crypto/x509/x509_err.c | ||
16 | L ASN1 crypto/asn1/asn1.h crypto/asn1/asn1_err.c | ||
17 | L CONF crypto/conf/conf.h crypto/conf/conf_err.c | ||
18 | L CRYPTO crypto/crypto.h crypto/cpt_err.c | ||
19 | L EC crypto/ec/ec.h crypto/ec/ec_err.c | ||
20 | L SSL ssl/ssl.h ssl/ssl_err.c | ||
21 | L BIO crypto/bio/bio.h crypto/bio/bio_err.c | ||
22 | L PKCS7 crypto/pkcs7/pkcs7.h crypto/pkcs7/pkcs7err.c | ||
23 | L X509V3 crypto/x509v3/x509v3.h crypto/x509v3/v3err.c | ||
24 | L PKCS12 crypto/pkcs12/pkcs12.h crypto/pkcs12/pk12err.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 | ||
27 | L ENGINE crypto/engine/engine.h crypto/engine/eng_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 | ||
30 | L COMP crypto/comp/comp.h crypto/comp/comp_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 | ||
33 | L STORE crypto/store/store.h crypto/store/str_err.c | ||
34 | L TS crypto/ts/ts.h crypto/ts/ts_err.c | ||
35 | L HMAC crypto/hmac/hmac.h crypto/hmac/hmac_err.c | ||
36 | L CMS crypto/cms/cms.h crypto/cms/cms_err.c | ||
37 | L JPAKE crypto/jpake/jpake.h crypto/jpake/jpake_err.c | ||
38 | |||
39 | # additional header files to be scanned for function names | ||
40 | L NONE crypto/x509/x509_vfy.h NONE | ||
41 | L NONE crypto/ec/ec_lcl.h NONE | ||
42 | L NONE crypto/asn1/asn_lcl.h NONE | ||
43 | L NONE crypto/cms/cms_lcl.h NONE | ||
44 | |||
45 | |||
46 | F RSAREF_F_RSA_BN2BIN | ||
47 | F RSAREF_F_RSA_PRIVATE_DECRYPT | ||
48 | F RSAREF_F_RSA_PRIVATE_ENCRYPT | ||
49 | F RSAREF_F_RSA_PUBLIC_DECRYPT | ||
50 | F RSAREF_F_RSA_PUBLIC_ENCRYPT | ||
51 | #F SSL_F_CLIENT_CERTIFICATE | ||
52 | |||
53 | R SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010 | ||
54 | R SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020 | ||
55 | R SSL_R_TLSV1_ALERT_DECRYPTION_FAILED 1021 | ||
56 | R SSL_R_TLSV1_ALERT_RECORD_OVERFLOW 1022 | ||
57 | R SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE 1030 | ||
58 | R SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE 1040 | ||
59 | R SSL_R_SSLV3_ALERT_NO_CERTIFICATE 1041 | ||
60 | R SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 | ||
61 | R SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE 1043 | ||
62 | R SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED 1044 | ||
63 | R SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED 1045 | ||
64 | R SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN 1046 | ||
65 | R SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER 1047 | ||
66 | R SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048 | ||
67 | R SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049 | ||
68 | R SSL_R_TLSV1_ALERT_DECODE_ERROR 1050 | ||
69 | R SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051 | ||
70 | R SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060 | ||
71 | R SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070 | ||
72 | R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071 | ||
73 | R SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 | ||
74 | R SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 | ||
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 | ||
81 | |||
82 | R RSAREF_R_CONTENT_ENCODING 0x0400 | ||
83 | R RSAREF_R_DATA 0x0401 | ||
84 | R RSAREF_R_DIGEST_ALGORITHM 0x0402 | ||
85 | R RSAREF_R_ENCODING 0x0403 | ||
86 | R RSAREF_R_KEY 0x0404 | ||
87 | R RSAREF_R_KEY_ENCODING 0x0405 | ||
88 | R RSAREF_R_LEN 0x0406 | ||
89 | R RSAREF_R_MODULUS_LEN 0x0407 | ||
90 | R RSAREF_R_NEED_RANDOM 0x0408 | ||
91 | R RSAREF_R_PRIVATE_KEY 0x0409 | ||
92 | R RSAREF_R_PUBLIC_KEY 0x040a | ||
93 | R RSAREF_R_SIGNATURE 0x040b | ||
94 | R RSAREF_R_SIGNATURE_ENCODING 0x040c | ||
95 | R RSAREF_R_ENCRYPTION_ALGORITHM 0x040d | ||
96 | |||