]> git.ipfire.org Git - thirdparty/curl.git/commit
wolfssl: warn if CA native import option is ignored
authorJay Satiro <raysatiro@yahoo.com>
Fri, 21 Feb 2025 08:50:15 +0000 (03:50 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 26 Feb 2025 08:05:36 +0000 (03:05 -0500)
commit2fce176bf6b4594aecabdd3e2cf1f53555c12cb6
tree9636685ce5b68a5cc349bec96461f91138fabc51
parentd485177151f46bbb36e4657aa687e15a22592776
wolfssl: warn if CA native import option is ignored

- Show verbose message if the CA native import option is set but
  the wolfSSL build does not support it.

wolfSSL has to be built with WOLFSSL_SYS_CA_CERTS to import native
CA certificates and that may not be common.

Closes https://github.com/curl/curl/pull/16417
lib/vtls/wolfssl.c