1gnutls_x509_tlsfeatures_check_crt(3)gnutlsgnutls_x509_tlsfeatures_check_crt(3)
2
3
4
6 gnutls_x509_tlsfeatures_check_crt - API function
7
9 #include <gnutls/x509.h>
10
11 unsigned gnutls_x509_tlsfeatures_check_crt(gnutls_x509_tlsfeatures_t
12 feat, gnutls_x509_crt_t cert);
13
15 gnutls_x509_tlsfeatures_t feat
16 a set of TLSFeatures
17
18 gnutls_x509_crt_t cert
19 the certificate to be checked
20
22 This function will check the provided certificate against the TLSFea‐
23 tures set in feat using the RFC7633 p.4.2.2 rules. It will check
24 whether the certificate contains the features in feat or a superset.
25
27 non-zero if the provided certificate complies, and zero otherwise.
28
30 3.5.1
31
33 Report bugs to <bugs@gnutls.org>.
34 Home page: http://www.gnutls.org
35
36
38 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
39 Copying and distribution of this file, with or without modification,
40 are permitted in any medium without royalty provided the copyright
41 notice and this notice are preserved.
42
44 The full documentation for gnutls is maintained as a Texinfo manual.
45 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
46 visit
47
48 http://www.gnutls.org/manual/
49
50gnutls 3.6.5gnutls_x509_tlsfeatures_check_crt(3)