1gnutls_certificate_verification_gsntuattlugssn__ucpterlristnitf(i3c)ate_verification_status_print(3)
2
3
4

NAME

6       gnutls_certificate_verification_status_print - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       int  gnutls_certificate_verification_status_print(unsigned  int status,
12       gnutls_certificate_type_t           type,  gnutls_datum_t  *  out,  un‐
13       signed int flags);
14

ARGUMENTS

16       unsigned int status
17                   The status flags to be printed
18
19       gnutls_certificate_type_t           type
20                   The certificate type
21
22       gnutls_datum_t * out
23                   Newly allocated datum with (0) terminated string.
24
25       unsigned int flags
26                   should be zero
27

DESCRIPTION

29       This function will pretty print the status of a verification process --
30       eg. the one obtained by gnutls_certificate_verify_peers3().
31
32       The output  out needs to be deallocated using gnutls_free().
33

RETURNS

35       On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative  er‐
36       ror value.
37

SINCE

39       3.1.4
40

REPORTING BUGS

42       Report bugs to <bugs@gnutls.org>.
43       Home page: https://www.gnutls.org
44
45
47       Copyright © 2001- Free Software Foundation, Inc., and others.
48       Copying  and  distribution  of this file, with or without modification,
49       are permitted in any medium without royalty provided the copyright  no‐
50       tice and this notice are preserved.
51

SEE ALSO

53       The  full  documentation  for gnutls is maintained as a Texinfo manual.
54       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
55       visit
56
57       https://www.gnutls.org/manual/
58
59gnutls                         gnutls3_.c7e.r6tificate_verification_status_print(3)
Impressum