diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-17 15:26:56 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-17 17:26:38 +0100 |
commit | d4a55a39ea022a12e12c51f217a590642277af76 (patch) | |
tree | 6ba8609d35cfd1c710c38a0bec1e429988dc3de7 /doc | |
parent | 1f6aaca690a569ab9bd0222217ea225007bc0e32 (diff) | |
download | gnutls-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')
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 1 |
2 files changed, 2 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 diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 6bacdaad35..ffc6c11318 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -979,6 +979,7 @@ APIMANS += gnutls_x509_crt_set_dn.3 APIMANS += gnutls_x509_crt_set_dn_by_oid.3 APIMANS += gnutls_x509_crt_set_expiration_time.3 APIMANS += gnutls_x509_crt_set_extension_by_oid.3 +APIMANS += gnutls_x509_crt_set_flags.3 APIMANS += gnutls_x509_crt_set_issuer_alt_name.3 APIMANS += gnutls_x509_crt_set_issuer_alt_othername.3 APIMANS += gnutls_x509_crt_set_issuer_dn.3 |