1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-24 06:01:25 +03:00
Files
mariadb/plugin
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
..
2013-06-06 17:51:28 +02:00
2014-02-25 16:04:35 +01:00
2013-07-17 21:24:29 +02:00
2014-10-09 10:30:11 +02:00
2014-03-19 09:56:46 +01:00
2015-06-11 20:20:35 +02:00