blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
652 stars 145 forks source link

Handle MariaDB-11.4+ zero configuration SSL verification #372

Open grooverdan opened 4 months ago

grooverdan commented 4 months ago

Feature: https://mariadb.org/mission-impossible-zero-configuration-ssl/

List of references in: https://jira.mariadb.org/browse/MDEV-33639

Seems to involving the OK packet received at: https://github.com/blackbeam/rust-mysql-simple/blob/master/src/conn/mod.rs#L835

Will probably require this server fix https://jira.mariadb.org/browse/MDEV-33592 for Rust compatibility.