]> git.ipfire.org Git - thirdparty/curl.git/commit
url: only reuse TLS connections with matching pinning
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Sep 2019 14:38:58 +0000 (16:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Sep 2019 12:58:24 +0000 (14:58 +0200)
commit3c5f9ba899ace6a0a406e421c4c1f6e626a95d05
tree3f638d88dec62621d804a2e516eef55492b529ea
parentfafad1496b036577d68bfc8db688fbcd7930819a
url: only reuse TLS connections with matching pinning

If the requests have different CURLOPT_PINNEDPUBLICKEY strings set, the
connection should not be reused.

Bug: https://curl.haxx.se/mail/lib-2019-09/0061.html
Reported-by: Sebastian Haglund
Closes #4347
lib/url.c
lib/urldata.h
lib/vtls/vtls.c