Searched refs:OCSP_R_REQUEST_NOT_SIGNED (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/include/openssl/ |
D | ocsperr.h | 63 # define OCSP_R_REQUEST_NOT_SIGNED 128 macro
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_err.c | 65 {ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_REQUEST_NOT_SIGNED),
|
D | ocsp_vfy.c | 354 OCSPerr(OCSP_F_OCSP_REQUEST_VERIFY, OCSP_R_REQUEST_NOT_SIGNED); in OCSP_request_verify()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 2772 #ifdef OCSP_R_REQUEST_NOT_SIGNED 2773 {"REQUEST_NOT_SIGNED", ERR_LIB_OCSP, OCSP_R_REQUEST_NOT_SIGNED},
|
D | _ssl_data_111.h | 2933 #ifdef OCSP_R_REQUEST_NOT_SIGNED 2934 {"REQUEST_NOT_SIGNED", ERR_LIB_OCSP, OCSP_R_REQUEST_NOT_SIGNED},
|
D | _ssl_data_300.h | 4048 #ifdef OCSP_R_REQUEST_NOT_SIGNED 4049 {"REQUEST_NOT_SIGNED", ERR_LIB_OCSP, OCSP_R_REQUEST_NOT_SIGNED},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2344 OCSP_R_REQUEST_NOT_SIGNED:128:request not signed
|