summaryrefslogtreecommitdiff
path: root/mysys_ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-012-21/+29
|\ \ | |/
| * MDEV-7788 my_md5 crashes with openssl in fips modeSergei Golubchik2015-05-031-6/+12
| * MDEV-7697 Client reports ERROR 2006 (MySQL server has gone away) or ERROR 201...Sergei Golubchik2015-05-031-6/+13
* | 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-093-52/+28
* | encryption plugin controls the encryptionSergei Golubchik2015-04-092-193/+39
* | remove old my_aes_encrypt/decryptSergei Golubchik2015-04-081-229/+0
* | 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-052-559/+96
* | simplify my_crypt.cc, remove duplicate codeSergei Golubchik2015-04-051-278/+30
* | encryption cleanup: small changesSergei Golubchik2015-04-051-95/+0
* | MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundledJan Lindström2015-03-171-16/+20
* | yassl builds: don't hide mysys_ssl symbols that cannot possibly collide with ...Sergei Golubchik2015-02-151-1/+0
* | cmake-time detection for EVP_aes_128_ctr()Sergei Golubchik2015-02-101-1/+2
* | encryption key management plugin apiSergei Golubchik2015-02-103-146/+0
* | Push for testing of encryptionMonty2015-02-105-13/+1296
* | MDEV-7397: SIGSEGV on inserting into a key-less tableNirbhay Choubey2014-12-311-0/+1
* | MD5 serviceSergei Golubchik2014-10-011-22/+102
* | extend SHA1 service. cleanup of sha1 wrappersSergei Golubchik2014-10-011-61/+58
|/