mariadb/vio
Sergei Golubchik 2f13f7d78f change how self-signed certs are accepted by internal client
use SSL_VERIFY_PEER with the "always ok" callback,
instead of SSL_VERIFY_NONE with no callback.

The latter doesn't work correctly in wolfSSL, it accepts self-signed
certificates just fine (as in OpenSSL), but after that
SSL_get_verify_result() returns X509_V_OK, while it returns an error
(e.g. X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN) in OpenSSL.
2024-02-04 22:19:19 +01:00
..
docs
CMakeLists.txt
test-ssl.c
test-sslclient.c
test-sslserver.c
vio.c
vio_priv.h
viopipe.c
viosocket.c
viossl.c
viosslfactories.c change how self-signed certs are accepted by internal client 2024-02-04 22:19:19 +01:00
viotest-ssl.c
viotest-sslconnect.cc
viotest.cc