History log of /dovecot/src/lib-dcrypt/dcrypt.h
Revision Date Author Comments Expand
3f6149c3fd34f54ab33415bf7141e33fc9822e23 28-Nov-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-dcrypt: Add module_dir setting This is needed for unit tests that require dcrypt, so that they can load backend without installing it first.

c42c9ff351eadcc0bcfb73cb272b112198bbf756 14-Oct-2016 Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>

lib-dcrypt: enc_key and pw must be NULL on storing unencrypted private key Add tests for password and key encryption, and get_info on them. Also give examples of valid cipher values for password and key encryption in dcrypt.h comment.

5d744144fef5057c210b994c5ca522edb8181714 12-Oct-2016 Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>

lib-dcrypt: fix comment of dovecot format v2 to use colon Version 2 field separator was changed to colon.

fadd4c92940c10a01556e1ebcb2f17890b35d7bc 04-Aug-2016 Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>

lib-dcrypt: drop format from key_load_public

401160c5ca4c3c8f122f437d00f5e4498243d7bf 04-Aug-2016 Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>

lib-dcrypt: drop format from key_load_private

a53b81d08bf21d802705f6ff2df70cdf0e39e61d 04-Aug-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

dcrypt: Use refcounting on keys

394391e78f26cba1d7fca19d4b8617453a7041b8 21-Jun-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-dcrypt: dcrypt_key_type_public/private() can no longer fail. Removed unnecessary failure handling.

955c276b9de538cfbfe4cff19f2a610f57e8d5c7 21-Jun-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-dcrypt: dcrypt_key_convert_private_to_public() can no longer fail. Removed unnecessary failure handling.

a62dad9ec88bb112079dd95be456d258c6c86369 20-Jun-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-dcrypt: Allow specifying crypto_device (OpenSSL engine).

7e1a69e513739a7c12e3c5ec53dff1eb01b90524 12-Jun-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-dcrypt: Fix various problems

316cbe323513a0f20d1cf519fe9405e231d633e2 30-May-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

lib-dcrypt: Initial implementation