1# configuration file for util/mkerr.pl
2
3# The INPUT HEADER is scanned for declarations
4# LIBNAME       INPUT HEADER                    ERROR-TABLE FILE
5L ERR           NONE                            NONE
6L BN            include/openssl/bn.h            crypto/bn/bn_err.c
7L RSA           include/openssl/rsa.h           crypto/rsa/rsa_err.c
8L DH            include/openssl/dh.h            crypto/dh/dh_err.c
9L EVP           include/openssl/evp.h           crypto/evp/evp_err.c
10L BUF           include/openssl/buffer.h        crypto/buffer/buf_err.c
11L OBJ           include/openssl/objects.h       crypto/objects/obj_err.c
12L PEM           include/openssl/pem.h           crypto/pem/pem_err.c
13L DSA           include/openssl/dsa.h           crypto/dsa/dsa_err.c
14L X509          include/openssl/x509.h          crypto/x509/x509_err.c
15L ASN1          include/openssl/asn1.h          crypto/asn1/asn1_err.c
16L CONF          include/openssl/conf.h          crypto/conf/conf_err.c
17L CRYPTO        include/openssl/crypto.h        crypto/cpt_err.c
18L EC            include/openssl/ec.h            crypto/ec/ec_err.c
19L SSL           include/openssl/ssl.h           ssl/ssl_err.c
20L BIO           include/openssl/bio.h           crypto/bio/bio_err.c
21L PKCS7         include/openssl/pkcs7.h         crypto/pkcs7/pkcs7err.c
22L X509V3        include/openssl/x509v3.h        crypto/x509v3/v3err.c
23L PKCS12        include/openssl/pkcs12.h        crypto/pkcs12/pk12err.c
24L RAND          include/openssl/rand.h          crypto/rand/rand_err.c
25L DSO           include/internal/dso.h          crypto/dso/dso_err.c
26L ENGINE        include/openssl/engine.h        crypto/engine/eng_err.c
27L OCSP          include/openssl/ocsp.h          crypto/ocsp/ocsp_err.c
28L UI            include/openssl/ui.h            crypto/ui/ui_err.c
29L COMP          include/openssl/comp.h          crypto/comp/comp_err.c
30L TS            include/openssl/ts.h            crypto/ts/ts_err.c
31L CMS           include/openssl/cms.h           crypto/cms/cms_err.c
32L CT            include/openssl/ct.h            crypto/ct/ct_err.c
33L ASYNC         include/openssl/async.h         crypto/async/async_err.c
34L KDF           include/openssl/kdf.h           crypto/kdf/kdf_err.c
35L SM2           include/crypto/sm2.h            crypto/sm2/sm2_err.c
36L OSSL_STORE    include/openssl/store.h         crypto/store/store_err.c
37
38# additional header files to be scanned for function names
39L NONE          include/openssl/x509_vfy.h      NONE
40L NONE          crypto/ec/ec_local.h              NONE
41L NONE          crypto/cms/cms_local.h            NONE
42L NONE          crypto/ct/ct_local.h             NONE
43L NONE          ssl/ssl_local.h                  NONE
44
45# SSL/TLS alerts
46R SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE          1010
47R SSL_R_SSLV3_ALERT_BAD_RECORD_MAC              1020
48R SSL_R_TLSV1_ALERT_DECRYPTION_FAILED           1021
49R SSL_R_TLSV1_ALERT_RECORD_OVERFLOW             1022
50R SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE       1030
51R SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE           1040
52R SSL_R_SSLV3_ALERT_NO_CERTIFICATE              1041
53R SSL_R_SSLV3_ALERT_BAD_CERTIFICATE             1042
54R SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE     1043
55R SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED         1044
56R SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED         1045
57R SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN         1046
58R SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER           1047
59R SSL_R_TLSV1_ALERT_UNKNOWN_CA                  1048
60R SSL_R_TLSV1_ALERT_ACCESS_DENIED               1049
61R SSL_R_TLSV1_ALERT_DECODE_ERROR                1050
62R SSL_R_TLSV1_ALERT_DECRYPT_ERROR               1051
63R SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION          1060
64R SSL_R_TLSV1_ALERT_PROTOCOL_VERSION            1070
65R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY       1071
66R SSL_R_TLSV1_ALERT_INTERNAL_ERROR              1080
67R SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK      1086
68R SSL_R_TLSV1_ALERT_USER_CANCELLED              1090
69R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION            1100
70R SSL_R_TLSV13_ALERT_MISSING_EXTENSION          1109
71R SSL_R_TLSV1_UNSUPPORTED_EXTENSION             1110
72R SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE          1111
73R SSL_R_TLSV1_UNRECOGNIZED_NAME                 1112
74R SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE   1113
75R SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE        1114
76R TLS1_AD_UNKNOWN_PSK_IDENTITY                  1115
77R SSL_R_TLSV13_ALERT_CERTIFICATE_REQUIRED       1116
78R TLS1_AD_NO_APPLICATION_PROTOCOL               1120
79