Home
last modified time | relevance | path

Searched refs:OCSP_check_nonce (Results 1 – 6 of 6) sorted by relevance

/openssl-master/doc/man3/
A DOCSP_request_add1_nonce.pod5 OCSP_request_add1_nonce, OCSP_basic_add1_nonce, OCSP_check_nonce, OCSP_copy_nonce - OCSP nonce func…
14 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *resp);
25 OCSP_check_nonce() compares the nonce value in B<req> and B<resp>.
37 OCSP_check_nonce() returns the result of the nonce comparison between B<req>
58 The return values of OCSP_check_nonce() can be checked to cover each case. A
/openssl-master/crypto/ocsp/
A Docsp_ext.c309 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs) in OCSP_check_nonce() function
/openssl-master/include/openssl/
A Docsp.h.in212 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
/openssl-master/apps/
A Docsp.c819 if (req != NULL && ((i = OCSP_check_nonce(req, bs)) <= 0)) { in ocsp_main()
/openssl-master/util/
A Dlibcrypto.num304 OCSP_check_nonce 310 3_0_0 EXIST::FUNCTION:OCSP
/openssl-master/
A DCHANGES.md13019 * New nonce behavior. The return value of OCSP_check_nonce() now
13293 generates a random value. OCSP_check_nonce() checks the

Completed in 36 milliseconds