summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-12-10 12:23:30 +0000
committerWerner Koch <wk@gnupg.org>2008-12-10 12:23:30 +0000
commit740a1fb6a1c7aeaf0968514f6c22879d14dc2c86 (patch)
tree0fda9ac2539a01a26fa78ac849db36e0eafe0ecb /NEWS
parentbd5ca43389e2219b930d67ec51ad688650951e25 (diff)
downloadlibgcrypt-740a1fb6a1c7aeaf0968514f6c22879d14dc2c86.tar.gz
Allow speicification of domain parameters for DSA key generation.
Doc updates. Allows the use of the strings AES-128, AES-192, AES-256 to specify AES algorithms.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37ea62bb..4fee4fce 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ Noteworthy changes in version 1.4.4
* In fips mode, RSA keys are now generated using the X9.31 algorithm
and DSA keys using the FIPS 186-2 algorithm.
+ * The transient-key flag is now also supported for DSA key
+ generation. DSA domain parameters may given as well.
+
Noteworthy changes in version 1.4.3 (2008-09-18)
------------------------------------------------