diff options
author | Werner Koch <[email protected]> | 2014-06-25 12:33:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-06-30 17:52:28 +0000 |
commit | 6a7b763e05d352a08f639d5eef9d0bac01c5c456 (patch) | |
tree | 75ee0fa2992dbc4d79600eaa71e44ff64aa9f5cd | |
parent | Limit keysize for unattended key generation to useful values. (diff) | |
download | gnupg-1.4.18.tar.gz gnupg-1.4.18.zip |
Release 1.4.18gnupg-1.4.18
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ -Noteworthy changes in version 1.4.18 (unreleased) +Noteworthy changes in version 1.4.18 (2014-06-30) ------------------------------------------------- + * Fix a regression in 1.4.17 if more than one keyid is given + to --recv-keys et al. + + * Cap RSA and Elgamal keysize at 4096 bit also for unattended key + generation. + Noteworthy changes in version 1.4.17 (2014-06-23) ------------------------------------------------- |