mariadb/mysys_ssl
Sergei Golubchik 66b9a9409c New encryption API. Piece-wise encryption.
Instead of encrypt(src, dst, key, iv) that encrypts all
data in one go, now we have encrypt_init(key,iv),
encrypt_update(src,dst), and encrypt_finish(dst).

This also causes collateral changes in the internal my_crypt.cc
encryption functions and in the encryption service.

There are wrappers to provide the old all-at-once encryption
functionality. But binlog events are often written piecewise,
they'll need the new api.
2015-09-04 10:33:50 +02:00
..
CMakeLists.txt remove now-empty my_aes.{h,cc} 2015-04-09 18:42:44 +02:00
my_crypt.cc New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
my_md5.cc Merge tag 'mariadb-10.0.19' into 10.1 2015-06-01 15:51:25 +02:00
my_rnd.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
my_sha1.cc extend SHA1 service. cleanup of sha1 wrappers 2014-10-01 23:38:28 +02:00
my_sha2.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
yassl.cc New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00