summaryrefslogtreecommitdiff
path: root/mysys_ssl
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2023-02-101-1/+1
|\
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
* | MDEV-27778 md5 in FIPS crashes with OpenSSL 3.0.0Honza Horak2022-07-041-0/+11
* | MDEV-25785 Add support for OpenSSL 3.0Vladislav Vaintroub2022-07-041-17/+29
|/
* Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-306-5/+5
|\
| * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-296-5/+5
| |\
| | * MDEV-27494 Rename .ic files to .inlVladislav Vaintroub2022-01-176-5/+5
* | | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-1/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-1/+2
| |\ \ | | |/
| | * MDEV-23925: Fixed warnings generated during compilation of mysys_ssl/openssl....Dmitry Shulga2020-10-211-2/+2
* | | WolfSSL fixesSergei Golubchik2020-05-081-0/+2
* | | Update WolfSSL, remove older workarounds.Vladislav Vaintroub2019-07-281-16/+0
* | | MDEV-19684 enable intel assembly (AESNI etc) and fastmath when compiling WolfSSLVladislav Vaintroub2019-06-041-5/+20
* | | Fix compilation on LinuxVladislav Vaintroub2019-05-291-1/+1
* | | MDEV-19617 Assertion `src' failed in MyCTX::updateVladislav Vaintroub2019-05-281-1/+10
* | | MDEV-19604 WolfSSL breaks binlog_encryption.binlog_incidentVladislav Vaintroub2019-05-271-0/+1
* | | MDEV-18531 : remove yasslVladislav Vaintroub2019-05-221-191/+0
* | | MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-224-31/+54
|/ /
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-1410-10/+10
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-1310-10/+10
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-113-3/+3
| | * Update FSF addressVicențiu Ciorbaru2019-05-117-7/+7
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-2/+3
|\ \ \ | |/ /
| * | MDEV-15587 AES test fails, segfaults in EVP_CipherInit_exMarko Mäkelä2019-03-291-2/+3
* | | Windows : fix broken build with OpenSSLVladislav Vaintroub2018-09-081-1/+2
* | | MDEV-15513 use EVP_MD_CTX_{new,free} instead of EVP_MD_CTX_{create, destroy}Alexander Kuleshov2018-05-211-2/+2
|/ /
* | MDEV-14567: CRYPTO_set_mem_functions fails in FIPS modeDaniel Black2018-02-071-1/+1
* | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-062-14/+2
|\ \ | |/
| * MDEV-14343 Server crash on FIPS with openssl-1.0.2kSergei Golubchik2018-01-302-21/+3
* | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-282-5/+5
* | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-1/+1
* | MDEV-13698 stack overflow (OpenSSL on Windows)Sergei Golubchik2017-09-181-1/+1
* | MDEV-12763 10.2 uses deprecated openssl 1.0 apis even with 1.1Sergei Golubchik2017-09-182-2/+2
* | fix compilation with OpenSSL 1.1Sergei Golubchik2017-07-131-1/+2
* | cleanup: check_openssl_compatibility()Sergei Golubchik2017-07-051-22/+22
* | fix crashes with openssl fips buildsSergei Golubchik2017-05-101-2/+2
* | MDEV-10332 support for OpenSSL 1.1 and LibreSSLSergei Golubchik2017-05-095-138/+140
* | MDEV-10332 support for OpenSSL 1.1 and LibreSSLGeorg Richter2017-05-093-47/+122
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-0/+26
|\ \ | |/
| * MDEV-11663 Create services for functionality used by pluginsVladislav Vaintroub2017-04-271-0/+26
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-309-315/+278
|\ \ | |/
| * remove old API for SHA2Sergei Golubchik2017-03-102-69/+0
| * my_sha2 serviceSergei Golubchik2017-03-106-11/+91
| * cleanup: generalize my_sha1.ccSergei Golubchik2017-03-102-133/+189
| * cleanup: remove a duplicate fileSergei Golubchik2017-03-102-104/+0
* | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-4/+4
* | Fix for MDEV-11174:Georg Richter2017-02-011-0/+3
|/
* Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-0/+4
|\
| * after-merge: 10.0 part of MDEV-9249 (ERR_remove_state)Sergei Golubchik2015-12-211-0/+4
* | New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-042-275/+368