mirror of
https://github.com/MariaDB/server.git
synced 2025-12-22 12:15:47 +01: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. |
||
|---|---|---|
| .. | ||
| mysql-test/mysql_sha2 | ||
| CMakeLists.txt | ||
| mysql_sha2.c | ||
| mysql_sha2.h | ||
| openssl1-compat.c | ||
| sha256crypt.c | ||
| ssl_stuff.c | ||