mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
GSKit: restore pinnedpubkey functionality
inadvertently removed in 283babfaf8
This commit is contained in:
parent
1c39128d97
commit
e4272fe6c1
@ -95,7 +95,9 @@ footer:
|
|||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
PEM/DER support:
|
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
|
7.43.0: NSS and wolfSSL/CyaSSL
|
||||||
|
|
||||||
|
@ -1355,7 +1355,7 @@ const struct Curl_ssl Curl_ssl_gskit = {
|
|||||||
|
|
||||||
0, /* have_ca_path */
|
0, /* have_ca_path */
|
||||||
1, /* have_certinfo */
|
1, /* have_certinfo */
|
||||||
0, /* have_pinnedpubkey */
|
1, /* have_pinnedpubkey */
|
||||||
0, /* have_ssl_ctx */
|
0, /* have_ssl_ctx */
|
||||||
/* TODO: convert to 1 and fix test #1014 (if need) */
|
/* TODO: convert to 1 and fix test #1014 (if need) */
|
||||||
0, /* support_https_proxy */
|
0, /* support_https_proxy */
|
||||||
|
Loading…
Reference in New Issue
Block a user