From 18575c7abbe087064b3af53b2e855bee9181e2c8 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 27 Nov 2003 14:59:08 +0000 Subject: [PATCH] * NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key any longer. --- ChangeLog | 3 +++ NEWS | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2975cf61b..eb9f7ea36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-11-27 David Shaw + * 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. diff --git a/NEWS b/NEWS index 8ed2d6ae2..9d68b94b3 100644 --- a/NEWS +++ b/NEWS @@ -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)