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 /NEWS | |
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-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,14 +1,17 @@ -Noteworthy changes in version 0.2.?? +Noteworthy changes in version 0.2.17 ------------------------------------ * Comment packets are now of private type 61. - * passphrase code still used a 160 bit blowfish key, add a + * Passphrase code still used a 160 bit blowfish key, added a silly workaround. Please change your passphrase again - sorry. * Conventional encryption now uses a type 3 packet to describe the used algorithms. + * The new algorithm number for Blowfish is 20, 16 is still used for + encryption only; for signing it is only used when it is in a v3 packet, + so that GNUPG keys are still valid. Noteworthy changes in version 0.2.16 |