]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: combine all the x509-store flags
authorDaniel Stenberg <daniel@haxx.se>
Fri, 31 Oct 2025 16:22:36 +0000 (17:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 31 Oct 2025 22:24:38 +0000 (23:24 +0100)
commitd4d7139e70affc5f667d12d7e9c9d5bb71ae61ca
tree934bf74ba7d445e8f2e90178e198bfa5a652a8c7
parentb4630ed8faef1834e2b64f30acc24e5101d4d2fb
openssl: combine all the x509-store flags

... intead of overwriting the previous ones in ossl_populate_x509_store()

Pointed out by ZeroPath

Closes #19306
lib/vtls/openssl.c