mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
Release 2.0.24
This commit is contained in:
parent
3b90ddde25
commit
41dcd32218
16
NEWS
16
NEWS
@ -1,6 +1,20 @@
|
||||
Noteworthy changes in version 2.0.24 (unreleased)
|
||||
Noteworthy changes in version 2.0.24 (2014-06-24)
|
||||
-------------------------------------------------
|
||||
|
||||
* gpg: Avoid DoS due to garbled compressed data packets.
|
||||
|
||||
* gpg: Screen keyserver responses to avoid importing unwanted keys
|
||||
from rogue servers.
|
||||
|
||||
* gpg: The validity of user ids is now shown by default. To revert
|
||||
this add "list-options no-show-uid-validity" to gpg.conf.
|
||||
|
||||
* gpg: Print more specific reason codes with the INV_RECP status.
|
||||
|
||||
* gpg: Allow loading of a cert only key to an OpenPGP card.
|
||||
|
||||
* gpg-agent: Make ssh support for ECDSA keys work with Libgcrypt 1.6.
|
||||
|
||||
|
||||
Noteworthy changes in version 2.0.23 (2014-06-03)
|
||||
-------------------------------------------------
|
||||
|
15
doc/gpg.texi
15
doc/gpg.texi
@ -2330,12 +2330,17 @@ a message that PGP 2.x will not be able to handle. Note that `PGP
|
||||
2.x' here means `MIT PGP 2.6.2'. There are other versions of PGP 2.x
|
||||
available, but the MIT release is a good common baseline.
|
||||
|
||||
This option implies @option{--rfc1991 --disable-mdc
|
||||
--no-force-v4-certs --escape-from-lines --force-v3-sigs
|
||||
@ifclear gpgone
|
||||
--allow-weak-digest-algos
|
||||
@end ifclear
|
||||
This option implies
|
||||
@ifset gpgone
|
||||
@option{--rfc1991 --disable-mdc --no-force-v4-certs
|
||||
--escape-from-lines --force-v3-sigs
|
||||
--cipher-algo IDEA --digest-algo MD5 --compress-algo ZIP}.
|
||||
@end ifset
|
||||
@ifclear gpgone
|
||||
@option{--rfc1991 --disable-mdc --no-force-v4-certs
|
||||
--escape-from-lines --force-v3-sigs --allow-weak-digest-algos
|
||||
--cipher-algo IDEA --digest-algo MD5 --compress-algo ZIP}.
|
||||
@end ifclear
|
||||
It also disables @option{--textmode} when encrypting.
|
||||
|
||||
@item --pgp6
|
||||
|
Loading…
x
Reference in New Issue
Block a user