mariadb/mysys_ssl
Sergei Golubchik 5e5c3c7cb6 post-merge changes
* remove duplicate test file
* move all uuidv7 tests into plugin/type_uuid/mysql-test/type_uuid/
* remove mysys/ changes
* auto my_random_bytes() fallback - removes duplicate code from uuid,
  and fixes all other users of my_random_bytes() that don't check
  the return value (because, perhaps, they don't need crypto-strong
  random bytes)
* End of 11.6 -> 11.7 in tests
* clarify the warning text
* UUID_VERSION_MASK()/UUID_VARIANT_MASK() must not depend on the version
* allow 4x more monotonic uuidv7 per millisecond - instead of stretching
  1000 microseconds over 12 bits, let's use extra 2 bits as a counter
* rename for compatibility with Percona Server (uuid_v4, uuid_v7)
2024-10-29 14:47:32 +01: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 post-merge changes 2024-10-29 14:47:32 +01: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 OpenSSL - set all heap functions in CRYPTO_set_mem_functions. 2024-08-09 01:15:45 +02:00