log src/lib-dcrypt/test-stream.c @ 22310:a28f5bfb15fc

age author description
Sun, 05 Feb 2017 20:20:37 +0200 Timo Sirainen lib-dcrypt: If dcrypt can't be initialized, log also the reason.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 28 Nov 2016 03:26:01 +0100 Stephan Bosch global: Added missing copyright notices.
Fri, 25 Nov 2016 09:49:25 +0200 Aki Tuomi lib-dcrypt: Use module_dir setting
Sat, 19 Nov 2016 01:54:14 +0200 Timo Sirainen global: Code cleanup - avoid passing NULL to functions with non-null parameter
Tue, 06 Sep 2016 02:56:39 +0300 Timo Sirainen lib-dcrypt: Avoid infinite loop if istream header is too large.
Thu, 25 Aug 2016 12:27:51 +0300 Aki Tuomi dcrypt: Test for stream prefetch
Wed, 17 Aug 2016 16:25:12 +0300 Timo Sirainen lib-dcrypt: Fixed partial reads in header and limit header's max size.
Sat, 06 Aug 2016 22:07:00 +0300 Martti Rannanjärvi lib-dcrypt: add dcrypt-iostream.h
Thu, 04 Aug 2016 21:44:08 +0300 Timo Sirainen lib-dcrypt: Added unit tests to nonblocking istream-decrypt
Thu, 04 Aug 2016 21:38:30 +0300 Timo Sirainen lib-dcrypt: test-stream writes now to buffer, not to temp-iostream
Thu, 04 Aug 2016 19:45:35 +0300 Martti Rannanjärvi lib-dcrypt: add 0 to 400 byte stream test
Thu, 04 Aug 2016 22:15:25 +0300 Timo Sirainen lib-dcrypt: Fixed test-stream unit test not to leak memory
Thu, 04 Aug 2016 19:39:56 +0300 Aki Tuomi lib-dcrypt: Skip checks if no backend found
Thu, 04 Aug 2016 12:57:58 +0300 Martti Rannanjärvi lib-dcrypt: drop format from key_load_public
Thu, 04 Aug 2016 12:52:20 +0300 Martti Rannanjärvi lib-dcrypt: drop format from key_load_private
Mon, 25 Jul 2016 14:04:47 +0300 Martti Rannanjärvi lib-dcrypt: add crashing 8 byte garbage read test
Fri, 15 Jul 2016 16:31:01 +0300 Aki Tuomi dcrypt: Update API for testing
Thu, 30 Jun 2016 09:29:26 +0300 Aki Tuomi dcrypt: Free keys in test-stream
Thu, 30 Jun 2016 09:06:51 +0300 Aki Tuomi dcrypt: Add tests for 0 and 1 byte data
Mon, 27 Jun 2016 13:21:05 +0300 Aki Tuomi istream-decrypt: Ensure we can open short v1 files
Sun, 19 Jun 2016 22:27:00 +0300 Timo Sirainen lib-dcrypt: Check for all the return values in unit tests
Mon, 20 Jun 2016 13:33:34 +0300 Timo Sirainen lib-dcrypt: Allow specifying crypto_device (OpenSSL engine).
Sun, 19 Jun 2016 23:18:43 +0300 Timo Sirainen lib-dcrypt: Fixed running unit tests in build directory.
Mon, 30 May 2016 22:39:39 +0300 Aki Tuomi lib-dcrypt: Use base64 encoded test samples
Wed, 27 Apr 2016 14:08:00 +0300 Aki Tuomi lib-dcrypt: Initial implementation