Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
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
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
Docsp_ext.c309 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs) in OCSP_check_nonce() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Docsp.h181 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
/freebsd-12-stable/crypto/openssl/apps/
Docsp.c776 if (req != NULL && ((i = OCSP_check_nonce(req, bs)) <= 0)) { in ocsp_main()
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map2053 OCSP_check_nonce;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1932 MLINKS+= OCSP_request_add1_nonce.3 OCSP_check_nonce.3
/freebsd-12-stable/crypto/openssl/
DCHANGES8887 *) New nonce behavior. The return value of OCSP_check_nonce() now
9132 generates a random value. OCSP_check_nonce() checks the