mariadb/mysql-test/include/require_not_gnutls_client.inc
Vladislav Vaintroub e1b93e7a6d MDEV-9804 Implement a caching_sha2_password plugin, wolfSSL fixes
With WolfSSL, the plugins is statically compiled, and enabled,
and defaults to autogenerating ssl keys, which was left unimplemented.
Thus, it spits out some [ERROR] on every startup.

Fixed by implementing the functionality to generate and store RSA key,
using WolfSSL APIs.

Also, enabled tcp_nossl test on Windows, because RSA encryption by mariadb
client is not just openssl thing, it is implemented for everything except
gnutls.
2025-07-29 13:51:31 +02:00

3 lines
112 B
PHP

if ($CLIENT_TLS_LIBRARY == "GnuTLS") {
skip Test requires client library, which is not built with GnuTLS;
}