1 | # configuration file for util/mkerr.pl
|
---|
2 |
|
---|
3 | # The INPUT HEADER is scanned for declarations
|
---|
4 | # LIBNAME PUBLIC HEADER ERROR-TABLE FILE INTERNAL HEADER (if relevant)
|
---|
5 | L ERR NONE NONE
|
---|
6 | L FUNC NONE NONE
|
---|
7 | L BN include/openssl/bnerr.h crypto/bn/bn_err.c include/crypto/bnerr.h
|
---|
8 | L RSA include/openssl/rsaerr.h crypto/rsa/rsa_err.c include/crypto/rsaerr.h
|
---|
9 | L DH include/openssl/dherr.h crypto/dh/dh_err.c include/crypto/dherr.h
|
---|
10 | L EVP include/openssl/evperr.h crypto/evp/evp_err.c include/crypto/evperr.h
|
---|
11 | L BUF include/openssl/buffererr.h crypto/buffer/buf_err.c include/crypto/buffererr.h
|
---|
12 | L OBJ include/openssl/objectserr.h crypto/objects/obj_err.c include/crypto/objectserr.h
|
---|
13 | L PEM include/openssl/pemerr.h crypto/pem/pem_err.c include/crypto/pemerr.h
|
---|
14 | L DSA include/openssl/dsaerr.h crypto/dsa/dsa_err.c include/crypto/dsaerr.h
|
---|
15 | L X509 include/openssl/x509err.h crypto/x509/x509_err.c include/crypto/x509err.h
|
---|
16 | L ASN1 include/openssl/asn1err.h crypto/asn1/asn1_err.c include/crypto/asn1err.h
|
---|
17 | L CONF include/openssl/conferr.h crypto/conf/conf_err.c include/crypto/conferr.h
|
---|
18 | L CRYPTO include/openssl/cryptoerr.h crypto/cpt_err.c include/crypto/cryptoerr.h
|
---|
19 | L EC include/openssl/ecerr.h crypto/ec/ec_err.c include/crypto/ecerr.h
|
---|
20 | L SSL include/openssl/sslerr.h ssl/ssl_err.c ssl/sslerr.h
|
---|
21 | L BIO include/openssl/bioerr.h crypto/bio/bio_err.c include/crypto/bioerr.h
|
---|
22 | L PKCS7 include/openssl/pkcs7err.h crypto/pkcs7/pkcs7err.c include/crypto/pkcs7err.h
|
---|
23 | L X509V3 include/openssl/x509v3err.h crypto/x509/v3err.c include/crypto/x509v3err.h
|
---|
24 | L PKCS12 include/openssl/pkcs12err.h crypto/pkcs12/pk12err.c include/crypto/pkcs12err.h
|
---|
25 | L RAND include/openssl/randerr.h crypto/rand/rand_err.c include/crypto/randerr.h
|
---|
26 | L DSO NONE crypto/dso/dso_err.c include/internal/dsoerr.h
|
---|
27 | L ENGINE include/openssl/engineerr.h crypto/engine/eng_err.c include/crypto/engineerr.h
|
---|
28 | L OCSP include/openssl/ocsperr.h crypto/ocsp/ocsp_err.c include/crypto/ocsperr.h
|
---|
29 | L UI include/openssl/uierr.h crypto/ui/ui_err.c include/crypto/uierr.h
|
---|
30 | L COMP include/openssl/comperr.h crypto/comp/comp_err.c include/crypto/comperr.h
|
---|
31 | L TS include/openssl/tserr.h crypto/ts/ts_err.c include/crypto/tserr.h
|
---|
32 | L CMS include/openssl/cmserr.h crypto/cms/cms_err.c include/crypto/cmserr.h
|
---|
33 | L CRMF include/openssl/crmferr.h crypto/crmf/crmf_err.c include/crypto/crmferr.h
|
---|
34 | L CMP include/openssl/cmperr.h crypto/cmp/cmp_err.c include/crypto/cmperr.h
|
---|
35 | L CT include/openssl/cterr.h crypto/ct/ct_err.c include/crypto/cterr.h
|
---|
36 | L ASYNC include/openssl/asyncerr.h crypto/async/async_err.c include/crypto/asyncerr.h
|
---|
37 | # KDF is only here for conservation purposes
|
---|
38 | L KDF NONE NONE NONE
|
---|
39 | L SM2 NONE crypto/sm2/sm2_err.c include/crypto/sm2err.h
|
---|
40 | L OSSL_STORE include/openssl/storeerr.h crypto/store/store_err.c include/crypto/storeerr.h
|
---|
41 | L ESS include/openssl/esserr.h crypto/ess/ess_err.c include/crypto/esserr.h
|
---|
42 | L PROP NONE crypto/property/property_err.c include/internal/propertyerr.h
|
---|
43 | L PROV include/openssl/proverr.h providers/common/provider_err.c providers/common/include/prov/proverr.h
|
---|
44 | L OSSL_ENCODER include/openssl/encodererr.h crypto/encode_decode/encoder_err.c include/crypto/encodererr.h
|
---|
45 | L OSSL_DECODER include/openssl/decodererr.h crypto/encode_decode/decoder_err.c include/crypto/decodererr.h
|
---|
46 | L HTTP include/openssl/httperr.h crypto/http/http_err.c include/crypto/httperr.h
|
---|
47 |
|
---|
48 | # SSL/TLS alerts
|
---|
49 | R SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010
|
---|
50 | R SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020
|
---|
51 | R SSL_R_TLSV1_ALERT_DECRYPTION_FAILED 1021
|
---|
52 | R SSL_R_TLSV1_ALERT_RECORD_OVERFLOW 1022
|
---|
53 | R SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE 1030
|
---|
54 | R SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE 1040
|
---|
55 | R SSL_R_SSLV3_ALERT_NO_CERTIFICATE 1041
|
---|
56 | R SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042
|
---|
57 | R SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE 1043
|
---|
58 | R SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED 1044
|
---|
59 | R SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED 1045
|
---|
60 | R SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN 1046
|
---|
61 | R SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER 1047
|
---|
62 | R SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048
|
---|
63 | R SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049
|
---|
64 | R SSL_R_TLSV1_ALERT_DECODE_ERROR 1050
|
---|
65 | R SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051
|
---|
66 | R SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060
|
---|
67 | R SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070
|
---|
68 | R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071
|
---|
69 | R SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080
|
---|
70 | R SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK 1086
|
---|
71 | R SSL_R_TLSV1_ALERT_USER_CANCELLED 1090
|
---|
72 | R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100
|
---|
73 | R SSL_R_TLSV13_ALERT_MISSING_EXTENSION 1109
|
---|
74 | R SSL_R_TLSV1_UNSUPPORTED_EXTENSION 1110
|
---|
75 | R SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE 1111
|
---|
76 | R SSL_R_TLSV1_UNRECOGNIZED_NAME 1112
|
---|
77 | R SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE 1113
|
---|
78 | R SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE 1114
|
---|
79 | R TLS1_AD_UNKNOWN_PSK_IDENTITY 1115
|
---|
80 | R SSL_R_TLSV13_ALERT_CERTIFICATE_REQUIRED 1116
|
---|
81 | R TLS1_AD_NO_APPLICATION_PROTOCOL 1120
|
---|