summaryrefslogtreecommitdiff
path: root/mysys_ssl/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-221-1/+0
| | | | | | | | - Add new submodule for WolfSSL - Build and use wolfssl and wolfcrypt instead of yassl/taocrypt - Use HAVE_WOLFSSL instead of HAVE_YASSL - Increase MY_AES_CTX_SIZE, to avoid compile time asserts in my_crypt.cc (sizeof(EVP_CIPHER_CTX) is larger on WolfSSL)
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |
* | MDEV-10332 support for OpenSSL 1.1 and LibreSSLSergei Golubchik2017-05-091-0/+1
|/ | | | | | | | | | | | post-review fixes: * move all ssl implementation related ifdefs/defines to one file (ssl_compat.h) * work around OpenSSL-1.1 desire to malloc every EVP context by run-time checking that context allocated on the stack is big enough (openssl.c) * use newer version of the AWS SDK for OpenSSL 1.1 * use get_dh2048() function as generated by openssl 1.1 (viosslfactories.c)
* remove old API for SHA2Sergei Golubchik2017-03-101-1/+0
|
* my_sha2 serviceSergei Golubchik2017-03-101-10/+16
|
* cleanup: remove a duplicate fileSergei Golubchik2017-03-101-1/+0
|
* remove now-empty my_aes.{h,cc}Sergei Golubchik2015-04-091-1/+0
| | | | move remaning defines to my_crypt, add MY_ namespace prefix
* yassl builds: don't hide mysys_ssl symbols that cannot possibly collide with ↵Sergei Golubchik2015-02-151-1/+0
| | | | openssl
* encryption key management plugin apiSergei Golubchik2015-02-101-2/+0
|
* Push for testing of encryptionMonty2015-02-101-0/+3
|
* Do the partial merge of WL#5602 correctly:Sergei Golubchik2013-12-091-2/+0
| | | | | | Remove unused code (that should not have been merged) Add protocol extension (that should have been merged) Fix bugs (see pack.c)
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-0/+48