openssl.ec 2.8 KB
Newer Older
1 2 3 4 5
L ERR		NONE				NONE
L CRYPTO	crypto/crypto.h			crypto/cpt_err.c
L BN		crypto/bn/bn.h			crypto/bn/bn_err.c
L RSA		crypto/rsa/rsa.h		crypto/rsa/rsa_err.c
L DSA		crypto/dsa/dsa.h		crypto/dsa/dsa_err.c
6
L DSO		crypto/dso/dso.h		crypto/dso/dso_err.c
7 8 9 10 11
L DH		crypto/dh/dh.h			crypto/dh/dh_err.c
L EVP		crypto/evp/evp.h		crypto/evp/evp_err.c
L BUF		crypto/buffer/buffer.h		crypto/buffer/buf_err.c
L BIO		crypto/bio/bio.h		crypto/bio/bio_err.c
L OBJ		crypto/objects/objects.h	crypto/objects/obj_err.c
12
L OCSP		crypto/ocsp/ocsp.h		crypto/ocsp/ocsp_err.c
13 14 15 16 17 18 19 20 21 22 23 24
L PEM		crypto/pem/pem.h		crypto/pem/pem_err.c
L X509		crypto/x509/x509.h		crypto/x509/x509_err.c
L NONE		crypto/x509/x509_vfy.h		NONE
L X509V3	crypto/x509v3/x509v3.h		crypto/x509v3/v3err.c
#L METH		crypto/meth/meth.h		crypto/meth/meth_err.c
L ASN1		crypto/asn1/asn1.h		crypto/asn1/asn1_err.c
L CONF		crypto/conf/conf.h		crypto/conf/conf_err.c
#L PROXY		crypto/proxy/proxy.h		crypto/proxy/proxy_err.c
L PKCS7		crypto/pkcs7/pkcs7.h		crypto/pkcs7/pkcs7err.c
L PKCS12	crypto/pkcs12/pkcs12.h		crypto/pkcs12/pk12err.c
L SSL		ssl/ssl.h			ssl/ssl_err.c
L COMP		crypto/comp/comp.h		crypto/comp/comp_err.c
25
L RAND		crypto/rand/rand.h		crypto/rand/rand_err.c
26
L ENGINE	crypto/engine/engine.h		crypto/engine/engine_err.c
27

28 29 30 31 32 33 34 35 36 37

F RSAREF_F_RSA_BN2BIN
F RSAREF_F_RSA_PRIVATE_DECRYPT
F RSAREF_F_RSA_PRIVATE_ENCRYPT
F RSAREF_F_RSA_PUBLIC_DECRYPT
F RSAREF_F_RSA_PUBLIC_ENCRYPT
#F SSL_F_CLIENT_CERTIFICATE

R SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE		1010
R SSL_R_SSLV3_ALERT_BAD_RECORD_MAC		1020
38 39
R SSL_R_TLSV1_ALERT_DECRYPTION_FAILED		1021
R SSL_R_TLSV1_ALERT_RECORD_OVERFLOW		1022
40 41 42 43 44 45 46 47 48
R SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE	1030
R SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE		1040
R SSL_R_SSLV3_ALERT_NO_CERTIFICATE		1041
R SSL_R_SSLV3_ALERT_BAD_CERTIFICATE		1042
R SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE	1043
R SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED		1044
R SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED		1045
R SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN		1046
R SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER		1047
49 50 51 52
R SSL_R_TLSV1_ALERT_UNKNOWN_CA			1048
R SSL_R_TLSV1_ALERT_ACCESS_DENIED		1049
R SSL_R_TLSV1_ALERT_DECODE_ERROR		1050
R SSL_R_TLSV1_ALERT_DECRYPT_ERROR		1051
53
R SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION		1060
54 55 56
R SSL_R_TLSV1_ALERT_PROTOCOL_VERSION		1070
R SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY	1071
R SSL_R_TLSV1_ALERT_INTERNAL_ERROR		1080
57
R SSL_R_TLSV1_ALERT_USER_CANCELLED		1090
58
R SSL_R_TLSV1_ALERT_NO_RENEGOTIATION		1100
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74

R RSAREF_R_CONTENT_ENCODING			0x0400
R RSAREF_R_DATA					0x0401
R RSAREF_R_DIGEST_ALGORITHM			0x0402
R RSAREF_R_ENCODING				0x0403
R RSAREF_R_KEY					0x0404
R RSAREF_R_KEY_ENCODING				0x0405
R RSAREF_R_LEN					0x0406
R RSAREF_R_MODULUS_LEN				0x0407
R RSAREF_R_NEED_RANDOM				0x0408
R RSAREF_R_PRIVATE_KEY				0x0409
R RSAREF_R_PUBLIC_KEY				0x040a
R RSAREF_R_SIGNATURE				0x040b
R RSAREF_R_SIGNATURE_ENCODING			0x040c
R RSAREF_R_ENCRYPTION_ALGORITHM			0x040d