summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-09-03 10:42:11 +0000
committerWerner Koch <wk@gnupg.org>2008-09-03 10:42:11 +0000
commit5109c0c8041b1d5453feebc3ae3df74a65d9d890 (patch)
tree229564f3453de0560626be0751ef3b7726946041 /NEWS
parentf2f48e70e7b3c8d48272594843474236311a23e2 (diff)
downloadlibgcrypt-5109c0c8041b1d5453feebc3ae3df74a65d9d890.tar.gz
Updated the NEWS file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 86999396..bd081749 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,12 @@
Noteworthy changes in version 1.4.2 (unreleased)
------------------------------------------------
- * The library may now be switched into a FIPS mode.
+ * The long missing gcry_mpi_lshift function has been added.
+
+ * RSA key generation now supports a "transient-key" flag.
- * More runtime selftests.
+ * The keygrip computation for ECDSA has been implemented thus ECDSA
+ is now fully supported.
* A few macros have been replaced by functions for better type
checking.
@@ -11,9 +14,9 @@ Noteworthy changes in version 1.4.2 (unreleased)
* The thread initialization structure now carries version
information.
- * The long missing gcry_mpi_lshift function has been added.
+ * The manual describes more clearly how to initialize Libgcrypt.
- * RSA key generation now supports a "transient-key" flag.
+ * The library may now be switched into a FIPS mode.
* Interface changes relative to the 1.3.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~