diff options
author | Werner Koch <[email protected]> | 2015-02-18 13:10:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-02-18 13:20:23 +0000 |
commit | 8d47e6e5235b6ecb41baf52865c5837c1de962b5 (patch) | |
tree | 4a787e588f3eba7d4cc3801f17f52dd85ebb10a7 /NEWS | |
parent | gpg: Remove an unused variable. (diff) | |
download | gnupg-2.0.27.tar.gz gnupg-2.0.27.zip |
Release 2.0.27gnupg-2.0.27
Diffstat (limited to '')
-rw-r--r-- | NEWS | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,6 +1,25 @@ -Noteworthy changes in version 2.0.27 (unreleased) +Noteworthy changes in version 2.0.27 (2015-02-18) ------------------------------------------------- + * gpg: Detect faulty use of --verify on detached signatures. + + * gpg: New import option "keep-ownertrust". + + * gpg: Uses SHA-256 for all signature types also on RSA keys. + + * gpg: Added support for algo names when generating keys using the + --command-fd method. + + * gpg: Unless --allow-weak-digest-algos is used the insecure MD5 + based fingerprints are shown as all zeroe + + * gpg: Fixed DoS based on bogus and overlong key packets. + + * gpg: Better error reporting for keyserver problems. + + * Fixed several bugs related to bogus keyrings and improved some + other code. + Noteworthy changes in version 2.0.26 (2014-08-12) ------------------------------------------------- |