aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index c974d98f..6f34d799 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -892,6 +892,19 @@ information provided. The callback is expected to access the SNI data
892using gnutls_server_name_get(). Using this option requires GnuTLS 3.0 892using gnutls_server_name_get(). Using this option requires GnuTLS 3.0
893or higher. 893or higher.
894 894
895@item MHD_OPTION_HTTPS_CERT_CALLBACK2
896@cindex SSL
897@cindex TLS
898@cindex SNI
899@cindex OCSP
900Use a callback to determine which X.509 certificate should be
901used for a given HTTPS connection. This option should be
902followed by a argument of type `gnutls_certificate_retrieve_function3 *`.
903This option provides an
904alternative/extension to #MHD_OPTION_HTTPS_CERT_CALLBACK.
905You must use this version if you want to use OCSP stapling.
906Using this option requires GnuTLS 3.6.3 or higher.
907
895@item MHD_OPTION_GNUTLS_PSK_CRED_HANDLER 908@item MHD_OPTION_GNUTLS_PSK_CRED_HANDLER
896@cindex SSL 909@cindex SSL
897@cindex TLS 910@cindex TLS