1gnutls_x509_crt_check_issuer(3) gnutls gnutls_x509_crt_check_issuer(3)
2
3
4
6 gnutls_x509_crt_check_issuer - This function checks if the certificate
7 given has the given issuer
8
10 #include <gnutls/x509.h>
11
12 int gnutls_x509_crt_check_issuer(gnutls_x509_crt_t cert,
13 gnutls_x509_crt_t issuer);
14
16 gnutls_x509_crt_t cert
17 is the certificate to be checked
18
19 gnutls_x509_crt_t issuer
20 is the certificate of a possible issuer
21
23 This function will check if the given certificate was issued by the
24 given issuer. It will return true (1) if the given certificate is
25 issued by the given issuer, and false (0) if not.
26
27 A negative value is returned in case of an error.
28
30 Report bugs to <bug-gnutls@gnu.org>.
31
33 Copyright © 2006 Free Software Foundation.
34 Permission is granted to make and distribute verbatim copies of this
35 manual provided the copyright notice and this permission notice are
36 preserved on all copies.
37
39 The full documentation for gnutls is maintained as a Texinfo manual.
40 If the info and gnutls programs are properly installed at your site,
41 the command
42
43 info gnutls
44
45 should give you access to the complete manual.
46
47
48
49gnutls 1.6.3 gnutls_x509_crt_check_issuer(3)