Searched refs:OCSP_R_ROOT_CA_NOT_TRUSTED (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/include/openssl/ |
D | ocsperr.h | 65 # define OCSP_R_ROOT_CA_NOT_TRUSTED 112 macro
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_err.c | 69 {ERR_PACK(ERR_LIB_OCSP, 0, OCSP_R_ROOT_CA_NOT_TRUSTED),
|
D | ocsp_vfy.c | 121 OCSPerr(OCSP_F_OCSP_BASIC_VERIFY, OCSP_R_ROOT_CA_NOT_TRUSTED); in OCSP_basic_verify()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 2782 #ifdef OCSP_R_ROOT_CA_NOT_TRUSTED 2783 {"ROOT_CA_NOT_TRUSTED", ERR_LIB_OCSP, OCSP_R_ROOT_CA_NOT_TRUSTED},
|
D | _ssl_data_111.h | 2943 #ifdef OCSP_R_ROOT_CA_NOT_TRUSTED 2944 {"ROOT_CA_NOT_TRUSTED", ERR_LIB_OCSP, OCSP_R_ROOT_CA_NOT_TRUSTED},
|
D | _ssl_data_300.h | 4058 #ifdef OCSP_R_ROOT_CA_NOT_TRUSTED 4059 {"ROOT_CA_NOT_TRUSTED", ERR_LIB_OCSP, OCSP_R_ROOT_CA_NOT_TRUSTED},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2347 OCSP_R_ROOT_CA_NOT_TRUSTED:112:root ca not trusted
|