What’s New in MariaDB Connector/C 3.0 RalfGebhardt Mon, 07/31/2017 - 05:41
We are pleased to announce the general availability (GA) of MariaDB Connector/C 3.0. MariaDB Connector/C 3.0.2 is the newest version of MariaDB Connector/C. This release is compatible with MariaDB Connector/C 2.3 - no code changes necessary to upgrade.
MariaDB Connector/C 3.0 includes new security enhancements, plugins and API functions.
Security
In addition to OpenSSL, MariaDB Connector/C 3.0 now supports:
- GnuTLS
- Windows SChannel: removes dependencies on external libraries
- Windows SChannel: becomes the default for SSL on Windows
- TLSv1.1 and TLSv1.2 support
- Passphrase protected private keys
Plugins
- All plugins can either be linked statically or built …