mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
nss: implement public key pinning for NSS backend
Bug: https://bugzilla.redhat.com/1195771
This commit is contained in:
parent
1fd33e3ec8
commit
b47c17d67c
5 changed files with 58 additions and 3 deletions
|
|
@ -548,7 +548,8 @@ indicating its identity. A public key is extracted from this certificate and
|
|||
if it does not exactly match the public key provided to this option, curl will
|
||||
abort the connection before sending or receiving any data.
|
||||
|
||||
This is currently only implemented in the OpenSSL, GnuTLS and GSKit backends.
|
||||
This is currently only implemented in the OpenSSL, GnuTLS, NSS and GSKit
|
||||
backends.
|
||||
|
||||
If this option is used several times, the last one will be used.
|
||||
(Added in 7.39.0)
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ if(curl) {
|
|||
.fi
|
||||
.SH AVAILABILITY
|
||||
If built TLS enabled. This is currently only implemented in the OpenSSL,
|
||||
GnuTLS and GSKit backends.
|
||||
GnuTLS, NSS and GSKit backends.
|
||||
|
||||
Added in libcurl 7.39.0
|
||||
.SH RETURN VALUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue