mirror of
https://github.com/curl/curl.git
synced 2026-07-22 23:07:16 +03:00
curl: fix --proxy-pinnedpubkey
This option was added in #2268 but never connected in tool_operate.c. Closes #14438
This commit is contained in:
parent
cf7a080c3f
commit
1e9c1e8f2e
2 changed files with 9 additions and 0 deletions
|
|
@ -27,3 +27,5 @@ When negotiating a TLS or SSL connection, the server sends a certificate
|
|||
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
|
||||
aborts the connection before sending or receiving any data.
|
||||
|
||||
Before curl 8.10.0 this option did not work due to a bug.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue