mariadb/mysys_ssl
Daniel Black 4b0ac5a12b MDEV-35838 libressl support differences in CRYPTO_set_mem_functions
Based on FreeBSD patch.

The FreeBSD inclusion of check_openssl_compatibility prevented
any use of the crypto callbacks and as such the later differences
where ignored.

The later differences in coc_malloc didn't propegate to the other
callback functions of CRYPTO_set_mem_functions where a reduced
argument list also applied.

Looking where[2] libressl added the functions it was of the
same prototype 10 years ago so omitting any version check.

[1] a34cf9c2db/databases/mariadb106-server/files/patch-mysys__ssl_openssl.c
[2] 5ebad8acea (diff-7f393e5489e6c5780773408f11ca27d9b3bb8f55b174631a1e9467a1dd3010b9R22)
2025-01-14 12:13:22 +11:00
..
CMakeLists.txt MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
my_crypt.cc MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
my_md5.cc MDEV-27778 md5 in FIPS crashes with OpenSSL 3.0.0 2022-07-04 12:49:11 +02:00
my_sha.inl Merge branch '10.3' into 10.4 2022-01-30 09:46:52 +01:00
my_sha1.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
my_sha224.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
my_sha256.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
my_sha384.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
my_sha512.cc MDEV-27494 Rename .ic files to .inl 2022-01-17 16:41:51 +01:00
openssl.c MDEV-35838 libressl support differences in CRYPTO_set_mem_functions 2025-01-14 12:13:22 +11:00