mariadb/plugin/auth_mysql_sha2
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
..
mysql-test/mysql_sha2 MDEV-9804 Implement a caching_sha2_password plugin, wolfSSL fixes 2025-07-29 13:51:31 +02:00
CMakeLists.txt MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
mysql_sha2.c MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
mysql_sha2.h MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
openssl1-compat.c MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
sha256crypt.c MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
ssl_stuff.c MDEV-9804 Implement a caching_sha2_password plugin, wolfSSL fixes 2025-07-29 13:51:31 +02:00