The MariaDB Native Client library (C driver)
Go to file
Michal Schorm bff19eec79 [SSL] Disable option that requires all connections to be SSL encrypted by default
The MariaDB C/C++ connector requires SSL connections by default since versin 3.4.0:
  https://mariadb.com/kb/en/mariadb-connector-c-3-4-0-release-notes/

However that was made possible by creation of 'zero configuration SSL':
  https://mariadb.org/mission-impossible-zero-configuration-ssl/
The first LTS that contains it is MariaDB 11.4

Before that the SSL still can be set up, but it requires significant configuration.

The version we currently have in this distribution is MariaDB 10.11.

In order for all utilities and associated software to still work 'out of the box',
without extensive SSL configurations setup, I decided to disable this option.

--

This option is supposed to be re-enabled when MariaDB >= 11.4 is introduced
as the default MariaDB major version in the distribution.

--

Resolves: RHEL-55985 RHEL-69271 RHEL-69269
2025-02-04 09:55:52 +01:00
.fmf Setup gating for c10s 2024-07-26 10:52:20 +02:00
plans Setup gating for c10s 2024-07-26 10:52:20 +02:00
.gitignore Rebase to 3.1.13 2021-05-14 01:58:19 +02:00
client.cnf Add -config sub-package that delivers system-wide /etc/my.cnf and /etc/my.cnf.d directory, that other packages should use 2018-07-18 00:44:27 +02:00
gating.yaml Setup gating for c10s 2024-07-26 10:52:20 +02:00
mariadb-connector-c.rpmlintrc Update RPMLint whitelist 2021-05-14 01:58:19 +02:00
mariadb-connector-c.spec [SSL] Disable option that requires all connections to be SSL encrypted by default 2025-02-04 09:55:52 +01:00
my.cnf.in Fix flatpak build 2024-01-08 15:04:23 -05:00
sources Rebase to 3.4.3 2025-01-16 17:04:45 +01:00
testsuite.patch Rebase to 3.4.1 2024-08-23 00:21:33 +02:00