summaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-26 23:26:01 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-29 09:01:55 +0200
commit9bfe665913146eec50cce590bf39f0b209aeca9a (patch)
tree5fb64231850f2ae37579848b67c86b066904c76d /lib/urldata.h
parent40b4fdb88fdec3627147129d1f71a815842ec638 (diff)
downloadcurl-9bfe665913146eec50cce590bf39f0b209aeca9a.tar.gz
vtls: compare cert blob when finding a connection to reuse
Reported-by: Gergely Nagy Fixes #5617 Closes #5619
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 1fc25196a..f80a02def 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -229,6 +229,7 @@ struct ssl_primary_config {
char *cipher_list; /* list of ciphers to use */
char *cipher_list13; /* list of TLS 1.3 cipher suites to use */
char *pinned_key;
+ struct curl_blob *cert_blob;
BIT(verifypeer); /* set TRUE if this is desired */
BIT(verifyhost); /* set TRUE if CN/SAN must match hostname */
BIT(verifystatus); /* set TRUE if certificate status must be checked */