summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-26 11:13:57 +0000
committerWerner Koch <wk@gnupg.org>2008-08-26 11:13:57 +0000
commitd1e87a8bf19a041e3fe6144213b081f6374ba06b (patch)
tree34c4d1fb30a94d07aa61092b15af2beff1291db4 /NEWS
parent7b86a3aa51c48d332a2379c6471541168a4e532f (diff)
downloadlibgcrypt-d1e87a8bf19a041e3fe6144213b081f6374ba06b.tar.gz
Implemented transient-key flag as requested by the GNUNet folks.
Documentation cleanups. Removed FIPS logging unless in double verbose state.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bb5d05ea..86999396 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,7 @@
Noteworthy changes in version 1.4.2 (unreleased)
------------------------------------------------
- * The library may now be switched into a FIPS mode. Note that this
- mode is not yet fully working in 1.4.2rc1.
+ * The library may now be switched into a FIPS mode.
* More runtime selftests.
@@ -14,6 +13,8 @@ Noteworthy changes in version 1.4.2 (unreleased)
* The long missing gcry_mpi_lshift function has been added.
+ * RSA key generation now supports a "transient-key" flag.
+
* Interface changes relative to the 1.3.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRYCTL_OPERATIONAL_P NEW.