diff options
author | Werner Koch <[email protected]> | 1998-05-04 18:49:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-04 18:49:26 +0000 |
commit | 42b03f6ebdda25a5b61db72cf9aecaaf6788de16 (patch) | |
tree | a36d2fe06b19dca6f64009010e2a731b45e6b886 /g10/ChangeLog | |
parent | fixed last passphrase bug (diff) | |
download | gnupg-0-2-17.tar.gz gnupg-0-2-17.zip |
new releaseV0-2-17
Diffstat (limited to '')
-rw-r--r-- | g10/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 3ddb311e3..b61ea5cda 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,20 @@ +Mon May 4 19:01:25 1998 Werner Koch ([email protected]) + + * compress.c: doubled buffer sizes + * parse-packet.c (do_plaintext): now uses iobuf_read/write. + +Mon May 4 09:35:53 1998 Werner Koch ([email protected]) + + * seskey.c (encode_md_value): Add optional argument hash_algo, + changed all callers. + + * passphrase.c (make_dek_from_passphrase): Removed + * (get_passhrase_hash): Changed name to passphrase_to_dek, add arg, + changed all callers. + + * all: Introduced the new ELG identifier and added support for the + encryption only one (which is okay to use by GNUPG for signatures). + Sun May 3 17:50:26 1998 Werner Koch ([email protected]) * packet.h (PKT_OLD_COMMENT): New name for type 16. |