Blame doc/functions/dane_verification_status_print

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {dane_verification_status_print} (unsigned int @var{status}, gnutls_datum_t * @var{out}, unsigned int @var{flags})
Packit aea12f
@var{status}: The status flags to be printed
Packit aea12f
Packit aea12f
@var{out}: Newly allocated datum with (0) terminated string.
Packit aea12f
Packit aea12f
@var{flags}: should be zero
Packit aea12f
Packit aea12f
This function will pretty print the status of a verification
Packit aea12f
process -- eg. the one obtained by @code{dane_verify_crt()} .
Packit aea12f
Packit aea12f
The output  @code{out} needs to be deallocated using @code{gnutls_free()} .
Packit aea12f
Packit aea12f
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit aea12f
negative error value.
Packit aea12f
@end deftypefun