mirror of
https://github.com/MariaDB/server.git
synced 2025-09-21 08:35:29 +02:00

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.
3 lines
112 B
PHP
3 lines
112 B
PHP
if ($CLIENT_TLS_LIBRARY == "GnuTLS") {
|
|
skip Test requires client library, which is not built with GnuTLS;
|
|
}
|