diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index f542eb2ec..e3b1ecf8f 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,9 +1,19 @@ 2003-11-29 David Shaw <[email protected]> + * revoke.c (gen_desig_revoke): Specify in the comment when a + designated revocation is generated. + + * getkey.c (merge_selfsigs_main, merge_selfsigs_subkey, + get_seckey_byname2): Disallow use of sign+encrypt Elgamal keys for + anything except revocations. + + * sign.c (do_sign): Catchall for any Elgamal signatures except + revocations. + * trustdb.c (validate_keys): Reset the trustdb before checking if we have any ultimately trusted keys. This ensures that if we lose all our ultimately trusted keys, we don't leave behind the - old validity calculations. + old validity calculations. Noted by Peter Palfrader. 2003-11-20 David Shaw <[email protected]> |