diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 58350562d..c98824291 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,16 @@ +2003-02-26 David Shaw <[email protected]> + + * trustdb.c (validate_keys): Mask the ownertrust when building the + list of fully valid keys so that disabled keys are still counted + in the web of trust. + + * gpgv.c (main): Fix bug #113 - gpgv should accept the + --ignore-time-conflict option. + + * g10.c (main): Use 3DES for the s2k cipher in --openpgp mode. + Double the amount of secure memory to 32k (keys are getting bigger + these days). + 2003-02-22 David Shaw <[email protected]> * g10.c (main): --openpgp disables --pgpX. |