]> granicus.if.org Git - curl/commitdiff
GSKit: restore pinnedpubkey functionality
authormoparisthebest <admin@moparisthebest.com>
Thu, 25 Jan 2018 21:47:49 +0000 (16:47 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Jan 2018 22:16:14 +0000 (23:16 +0100)
inadvertently removed in 283babfaf8d8f3bab9d3c63cea94eb0b84e79c37

Closes #2263

docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
lib/vtls/gskit.c

index dd8ed4ffaedcfe3523965c360f252a4dcdfcd55d..35ffa620af10e6b2389f081641fe7eb1fc379cc3 100644 (file)
@@ -95,7 +95,9 @@ footer:
 .SH AVAILABILITY
 PEM/DER support:
 
-  7.39.0: OpenSSL, GnuTLS and GSKit
+  7.39.0: OpenSSL, GnuTLS
+
+  7.39.0-7.48.0,7.58.1+: GSKit
 
   7.43.0: NSS and wolfSSL/CyaSSL
 
index 8f0cc0bb8971a15638cb03d5153adee4d389eaf9..afc90a8592a52a5c03f28cb6096e789ae8396167 100644 (file)
@@ -1355,7 +1355,7 @@ const struct Curl_ssl Curl_ssl_gskit = {
 
   0, /* have_ca_path */
   1, /* have_certinfo */
-  0, /* have_pinnedpubkey */
+  1, /* have_pinnedpubkey */
   0, /* have_ssl_ctx */
   /* TODO: convert to 1 and fix test #1014 (if need) */
   0, /* support_https_proxy */