summaryrefslogtreecommitdiff
path: root/mysys_ssl/my_crypt.cc
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-25785 Add support for OpenSSL 3.0Vladislav Vaintroub2022-07-041-17/+29
|/
* 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 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-221-7/+19
* 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-15587 AES test fails, segfaults in EVP_CipherInit_exMarko Mäkelä2019-03-291-2/+3
* | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-14/+1
|\ \ | |/
| * MDEV-14343 Server crash on FIPS with openssl-1.0.2kSergei Golubchik2018-01-301-21/+2
* | MDEV-12763 10.2 uses deprecated openssl 1.0 apis even with 1.1Sergei Golubchik2017-09-181-1/+1
* | MDEV-10332 support for OpenSSL 1.1 and LibreSSLSergei Golubchik2017-05-091-63/+39
* | MDEV-10332 support for OpenSSL 1.1 and LibreSSLGeorg Richter2017-05-091-35/+80
* | 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
* | Fix for MDEV-11174:Georg Richter2017-02-011-0/+3
|/
* Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-0/+4
* New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-041-275/+174
* MDEV-8281 aes_decrypt crashes in block_crypt()Sergei Golubchik2015-06-271-1/+1
* my_aes_encrypt_gcm() and my_aes_decrypt_gcm()Sergei Golubchik2015-06-021-1/+85
* my_aes_get_size()Sergei Golubchik2015-06-021-8/+10
* Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-1/+2
* MDEV-8162 func_str crashes on SELECT AES_DECRYPT(AES_ENCRYPT(...)) on line 107Sergei Golubchik2015-05-151-23/+24
* MDEV-8022 Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted A...Sergei Golubchik2015-05-131-51/+61
* move AES_CTR to its own greatly simplified functionSergei Golubchik2015-05-131-32/+41
* remove now-empty my_aes.{h,cc}Sergei Golubchik2015-04-091-11/+28
* encryption plugin controls the encryptionSergei Golubchik2015-04-091-39/+39
* yassl paddingSergei Golubchik2015-04-081-11/+33
* my_aes* functions: support for different key lengthsSergei Golubchik2015-04-081-14/+38
* yassl supportSergei Golubchik2015-04-051-30/+63
* unify my_{en|de}crypt_{cbc|ecb|ctr}. no yassl support yet.Sergei Golubchik2015-04-051-29/+96
* simplify my_crypt.cc, remove duplicate codeSergei Golubchik2015-04-051-278/+30
* cmake-time detection for EVP_aes_128_ctr()Sergei Golubchik2015-02-101-1/+2
* Push for testing of encryptionMonty2015-02-101-0/+370