Symbol: ERR_LIB_OCSP
crypto/openssl/crypto/err/err.c
64
{ ERR_PACK(ERR_LIB_OCSP, 0, 0), "OCSP routines" },
crypto/openssl/crypto/ocsp/ocsp_cl.c
130
ERR_raise(ERR_LIB_OCSP, OCSP_R_NO_RESPONSE_DATA);
crypto/openssl/crypto/ocsp/ocsp_cl.c
134
ERR_raise(ERR_LIB_OCSP, OCSP_R_NOT_BASIC_RESPONSE);
crypto/openssl/crypto/ocsp/ocsp_cl.c
319
ERR_raise(ERR_LIB_OCSP, OCSP_R_ERROR_IN_THISUPDATE_FIELD);
crypto/openssl/crypto/ocsp/ocsp_cl.c
324
ERR_raise(ERR_LIB_OCSP, OCSP_R_STATUS_NOT_YET_VALID);
crypto/openssl/crypto/ocsp/ocsp_cl.c
335
ERR_raise(ERR_LIB_OCSP, OCSP_R_STATUS_TOO_OLD);
crypto/openssl/crypto/ocsp/ocsp_cl.c
346
ERR_raise(ERR_LIB_OCSP, OCSP_R_ERROR_IN_NEXTUPDATE_FIELD);
crypto/openssl/crypto/ocsp/ocsp_cl.c
351
ERR_raise(ERR_LIB_OCSP, OCSP_R_STATUS_EXPIRED);
crypto/openssl/crypto/ocsp/ocsp_cl.c
358
ERR_raise(ERR_LIB_OCSP, OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE);
crypto/openssl/crypto/ocsp/ocsp_cl.c
93
ERR_raise(ERR_LIB_OCSP,
crypto/openssl/crypto/ocsp/ocsp_err.c
20
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_CERTIFICATE_VERIFY_ERROR),
crypto/openssl/crypto/ocsp/ocsp_err.c
22
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_DIGEST_ERR), "digest err" },
crypto/openssl/crypto/ocsp/ocsp_err.c
23
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_DIGEST_NAME_ERR), "digest name err" },
crypto/openssl/crypto/ocsp/ocsp_err.c
24
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_DIGEST_SIZE_ERR), "digest size err" },
crypto/openssl/crypto/ocsp/ocsp_err.c
25
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_ERROR_IN_NEXTUPDATE_FIELD),
crypto/openssl/crypto/ocsp/ocsp_err.c
27
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_ERROR_IN_THISUPDATE_FIELD),
crypto/openssl/crypto/ocsp/ocsp_err.c
29
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_MISSING_OCSPSIGNING_USAGE),
crypto/openssl/crypto/ocsp/ocsp_err.c
31
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE),
crypto/openssl/crypto/ocsp/ocsp_err.c
33
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_NOT_BASIC_RESPONSE),
crypto/openssl/crypto/ocsp/ocsp_err.c
35
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_NO_CERTIFICATES_IN_CHAIN),
crypto/openssl/crypto/ocsp/ocsp_err.c
37
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_NO_RESPONSE_DATA), "no response data" },
crypto/openssl/crypto/ocsp/ocsp_err.c
38
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_NO_REVOKED_TIME), "no revoked time" },
crypto/openssl/crypto/ocsp/ocsp_err.c
39
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_NO_SIGNER_KEY), "no signer key" },
crypto/openssl/crypto/ocsp/ocsp_err.c
40
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE),
crypto/openssl/crypto/ocsp/ocsp_err.c
42
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_REQUEST_NOT_SIGNED),
crypto/openssl/crypto/ocsp/ocsp_err.c
44
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA),
crypto/openssl/crypto/ocsp/ocsp_err.c
46
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_ROOT_CA_NOT_TRUSTED),
crypto/openssl/crypto/ocsp/ocsp_err.c
48
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_SIGNATURE_FAILURE), "signature failure" },
crypto/openssl/crypto/ocsp/ocsp_err.c
49
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND),
crypto/openssl/crypto/ocsp/ocsp_err.c
51
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_STATUS_EXPIRED), "status expired" },
crypto/openssl/crypto/ocsp/ocsp_err.c
52
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_STATUS_NOT_YET_VALID),
crypto/openssl/crypto/ocsp/ocsp_err.c
54
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_STATUS_TOO_OLD), "status too old" },
crypto/openssl/crypto/ocsp/ocsp_err.c
55
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_UNKNOWN_MESSAGE_DIGEST),
crypto/openssl/crypto/ocsp/ocsp_err.c
57
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_UNKNOWN_NID), "unknown nid" },
crypto/openssl/crypto/ocsp/ocsp_err.c
58
{ ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE),
crypto/openssl/crypto/ocsp/ocsp_lib.c
59
ERR_raise(ERR_LIB_OCSP, OCSP_R_UNKNOWN_NID);
crypto/openssl/crypto/ocsp/ocsp_lib.c
86
ERR_raise(ERR_LIB_OCSP, OCSP_R_DIGEST_ERR);
crypto/openssl/crypto/ocsp/ocsp_srv.c
118
ERR_raise(ERR_LIB_OCSP, OCSP_R_NO_REVOKED_TIME);
crypto/openssl/crypto/ocsp/ocsp_srv.c
173
ERR_raise(ERR_LIB_OCSP, OCSP_R_NO_SIGNER_KEY);
crypto/openssl/crypto/ocsp/ocsp_srv.c
179
ERR_raise(ERR_LIB_OCSP, OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
107
ERR_raise(ERR_LIB_OCSP, OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
149
ERR_raise(ERR_LIB_OCSP, OCSP_R_ROOT_CA_NOT_TRUSTED);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
229
ERR_raise(ERR_LIB_OCSP, OCSP_R_NO_CERTIFICATES_IN_CHAIN);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
273
ERR_raise(ERR_LIB_OCSP, OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
324
ERR_raise(ERR_LIB_OCSP, OCSP_R_UNKNOWN_MESSAGE_DIGEST);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
331
ERR_raise(ERR_LIB_OCSP, OCSP_R_DIGEST_SIZE_ERR);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
346
ERR_raise(ERR_LIB_OCSP, OCSP_R_DIGEST_ERR);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
374
ERR_raise(ERR_LIB_OCSP, OCSP_R_MISSING_OCSPSIGNING_USAGE);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
39
ERR_raise(ERR_LIB_OCSP, ERR_R_X509_LIB);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
392
ERR_raise(ERR_LIB_OCSP, OCSP_R_REQUEST_NOT_SIGNED);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
397
ERR_raise(ERR_LIB_OCSP, OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
403
ERR_raise(ERR_LIB_OCSP, OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
43
ERR_raise(ERR_LIB_OCSP, ERR_R_X509_LIB);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
64
ERR_raise_data(ERR_LIB_OCSP, OCSP_R_CERTIFICATE_VERIFY_ERROR,
crypto/openssl/crypto/ocsp/ocsp_vfy.c
84
ERR_raise(ERR_LIB_OCSP, OCSP_R_NO_SIGNER_KEY);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
92
ERR_raise(ERR_LIB_OCSP, OCSP_R_SIGNATURE_FAILURE);
crypto/openssl/crypto/ocsp/v3_ocsp.c
176
ERR_raise(ERR_LIB_OCSP, ERR_R_ASN1_LIB);
crypto/openssl/include/openssl/err.h
155
#define OCSPerr(f, r) ERR_raise_data(ERR_LIB_OCSP, (r), NULL)