1gnutls_certificate_verification_gsntuattlugssn__ucpterlristnitf(i3c)ate_verification_status_print(3)
2
3
4
6 gnutls_certificate_verification_status_print - API function
7
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,
13 unsigned int flags);
14
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
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
35 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative
36 error value.
37
39 3.1.4
40
42 Report bugs to <bugs@gnutls.org>.
43 Home page: http://www.gnutls.org
44
45
47 Copyright © 2001-2018 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
50 notice and this notice are preserved.
51
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 http://www.gnutls.org/manual/
58
59gnutls gnutls3_.c6e.r5tificate_verification_status_print(3)