log src/lib-dcrypt/test-crypto.c @ 22346:bfe785a8ae62

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.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
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
Mon, 17 Oct 2016 21:03:51 +0300 Martti Rannanjärvi lib-dcrypt: add a test for password change
Mon, 17 Oct 2016 10:36:17 +0300 Martti Rannanjärvi lib-dcrypt: change unit test ec curve to secp521r1
Fri, 14 Oct 2016 15:28:32 +0300 Aki Tuomi lib-dcrypt: Fix uninitialized memory
Fri, 14 Oct 2016 13:48:41 +0300 Martti Rannanjärvi lib-dcrypt: str_new to t_str_new in some test-crypto tests
Thu, 13 Oct 2016 23:38:36 +0300 Martti Rannanjärvi lib-dcrypt: enc_key and pw must be NULL on storing unencrypted private key
Mon, 15 Aug 2016 13:30:44 +0300 Aki Tuomi dcrypt: Fix encrypted test keys
Sat, 06 Aug 2016 22:07:00 +0300 Martti Rannanjärvi lib-dcrypt: add dcrypt-iostream.h
Thu, 04 Aug 2016 17:39:02 +0300 Martti Rannanjärvi lib-dcrypt: don't give strstr NULL in test-crypto
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
Wed, 03 Aug 2016 17:55:15 +0300 Martti Rannanjärvi lib-dcrypt: change v2 key field separator to ':'
Fri, 15 Jul 2016 16:31:01 +0300 Aki Tuomi dcrypt: Update API for testing
Mon, 04 Jul 2016 11:57:43 +0300 Martti Rannanjärvi lib-dcrypt: tell in error_r that RSA key has to be converted to pkey
Tue, 28 Jun 2016 13:24:09 +0300 Martti Rannanjärvi lib-dcrypt: correctly set version 2 on key info
Mon, 27 Jun 2016 16:37:18 +0300 Timo Sirainen lib-dcrypt: Make static analyzer happier
Mon, 27 Jun 2016 14:43:58 +0300 Aki Tuomi dcrypt: Add tests for v1 and v2 public keys and RSA
Sun, 19 Jun 2016 22:27:00 +0300 Timo Sirainen lib-dcrypt: Check for all the return values in unit tests
Sun, 19 Jun 2016 21:20:27 +0300 Timo Sirainen lib-dcrypt: dcrypt_key_convert_private_to_public() can no longer fail.
Mon, 20 Jun 2016 13:33:34 +0300 Timo Sirainen lib-dcrypt: Allow specifying crypto_device (OpenSSL engine).
Mon, 20 Jun 2016 02:25:47 +0300 Timo Sirainen lib-dcrypt: Use a more supported EC curve in unit test
Sun, 19 Jun 2016 18:44:55 +0300 Timo Sirainen lib-dcrypt: Fixed memory leak in test-crypto unit test
Tue, 14 Jun 2016 12:08:49 +0300 Aki Tuomi dcrypt: Add test for public key loading
Wed, 27 Apr 2016 14:08:00 +0300 Aki Tuomi lib-dcrypt: Initial implementation