summaryrefslogtreecommitdiffstats
path: root/doc/enums/gnutls_certificate_flags
diff options
context:
space:
mode:
Diffstat (limited to 'doc/enums/gnutls_certificate_flags')
-rw-r--r--doc/enums/gnutls_certificate_flags15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/enums/gnutls_certificate_flags b/doc/enums/gnutls_certificate_flags
new file mode 100644
index 0000000..108d478
--- /dev/null
+++ b/doc/enums/gnutls_certificate_flags
@@ -0,0 +1,15 @@
+
+
+@c gnutls_certificate_flags
+@table @code
+@item GNUTLS_@-CERTIFICATE_@-SKIP_@-KEY_@-CERT_@-MATCH
+Skip the key and certificate matching check.
+@item GNUTLS_@-CERTIFICATE_@-API_@-V2
+If set the gnutls_certificate_set_*key* functions will return an index of the added key pair instead of zero.
+@item GNUTLS_@-CERTIFICATE_@-SKIP_@-OCSP_@-RESPONSE_@-CHECK
+If set, the gnutls_certificate_set_ocsp_status_request_file
+function, will not check whether the response set matches any of the certificates.
+@item GNUTLS_@-CERTIFICATE_@-VERIFY_@-CRLS
+This will enable CRL verification when added in the certificate structure.
+When used, it requires CAs to be added before CRLs.
+@end table