]> git.ipfire.org Git - thirdparty/openssl.git/blob - crypto/pkcs7/pkcs7.err
Import of old SSLeay release: SSLeay 0.8.1b
[thirdparty/openssl.git] / crypto / pkcs7 / pkcs7.err
1 /* Error codes for the PKCS7 functions. */
2
3 /* Function codes. */
4 #define PKCS7_F_PKCS7_ADD_SIGNER 100
5 #define PKCS7_F_PKCS7_CTRL 101
6 #define PKCS7_F_PKCS7_DATAFINAL 102
7 #define PKCS7_F_PKCS7_DATAINIT 103
8 #define PKCS7_F_PKCS7_DATAVERIFY 104
9 #define PKCS7_F_PKCS7_SET_CONTENT 105
10 #define PKCS7_F_PKCS7_SET_TYPE 106
11
12 /* Reason codes. */
13 #define PKCS7_R_INTERNAL_ERROR 100
14 #define PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE 101
15 #define PKCS7_R_SIGNATURE_FAILURE 102
16 #define PKCS7_R_UNABLE_TO_FIND_CERTIFICATE 103
17 #define PKCS7_R_UNABLE_TO_FIND_MEM_BIO 104
18 #define PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST 105
19 #define PKCS7_R_UNKNOWN_DIGEST_TYPE 106
20 #define PKCS7_R_UNSUPPORTED_CONTENT_TYPE 107
21 #define PKCS7_R_WRONG_CONTENT_TYPE 108