diff options
author | Werner Koch <[email protected]> | 1998-02-24 18:50:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-24 18:50:46 +0000 |
commit | 5a05af2bca319adc9a915ff4466f04c3ef05142a (patch) | |
tree | 24292fd49662c09acbe4d6eae321888cbb175585 /g10/ChangeLog | |
parent | rel 0.2.7 mit kleines Korrekturen (diff) | |
download | gnupg-V-0-2-8.tar.gz gnupg-V-0-2-8.zip |
Renamed to GNUPGV-0-2-8
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index c352db6fb..e4359ede9 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,24 @@ +Tue Feb 24 15:51:55 1998 Werner Koch ([email protected]) + + * parse-packet.c (parse_certificate): Support for S2K. + * build-packet.c (do_secret_cert): Ditto. + * keygen.c (gen_elg): Ditto. + * seckey-cert.c (check_elg): Ditto + (protect_elg): Ditto. + * sign.c (chnage_passphrase): Ditto. + * passphrase.c (get_passphrase_hash): Support for a salt and + changed all callers. + (make_dek_from_passphrase): Ditto. + +Tue Feb 24 12:30:56 1998 Werner Koch ([email protected]) + + * build-packet.c (hash_public_cert): Disabled debug output. + +Fri Feb 20 17:22:28 1998 Werner Koch ([email protected]) + + * trustdb.c (init_trustdb) [MINGW32]: Removed 2nd mkdir arg. + (keyring_copy) [MINGW32]: Add a remove prior to the renames. + Wed Feb 18 18:39:02 1998 Werner Koch ([email protected]) * Makefile.am (OMIT_DEPENDENCIES): New. |