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