aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-14 11:44:01 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-14 13:27:45 +0200
commit2c47a23dec110fb77e1cda36d6bdb83fc4d5e252 (patch)
tree37e41d6e5c477105788c74ef7243ec83e92c70d4 /doc
parent2ed04522e24b801251d7fd1768b7fccfd7b8deac (diff)
downloadlibmicrohttpd-2c47a23dec110fb77e1cda36d6bdb83fc4d5e252.tar.gz
libmicrohttpd-2c47a23dec110fb77e1cda36d6bdb83fc4d5e252.zip
integrate TLS PSK patch from Tal Moaz (plus documentation, plus style and bugfixes
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index e4437441..d2886a25 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -869,6 +869,16 @@ information provided. The callback is expected to access the SNI data
869using gnutls_server_name_get(). Using this option requires GnuTLS 3.0 869using gnutls_server_name_get(). Using this option requires GnuTLS 3.0
870or higher. 870or higher.
871 871
872@item MHD_OPTION_GNUTLS_PSK_CRED_HANDLER
873@cindex SSL
874@cindex TLS
875@cindex PSK
876Use pre-shared key for TLS credentials.
877Pass a pointer to callback of type
878@code{MHD_PskServerCredentialsCallback} and a closure.
879The function will be called to
880retrieve the shared key for a given username.
881
872@item MHD_OPTION_DIGEST_AUTH_RANDOM 882@item MHD_OPTION_DIGEST_AUTH_RANDOM
873@cindex digest auth 883@cindex digest auth
874@cindex random 884@cindex random