gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 14/150: GSKit: restore pinnedpubkey functionality


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 14/150: GSKit: restore pinnedpubkey functionality
Date: Fri, 30 Mar 2018 16:47:48 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 5c497343d9e13915733792597fe18e4b361fc961
Author: moparisthebest <address@hidden>
AuthorDate: Thu Jan 25 16:47:49 2018 -0500

    GSKit: restore pinnedpubkey functionality
    
    inadvertently removed in 283babfaf8d8f3bab9d3c63cea94eb0b84e79c37
    
    Closes #2263
---
 docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 | 4 +++-
 lib/vtls/gskit.c                            | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 
b/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
index dd8ed4ffa..35ffa620a 100644
--- a/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
+++ b/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
@@ -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
 
diff --git a/lib/vtls/gskit.c b/lib/vtls/gskit.c
index 8f0cc0bb8..afc90a859 100644
--- a/lib/vtls/gskit.c
+++ b/lib/vtls/gskit.c
@@ -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 */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]