Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
OCSP_request_add1_nonce, OCSP_basic_add1_nonce, OCSP_check_nonce, OCSP_copy_nonce — OCSP nonce functionsSYNOPSIS
#include <openssl/ocsp.h>OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len);
OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *resp);
OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);