diff options
author | David Shaw <[email protected]> | 2003-11-27 14:59:08 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-11-27 14:59:08 +0000 |
commit | 18575c7abbe087064b3af53b2e855bee9181e2c8 (patch) | |
tree | 58376ef6e295ddfedbab5786c93928b278e7ed8b | |
parent | Minor additions (diff) | |
download | gnupg-18575c7abbe087064b3af53b2e855bee9181e2c8.tar.gz gnupg-18575c7abbe087064b3af53b2e855bee9181e2c8.zip |
* NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key any
longer.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2003-11-27 David Shaw <[email protected]> + * NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key + any longer. + * configure.ac: Use MSG_NOTICE instead of MSG_WARN for less serious notifications. @@ -15,9 +15,12 @@ Noteworthy changes in version 1.3.4 (unreleased) version 1.3.4 will try for gpg.conf-1.3.4, gpg.conf-1.3, and gpg.conf-1 before falling back to the regular gpg.conf file. - * Fixed a format string bug in external HKP support. + * Fixed a format string bug in the HKP keyserver handler. - * Disabled the creation of ELGamal signatures. + * Support for Elgamal sign+encrypt keys has been removed. Old + signatures may still be verified, and existing encrypted + messages may still be decrypted, but no new signatures may be + issued by, and no new messages will be encrypted to, these keys. Noteworthy changes in version 1.3.3 (2003-10-10) |