Home
last modified time | relevance | path

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

/openssl/doc/man3/
H 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/crypto/ocsp/
H A Docsp_ext.c309 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs) in OCSP_check_nonce() function
/openssl/include/openssl/
H A Docsp.h.in212 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
/openssl/apps/
H A Docsp.c823 if (req != NULL && ((i = OCSP_check_nonce(req, bs)) <= 0)) { in ocsp_main()
/openssl/util/
H A Dlibcrypto.num304 OCSP_check_nonce 310 3_0_0 EXIST::FUNCTION:OCSP
/openssl/
H A DCHANGES.md13416 * New nonce behavior. The return value of OCSP_check_nonce() now
13690 generates a random value. OCSP_check_nonce() checks the

Completed in 130 milliseconds