From e77613e7b89ee150ae9e945029f11b04744a6fd3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Aug 2008 15:55:46 +0000 Subject: A whole bunch of changes to eventually support FIPS restricted mode. Also some documentation improvements and other minor enhancements. See the ChangeLogs. Stay tuned. --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 53eff08e..60118e7b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,25 @@ Noteworthy changes in version 1.4.2 ------------------------------------------------ + * The library may now be switched into a FIPS mode. + + * More runtime selftests. + + * A few macros have been replaced by functions for better type + checking. + + * The thread initialiation structure now carries version information. + + * Interface changes relative to the 1.3.0 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + GCRYCTL_OPERATIONAL_P NEW. + GCRYCTL_FIPS_MODE_P NEW. + GCRYCTL_FORCE_FIPS_MODE NEW. + gcry_cipher_setkey NEW: Replaces macro. + gcry_cipher_setiv NEW: Replaces macro. + gcry_cipher_setctr NEW: Replaces macro. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + Noteworthy changes in version 1.4.1 (2008-04-25) ------------------------------------------------ -- cgit v1.2.1