summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_version_info.3
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2019-08-20 14:41:20 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-20 14:41:20 +0200
commit54941ff781e11a7da3a584003647c7b01ca1454f (patch)
tree1b37ca18fc9c669fd34da57dd8ebe611bff9608d /docs/libcurl/curl_version_info.3
parent862393243d16870347e56195e93dc47274e32601 (diff)
downloadcurl-bagder/hsts-rebased.tar.gz
HSTS: support for HTTP Strict Transport Security using libhstsbagder/hsts-rebased
This patch adds two new configure parameters: --with-libhsts=PATH to point to libhsts --with-hsts-file=FILE to specify location of the dafsa file that contains the domain database
Diffstat (limited to 'docs/libcurl/curl_version_info.3')
-rw-r--r--docs/libcurl/curl_version_info.33
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3
index de56c4c6d..449368715 100644
--- a/docs/libcurl/curl_version_info.3
+++ b/docs/libcurl/curl_version_info.3
@@ -131,6 +131,9 @@ to use the current user credentials without the app having to pass them on.
(Added in 7.38.0)
.IP CURL_VERSION_GSSNEGOTIATE
supports HTTP GSS-Negotiate (added in 7.10.6)
+.IP CURL_VERSION_HSTS
+libcurl was built with support for HSTS
+(Added in 7.67.0)
.IP CURL_VERSION_HTTPS_PROXY
libcurl was built with support for HTTPS-proxy.
(Added in 7.52.0)