Add an OCSP nonce extension to a request.
Synopsis
Declared in <openssl/ocsp.h>
int
OCSP_request_add1_nonce(
OCSP_REQUEST* req,
unsigned char* val,
int len);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
req |
OCSP request to update. |
val |
Nonce bytes to copy, or NULL to generate a random nonce of length |
len |
Length of |
Created with MrDocs