mariadb/mysys_ssl
Sergei Golubchik 93a95c0a76 cleanup: check_openssl_compatibility()
CRYPTO_set_mem_functions() works only until the first allocation is done:
* remove the second CRYPTO_set_mem_functions() call
* check whether the first CRYPTO_set_mem_functions() call worked
* stricter memory checks (==1, not >1, etc)
* as coc_malloc cannot be removed, make the counter a bit cheaper
* only do the check for OpenSSL 1.1 (because of OpenSSL 1.0 bug)
2017-07-05 17:15:57 +02:00
..
CMakeLists.txt MDEV-10332 support for OpenSSL 1.1 and LibreSSL 2017-05-09 18:53:10 +02:00
my_crypt.cc MDEV-10332 support for OpenSSL 1.1 and LibreSSL 2017-05-09 18:53:10 +02:00
my_md5.cc MDEV-10332 support for OpenSSL 1.1 and LibreSSL 2017-05-09 18:53:10 +02:00
my_sha.ic my_sha2 service 2017-03-10 18:21:26 +01:00
my_sha1.cc cleanup: generalize my_sha1.cc 2017-03-10 18:21:26 +01:00
my_sha224.cc my_sha2 service 2017-03-10 18:21:26 +01:00
my_sha256.cc my_sha2 service 2017-03-10 18:21:26 +01:00
my_sha384.cc my_sha2 service 2017-03-10 18:21:26 +01:00
my_sha512.cc my_sha2 service 2017-03-10 18:21:26 +01:00
openssl.c cleanup: check_openssl_compatibility() 2017-07-05 17:15:57 +02:00
yassl.cc MDEV-10332 support for OpenSSL 1.1 and LibreSSL 2017-05-09 18:53:10 +02:00