]> git.ipfire.org Git - thirdparty/curl.git/commit
wolfssl: allow capath with CURLOPT_CAINFO_BLOB
authorMichael Osipov <michael.osipov@siemens.com>
Tue, 19 Sep 2023 12:30:29 +0000 (14:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Sep 2023 11:30:41 +0000 (13:30 +0200)
commit452182332d77e1c357ea024b47f2fdb8a0db2fb6
tree0b9607796c895a378febad6a709de434fa711588
parentcc123e27574e6f5d677d45f6b245f0aa34915418
wolfssl: allow capath with CURLOPT_CAINFO_BLOB

Remain consistent with OpenSSL. While CAfile is nulled as documented
with CURLOPT_CAINFO_BLOB, CApath remains intact.

Closes #11886
lib/vtls/wolfssl.c