| Commit message (Expand) | Author | Age | Files | Lines |
* | fix crashes with openssl fips builds | Sergei Golubchik | 2017-05-10 | 1 | -2/+2 |
* | MDEV-10332 support for OpenSSL 1.1 and LibreSSL | Sergei Golubchik | 2017-05-09 | 5 | -138/+140 |
* | MDEV-10332 support for OpenSSL 1.1 and LibreSSL | Georg Richter | 2017-05-09 | 3 | -47/+122 |
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-05-06 | 1 | -0/+26 |
|\ |
|
| * | MDEV-11663 Create services for functionality used by plugins | Vladislav Vaintroub | 2017-04-27 | 1 | -0/+26 |
* | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 9 | -315/+278 |
|\ \
| |/ |
|
| * | remove old API for SHA2 | Sergei Golubchik | 2017-03-10 | 2 | -69/+0 |
| * | my_sha2 service | Sergei Golubchik | 2017-03-10 | 6 | -11/+91 |
| * | cleanup: generalize my_sha1.cc | Sergei Golubchik | 2017-03-10 | 2 | -133/+189 |
| * | cleanup: remove a duplicate file | Sergei Golubchik | 2017-03-10 | 2 | -104/+0 |
* | | Fix many -Wconversion warnings. | Marko Mäkelä | 2017-03-07 | 1 | -4/+4 |
* | | Fix for MDEV-11174: | Georg Richter | 2017-02-01 | 1 | -0/+3 |
|/ |
|
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-12-21 | 1 | -0/+4 |
|\ |
|
| * | after-merge: 10.0 part of MDEV-9249 (ERR_remove_state) | Sergei Golubchik | 2015-12-21 | 1 | -0/+4 |
* | | New encryption API. Piece-wise encryption. | Sergei Golubchik | 2015-09-04 | 2 | -275/+368 |
* | | MDEV-8281 aes_decrypt crashes in block_crypt() | Sergei Golubchik | 2015-06-27 | 1 | -1/+1 |
* | | my_aes_encrypt_gcm() and my_aes_decrypt_gcm() | Sergei Golubchik | 2015-06-02 | 1 | -1/+85 |
* | | my_aes_get_size() | Sergei Golubchik | 2015-06-02 | 1 | -8/+10 |
* | | Merge tag 'mariadb-10.0.19' into 10.1 | Sergei Golubchik | 2015-06-01 | 2 | -21/+29 |
|\ \
| |/ |
|
| * | MDEV-7788 my_md5 crashes with openssl in fips mode | Sergei Golubchik | 2015-05-03 | 1 | -6/+12 |
| * | MDEV-7697 Client reports ERROR 2006 (MySQL server has gone away) or ERROR 201... | Sergei Golubchik | 2015-05-03 | 1 | -6/+13 |
* | | MDEV-8162 func_str crashes on SELECT AES_DECRYPT(AES_ENCRYPT(...)) on line 107 | Sergei Golubchik | 2015-05-15 | 1 | -23/+24 |
* | | MDEV-8022 Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted A... | Sergei Golubchik | 2015-05-13 | 1 | -51/+61 |
* | | move AES_CTR to its own greatly simplified function | Sergei Golubchik | 2015-05-13 | 1 | -32/+41 |
* | | remove now-empty my_aes.{h,cc} | Sergei Golubchik | 2015-04-09 | 3 | -52/+28 |
* | | encryption plugin controls the encryption | Sergei Golubchik | 2015-04-09 | 2 | -193/+39 |
* | | remove old my_aes_encrypt/decrypt | Sergei Golubchik | 2015-04-08 | 1 | -229/+0 |
* | | yassl padding | Sergei Golubchik | 2015-04-08 | 1 | -11/+33 |
* | | my_aes* functions: support for different key lengths | Sergei Golubchik | 2015-04-08 | 1 | -14/+38 |
* | | yassl support | Sergei Golubchik | 2015-04-05 | 1 | -30/+63 |
* | | unify my_{en|de}crypt_{cbc|ecb|ctr}. no yassl support yet. | Sergei Golubchik | 2015-04-05 | 2 | -559/+96 |
* | | simplify my_crypt.cc, remove duplicate code | Sergei Golubchik | 2015-04-05 | 1 | -278/+30 |
* | | encryption cleanup: small changes | Sergei Golubchik | 2015-04-05 | 1 | -95/+0 |
* | | MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundled | Jan Lindström | 2015-03-17 | 1 | -16/+20 |
* | | yassl builds: don't hide mysys_ssl symbols that cannot possibly collide with ... | Sergei Golubchik | 2015-02-15 | 1 | -1/+0 |
* | | cmake-time detection for EVP_aes_128_ctr() | Sergei Golubchik | 2015-02-10 | 1 | -1/+2 |
* | | encryption key management plugin api | Sergei Golubchik | 2015-02-10 | 3 | -146/+0 |
* | | Push for testing of encryption | Monty | 2015-02-10 | 5 | -13/+1296 |
* | | MDEV-7397: SIGSEGV on inserting into a key-less table | Nirbhay Choubey | 2014-12-31 | 1 | -0/+1 |
* | | MD5 service | Sergei Golubchik | 2014-10-01 | 1 | -22/+102 |
* | | extend SHA1 service. cleanup of sha1 wrappers | Sergei Golubchik | 2014-10-01 | 1 | -61/+58 |
|/ |
|
* | Do the partial merge of WL#5602 correctly: | Sergei Golubchik | 2013-12-09 | 2 | -456/+0 |
* | SHA1 service | Sergei Golubchik | 2013-07-13 | 1 | -10/+20 |
* | Applied all changes from Igor and Sanja | Michael Widenius | 2013-06-15 | 2 | -40/+0 |
* | Temporary commit of 10.0-merge | Michael Widenius | 2013-03-26 | 9 | -0/+1200 |