Blame doc/functions/gnutls_ocsp_req_randomize_nonce

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_ocsp_req_randomize_nonce} (gnutls_ocsp_req_t @var{req})
Packit aea12f
@var{req}: should contain a @code{gnutls_ocsp_req_t}  type
Packit aea12f
Packit aea12f
This function will add or update an nonce extension to the OCSP
Packit aea12f
request with a newly generated random value.
Packit aea12f
Packit aea12f
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit aea12f
negative error code is returned.
Packit aea12f
@end deftypefun