mariadb/plugin/auth_mysql_sha2/mysql-test/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
..
fini.inc MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
init.inc MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
init.opt MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
socket.opt MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
socket.result MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
socket.test MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
ssl_auto.opt MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
ssl_auto.result MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
ssl_auto.test MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
ssl_manual.result MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
ssl_manual.test MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
suite.pm MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
tcp_nossl.result MDEV-9804 Implement a caching_sha2_password plugin 2025-07-27 13:57:06 +02:00
tcp_nossl.test MDEV-9804 Implement a caching_sha2_password plugin, wolfSSL fixes 2025-07-29 13:51:31 +02:00