summaryrefslogtreecommitdiff
path: root/cmake/ssl.cmake
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27540 Different OpenSSL versions mix up in build depending on cmake optionspreview-10.8-MDEV-25785-openssl3.0Sergei Golubchik2022-01-201-1/+2
* MDEV-25785 Add support for OpenSSL 3.0Vladislav Vaintroub2022-01-201-0/+8
* Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-0/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-07-221-0/+1
| |\
| | * Add feature summary at the end of cmake.Heinz Wiesinger2021-07-211-0/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-1/+1
|\ \ \ | |/ /
| * | cleanup: use predefined CMAKE_DL_LIBSSergei Golubchik2020-10-231-1/+1
* | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-0/+1
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-061-0/+1
| |\ \ | | |/
| | * MENT-606 Error while setting value 'aes_ctr' to 'file-key-management-encrypti...Alexey Bychko2020-02-261-0/+1
* | | Use generated user_settings.h for WolfSSL, as recommended by WolfSSLVladislav Vaintroub2019-06-141-1/+2
* | | Lets pretend that WolfSSL does not support AES-CTRVladislav Vaintroub2019-05-251-1/+1
* | | MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-221-22/+14
|/ /
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * 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
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-5/+0
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-1/+9
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-1/+10
| | | |\ \ | | | | |/
| | | | * MDEV-17615 cmake ssl error on musl/libresslSergei Golubchik2019-01-211-1/+9
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-311-10/+14
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-10-311-2/+3
| | | |\ \ | | | | |/
| | | | * don't try to build with OpenSSL 1.1+Sergei Golubchik2018-10-301-1/+2
| | * | | Restore auto-switch to bundled ssl if WITH_SSL=yesSergei Golubchik2018-10-291-2/+1
* | | | | Fix ssl cmake configuration not checking for symbols properlyVicențiu Ciorbaru2017-12-291-4/+3
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-4/+5
|\ \ \ \ | |/ / /
| * | | allow OpenSSL 0.9.8 againSergei Golubchik2017-08-131-1/+1
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-3/+4
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-3/+4
| | |\ \ | | | |/
| | | * Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-3/+4
| | | |\
| | | | * Bug#25942414: SSL VARIABLES USAGE WHEN LIBMYSQL IS COMPILED WITH WITH_SSL=NOHarin Vadodaria2017-04-271-11/+16
| | | | * Updated/added copyright headersMurthy Narkedimilli2013-02-261-1/+1
| | | | * Bug#13904906: YASSL PRE-AUTH CRASH WITH 5.1.62, 5.5.22Harin Vadodaria2012-07-241-1/+1
| | | | * Updated/added copyright headersKent Boortz2011-06-301-1/+1
| | | | * I'm pretty sure 'CXX_FLAGS' is a typo for 'CMAKE_CXX_FLAGS', andJonathan Perkin2010-07-051-2/+2
| | | | * Made the changes as per Kent/wlad to include http://lists.mysql.com/commits/1...sunanda2010-06-231-1/+1
| | | | * Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-081-1/+1
| | | | * enable Cygwin build againVladislav Vaintroub2009-12-251-0/+2
| | | | * WL#5161 : Cross-platform build with CMakeVladislav Vaintroub2009-11-091-0/+88
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-12193 Discontinue support of unsecure and unsupported OpenSSL versions (...Sergei Golubchik2017-06-221-11/+12
* | | | MDEV-12125 Use FIND_PACKAGE(OpenSSL) to find opensslVladislav Vaintroub2017-03-081-58/+12
* | | | pass openssl config to C/CSergei Golubchik2016-09-121-20/+19
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-211-0/+5
| | |\ \ | | | |/
| | | * MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ‘ERR_remove_stat...Sergei Golubchik2015-12-211-0/+5