mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-20 16:31:06 +00:00

- Added TLSv1.3 ciphers to cipher map. - Fixed retrieval of cipher suite: Since gnutls_cipher_suite_get_name supports only TLSv1.2 (and lower) cipher suites, we have to call gnutls_ciphersuite_get() (requires GnuTLS 3.7.4 or newer).