openssl.ec 6.3 KB

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