mariadb/mysys_ssl
Vladislav Vaintroub c5beac6847 MDEV-19684 enable intel assembly (AESNI etc) and fastmath when compiling WolfSSL
Using different recommended speedup options for WolfSSL.

- Enable  x64 assembly code on Intel.
- in my_crypt.cc, align EVP_CIPHER_CTX buffer, since some members need
alignment of 16 (for AESNI instructions), when assembler is enabled.
- Adjust MY_AES_CTX_SIZE
- Enable fastmath in wolfssl (large integer math).
2019-06-04 10:07:39 +02: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-19684 enable intel assembly (AESNI etc) and fastmath when compiling WolfSSL 2019-06-04 10:07:39 +02:00
my_md5.cc MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
my_sha.ic MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
my_sha1.cc Update FSF address 2019-05-11 19:25:02 +03:00
my_sha224.cc Update FSF address 2019-05-11 19:25:02 +03:00
my_sha256.cc Update FSF address 2019-05-11 19:25:02 +03:00
my_sha384.cc Update FSF address 2019-05-11 19:25:02 +03:00
my_sha512.cc Update FSF address 2019-05-11 19:25:02 +03:00
openssl.c Windows : fix broken build with OpenSSL 2018-09-08 20:36:31 +01:00