Searched refs:OCSP_basic_verify (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
A D | OCSP_resp_find_status.pod | 11 OCSP_check_validity, OCSP_basic_verify 54 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, 115 OCSP_basic_verify() checks that the basic response message I<bs> is correctly 179 OCSP_basic_verify() returns 1 on success, 0 on verification not successful,
|
/openssl-master/crypto/ocsp/ |
A D | ocsp_vfy.c | 97 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, in OCSP_basic_verify() function
|
/openssl-master/apps/ |
A D | ocsp.c | 829 i = OCSP_basic_verify(bs, verify_other, store, verify_flags); in ocsp_main() 831 i = OCSP_basic_verify(bs, issuers, store, OCSP_TRUSTOTHER); in ocsp_main()
|
/openssl-master/include/openssl/ |
A D | ocsp.h.in | 379 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
|
/openssl-master/util/ |
A D | libcrypto.num | 2257 OCSP_basic_verify 2306 3_0_0 EXIST::FUNCTION:OCSP
|
/openssl-master/ |
A D | CHANGES.md | 13167 * Initial OCSP certificate verification added to OCSP_basic_verify()
|
Completed in 40 milliseconds