]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-dcrypt: Initial implementation
authorAki Tuomi <aki.tuomi@dovecot.fi>
Wed, 27 Apr 2016 11:08:00 +0000 (14:08 +0300)
committerGitLab <gitlab@git.dovecot.net>
Mon, 30 May 2016 12:11:09 +0000 (15:11 +0300)
commit316cbe323513a0f20d1cf519fe9405e231d633e2
treed8965f0f02dcdce18887cccb99cc4653f414ba06
parent5d16ff58f96527093b49597e8d6168f833e0a52e
lib-dcrypt: Initial implementation
18 files changed:
configure.ac
src/Makefile.am
src/lib-dcrypt/Makefile.am [new file with mode: 0644]
src/lib-dcrypt/dcrypt-gnutls.c [new file with mode: 0644]
src/lib-dcrypt/dcrypt-iostream-private.h [new file with mode: 0644]
src/lib-dcrypt/dcrypt-openssl.c [new file with mode: 0644]
src/lib-dcrypt/dcrypt-private.h [new file with mode: 0644]
src/lib-dcrypt/dcrypt.c [new file with mode: 0644]
src/lib-dcrypt/dcrypt.h [new file with mode: 0644]
src/lib-dcrypt/istream-decrypt.c [new file with mode: 0644]
src/lib-dcrypt/istream-decrypt.h [new file with mode: 0644]
src/lib-dcrypt/ostream-encrypt.c [new file with mode: 0644]
src/lib-dcrypt/ostream-encrypt.h [new file with mode: 0644]
src/lib-dcrypt/sample-v1.bin [new file with mode: 0644]
src/lib-dcrypt/sample-v2.bin [new file with mode: 0755]
src/lib-dcrypt/test-crypto.c [new file with mode: 0644]
src/lib-dcrypt/test-stream.c [new file with mode: 0644]
src/lib-storage/index/dbox-single/sdbox-file.c