summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~