1# crypto/err/openssl.ec
2
3# configuration file for util/mkerr.pl
4
5# files that may have to be rewritten by util/mkerr.pl
6L ERR		NONE				NONE
7L BN		crypto/bn/bn.h			crypto/bn/bn_err.c
8L RSA		crypto/rsa/rsa.h		crypto/rsa/rsa_err.c
9L DH		crypto/dh/dh.h			crypto/dh/dh_err.c
10L EVP		crypto/evp/evp.h		crypto/evp/evp_err.c
11L BUF		crypto/buffer/buffer.h		crypto/buffer/buf_err.c
12L OBJ		crypto/objects/objects.h	crypto/objects/obj_err.c
13L PEM		crypto/pem/pem.h		crypto/pem/pem_err.c
14L DSA		crypto/dsa/dsa.h		crypto/dsa/dsa_err.c
15L X509		crypto/x509/x509.h		crypto/x509/x509_err.c
16L ASN1		crypto/asn1/asn1.h		crypto/asn1/asn1_err.c
17L CONF		crypto/conf/conf.h		crypto/conf/conf_err.c
18L CRYPTO	crypto/crypto.h			crypto/cpt_err.c
19L EC		crypto/ec/ec.h			crypto/ec/ec_err.c
20L SSL		ssl/ssl.h			ssl/ssl_err.c
21L BIO		crypto/bio/bio.h		crypto/bio/bio_err.c
22L PKCS7		crypto/pkcs7/pkcs7.h		crypto/pkcs7/pkcs7err.c
23L X509V3	crypto/x509v3/x509v3.h		crypto/x509v3/v3err.c
24L PKCS12	crypto/pkcs12/pkcs12.h		crypto/pkcs12/pk12err.c
25L RAND		crypto/rand/rand.h		crypto/rand/rand_err.c
26L DSO		crypto/dso/dso.h		crypto/dso/dso_err.c
27L ENGINE	crypto/engine/engine.h		crypto/engine/eng_err.c
28L OCSP		crypto/ocsp/ocsp.h		crypto/ocsp/ocsp_err.c
29L UI		crypto/ui/ui.h			crypto/ui/ui_err.c
30L FIPS		fips/fips.h			fips/fips_err.h
31
32# additional header files to be scanned for function names
33L NONE		crypto/x509/x509_vfy.h		NONE
34L NONE		crypto/ec/ec_lcl.h		NONE
35
36
37F RSAREF_F_RSA_BN2BIN
38F RSAREF_F_RSA_PRIVATE_DECRYPT
39F RSAREF_F_RSA_PRIVATE_ENCRYPT
40F RSAREF_F_RSA_PUBLIC_DECRYPT
41F RSAREF_F_RSA_PUBLIC_ENCRYPT
42#F SSL_F_CLIENT_CERTIFICATE
43
44R SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE		1010
45R SSL_R_SSLV3_ALERT_BAD_RECORD_MAC		1020
46R SSL_R_TLSV1_ALERT_DECRYPTION_FAILED		1021
47R SSL_R_TLSV1_ALERT_RECORD_OVERFLOW		1022
48R SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE	1030
49R SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE		1040
50R SSL_R_SSLV3_ALERT_NO_CERTIFICATE		1041
51R SSL_R_SSLV3_ALERT_BAD_CERTIFICATE		1042
52R SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE	1043
53R SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED		1044
54R SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED		1045
55R SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN		1046
56R SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER		1047
57R SSL_R_TLSV1_ALERT_UNKNOWN_CA			1048
58R SSL_R_TLSV1_ALERT_ACCESS_DENIED		1049
59R SSL_R_TLSV1_ALERT_DECODE_ERROR		1050
60R SSL_R_TLSV1_ALERT_DECRYPT_ERROR		1051
61R SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION		1060
62R SSL_R_TLSV1_ALERT_PROTOCOL_VERSION		1070
63R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY	1071
64R SSL_R_TLSV1_ALERT_INTERNAL_ERROR		1080
65R SSL_R_TLSV1_ALERT_USER_CANCELLED		1090
66R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION		1100
67
68R RSAREF_R_CONTENT_ENCODING			0x0400
69R RSAREF_R_DATA					0x0401
70R RSAREF_R_DIGEST_ALGORITHM			0x0402
71R RSAREF_R_ENCODING				0x0403
72R RSAREF_R_KEY					0x0404
73R RSAREF_R_KEY_ENCODING				0x0405
74R RSAREF_R_LEN					0x0406
75R RSAREF_R_MODULUS_LEN				0x0407
76R RSAREF_R_NEED_RANDOM				0x0408
77R RSAREF_R_PRIVATE_KEY				0x0409
78R RSAREF_R_PUBLIC_KEY				0x040a
79R RSAREF_R_SIGNATURE				0x040b
80R RSAREF_R_SIGNATURE_ENCODING			0x040c
81R RSAREF_R_ENCRYPTION_ALGORITHM			0x040d
82
83