summaryrefslogtreecommitdiff
path: root/mysys_ssl
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Do the partial merge of WL#5602 correctly:Sergei Golubchik2013-12-092-456/+0
* SHA1 serviceSergei Golubchik2013-07-131-10/+20
* Applied all changes from Igor and SanjaMichael Widenius2013-06-152-40/+0
* Temporary commit of 10.0-mergeMichael Widenius2013-03-269-0/+1200