summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-17 15:26:56 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-17 17:26:38 +0100
commitd4a55a39ea022a12e12c51f217a590642277af76 (patch)
tree6ba8609d35cfd1c710c38a0bec1e429988dc3de7 /doc/Makefile.am
parent1f6aaca690a569ab9bd0222217ea225007bc0e32 (diff)
downloadgnutls-d4a55a39ea022a12e12c51f217a590642277af76.tar.gz
Added gnutls_x509_crt_set_flags()
This functions allows specifying flags to the certificate object. In particular it allows the single flag GNUTLS_X509_CRT_FLAG_IGNORE_SANITY which allows to ignore sanity checks at the import of the certificate. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b5573918dc..44fa0d2651 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -580,6 +580,7 @@ ENUMS += enums/gnutls_supplemental_data_format_type_t
ENUMS += enums/gnutls_tpmkey_fmt_t
ENUMS += enums/gnutls_vdata_types_t
ENUMS += enums/gnutls_x509_crl_reason_t
+ENUMS += enums/gnutls_x509_crt_flags
ENUMS += enums/gnutls_x509_crt_fmt_t
ENUMS += enums/gnutls_x509_subject_alt_name_t