]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: store the CA after first send (ClientHello)
authorStefan Eissing <stefan@eissing.org>
Wed, 8 Feb 2023 09:39:03 +0000 (10:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Feb 2023 09:41:11 +0000 (10:41 +0100)
commite8b00fcd6a0c7ff179cebb3615ccebf1f6790b69
treef1e7f72156df1a4772b7415ef1d5eafaf1f26e75
parent341280e161c684385c4cc56c3bbe156526d21951
openssl: store the CA after first send (ClientHello)

move Curl_ssl_setup_x509_store() call after the first send (ClientHello)
this gives time to parse CA anchors while waiting on the server reply

Ref: #10389
Closes #10432
lib/vtls/openssl.c