10Sstevel@tonic-gate# crypto/err/openssl.ec 20Sstevel@tonic-gate 30Sstevel@tonic-gate# configuration file for util/mkerr.pl 40Sstevel@tonic-gate 50Sstevel@tonic-gate# files that may have to be rewritten by util/mkerr.pl 60Sstevel@tonic-gateL ERR NONE NONE 70Sstevel@tonic-gateL BN crypto/bn/bn.h crypto/bn/bn_err.c 80Sstevel@tonic-gateL RSA crypto/rsa/rsa.h crypto/rsa/rsa_err.c 90Sstevel@tonic-gateL DH crypto/dh/dh.h crypto/dh/dh_err.c 100Sstevel@tonic-gateL EVP crypto/evp/evp.h crypto/evp/evp_err.c 110Sstevel@tonic-gateL BUF crypto/buffer/buffer.h crypto/buffer/buf_err.c 120Sstevel@tonic-gateL OBJ crypto/objects/objects.h crypto/objects/obj_err.c 130Sstevel@tonic-gateL PEM crypto/pem/pem.h crypto/pem/pem_err.c 140Sstevel@tonic-gateL DSA crypto/dsa/dsa.h crypto/dsa/dsa_err.c 150Sstevel@tonic-gateL X509 crypto/x509/x509.h crypto/x509/x509_err.c 160Sstevel@tonic-gateL ASN1 crypto/asn1/asn1.h crypto/asn1/asn1_err.c 170Sstevel@tonic-gateL CONF crypto/conf/conf.h crypto/conf/conf_err.c 180Sstevel@tonic-gateL CRYPTO crypto/crypto.h crypto/cpt_err.c 190Sstevel@tonic-gateL EC crypto/ec/ec.h crypto/ec/ec_err.c 200Sstevel@tonic-gateL SSL ssl/ssl.h ssl/ssl_err.c 210Sstevel@tonic-gateL BIO crypto/bio/bio.h crypto/bio/bio_err.c 220Sstevel@tonic-gateL PKCS7 crypto/pkcs7/pkcs7.h crypto/pkcs7/pkcs7err.c 230Sstevel@tonic-gateL X509V3 crypto/x509v3/x509v3.h crypto/x509v3/v3err.c 240Sstevel@tonic-gateL PKCS12 crypto/pkcs12/pkcs12.h crypto/pkcs12/pk12err.c 250Sstevel@tonic-gateL RAND crypto/rand/rand.h crypto/rand/rand_err.c 260Sstevel@tonic-gateL DSO crypto/dso/dso.h crypto/dso/dso_err.c 270Sstevel@tonic-gateL ENGINE crypto/engine/engine.h crypto/engine/eng_err.c 280Sstevel@tonic-gateL OCSP crypto/ocsp/ocsp.h crypto/ocsp/ocsp_err.c 290Sstevel@tonic-gateL UI crypto/ui/ui.h crypto/ui/ui_err.c 30*2139Sjp161948L COMP crypto/comp/comp.h crypto/comp/comp_err.c 31*2139Sjp161948L ECDSA crypto/ecdsa/ecdsa.h crypto/ecdsa/ecs_err.c 32*2139Sjp161948L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c 33*2139Sjp161948L STORE crypto/store/store.h crypto/store/str_err.c 340Sstevel@tonic-gate 350Sstevel@tonic-gate# additional header files to be scanned for function names 360Sstevel@tonic-gateL NONE crypto/x509/x509_vfy.h NONE 370Sstevel@tonic-gateL NONE crypto/ec/ec_lcl.h NONE 380Sstevel@tonic-gate 390Sstevel@tonic-gate 400Sstevel@tonic-gateF RSAREF_F_RSA_BN2BIN 410Sstevel@tonic-gateF RSAREF_F_RSA_PRIVATE_DECRYPT 420Sstevel@tonic-gateF RSAREF_F_RSA_PRIVATE_ENCRYPT 430Sstevel@tonic-gateF RSAREF_F_RSA_PUBLIC_DECRYPT 440Sstevel@tonic-gateF RSAREF_F_RSA_PUBLIC_ENCRYPT 450Sstevel@tonic-gate#F SSL_F_CLIENT_CERTIFICATE 460Sstevel@tonic-gate 470Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010 480Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020 490Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_DECRYPTION_FAILED 1021 500Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_RECORD_OVERFLOW 1022 510Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE 1030 520Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE 1040 530Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_NO_CERTIFICATE 1041 540Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 550Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE 1043 560Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED 1044 570Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED 1045 580Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN 1046 590Sstevel@tonic-gateR SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER 1047 600Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048 610Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049 620Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_DECODE_ERROR 1050 630Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051 640Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060 650Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070 660Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071 670Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 680Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 690Sstevel@tonic-gateR SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100 700Sstevel@tonic-gate 710Sstevel@tonic-gateR RSAREF_R_CONTENT_ENCODING 0x0400 720Sstevel@tonic-gateR RSAREF_R_DATA 0x0401 730Sstevel@tonic-gateR RSAREF_R_DIGEST_ALGORITHM 0x0402 740Sstevel@tonic-gateR RSAREF_R_ENCODING 0x0403 750Sstevel@tonic-gateR RSAREF_R_KEY 0x0404 760Sstevel@tonic-gateR RSAREF_R_KEY_ENCODING 0x0405 770Sstevel@tonic-gateR RSAREF_R_LEN 0x0406 780Sstevel@tonic-gateR RSAREF_R_MODULUS_LEN 0x0407 790Sstevel@tonic-gateR RSAREF_R_NEED_RANDOM 0x0408 800Sstevel@tonic-gateR RSAREF_R_PRIVATE_KEY 0x0409 810Sstevel@tonic-gateR RSAREF_R_PUBLIC_KEY 0x040a 820Sstevel@tonic-gateR RSAREF_R_SIGNATURE 0x040b 830Sstevel@tonic-gateR RSAREF_R_SIGNATURE_ENCODING 0x040c 840Sstevel@tonic-gateR RSAREF_R_ENCRYPTION_ALGORITHM 0x040d 850Sstevel@tonic-gate 86