1gnutls_openpgp_crt_check_hostname2(3)gnutlsgnutls_openpgp_crt_check_hostname2(3)
2
3
4
6 gnutls_openpgp_crt_check_hostname2 - API function
7
9 #include <gnutls/openpgp.h>
10
11 int gnutls_openpgp_crt_check_hostname2(gnutls_openpgp_crt_t key, const
12 char * hostname, unsigned flags);
13
15 gnutls_openpgp_crt_t key
16 should contain a gnutls_openpgp_crt_t structure
17
18 const char * hostname
19 A null terminated string that contains a DNS name
20
21 unsigned flags
22 gnutls_certificate_verify_flags
23
25 This function will check if the given key's owner matches the given
26 hostname.
27
28 Unless, the flag GNUTLS_VERIFY_DO_NOT_ALLOW_WILDCARDS is specified,
29 wildcards are only considered if the domain name consists of three com‐
30 ponents or more, and the wildcard starts at the leftmost position.
31
33 non-zero for a successful match, and zero on failure.
34
36 Report bugs to <bugs@gnutls.org>.
37 Home page: http://www.gnutls.org
38
39
41 Copyright © 2001-2014 Free Software Foundation, Inc..
42 Copying and distribution of this file, with or without modification,
43 are permitted in any medium without royalty provided the copyright
44 notice and this notice are preserved.
45
47 The full documentation for gnutls is maintained as a Texinfo manual.
48 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
49 visit
50
51 http://www.gnutls.org/manual/
52
53gnutls 3.3.29gnutls_openpgp_crt_check_hostname2(3)