22 Apr 2002 - 2.6.3ia-multi06

 * SHA2 fixed. SHA384/512 was wrong for messages with length = 111 + 128 * n
   SHA256 was wrong for messages with length = 55 + 64 * n , where n = 0,1,2,3,...

4 Apr 2002 - 2.6.3ia-multi05a

 * Fixed 2 cosmetic bugs: help output ("pgp -j") was incorrect and
   and it printed incorrect warning when verifying SHA256/384/512 clearsignatures

13 Sep 2001 - 2.6.3ia-multi05

 * added "+fake_keyid" and "+random_keyid" options (fake recipients keyid)
 * added "+long_keyid" option (display 64 bit keyids)
 * other SHA2 implementation (now works in DOS builds too)
 * enabled SHA2 for file signing (still disabled for key signing)

16 Aug 2001 - 2.6.3ia-multi04a

 * fixed "-ke" (it just did not work in multi04 for public keys without secret key)
 * added "+throw_keyid" option (hide recipients keyid)
 * boolean configuration options now support values: ON, OFF, TRUE, FALSE, YES, NO, 0, 1 (was only ON, OFF)
 * when decrypting display which cipher was used

25 May 2001 - 2.6.3ia-multi04

 * fixed "VERSION" and "VERBOSE" configuration parameter conflict
   ("VERSION" starts with the same 3 letters as "VERBOSE" and
   this caused problems for some frontends)
 * now "VERSION" configuration parameter changes only version line in armored output
   (but not in signon message)
 * can decrypt and verify messages 'signed AND encrypted' with GPG
 * when verifying signature display which hash was used
 * warn if the hash algo in header and signature is different (for clearsigned messages)
 * disabled Double SHA1x, Haval, Tiger, SHA2 for signing
   (can be used only for signature verification and file hash calculation (-g option))
 * Changed byte order in Tiger so that it is compatible with GPG

19 Apr 2001 - 2.6.3ia-multi04exp (experimental version)

 * added "-g" option (to calculate file hash)
 * increased RSA key size to 8192 (not in DOS MSVC and BC builds)
 * added Double SHA1x (from CKT) (only for file signing, not for key signing)
 * added HAVAL-5-160 and HAVAL-5-256 (only for file signing, not for key signing)
 * added TIGER192 (like in GPG) (only for file signing, not for key signing)
 * added SHA2 (SHA256,SHA384,SHA512) (not in DOS MSVC and BC builds) (only for file signing, not for key signing)
 * improved wiping (not sure if adding fflush() improves something)
 * changed MSVC project defines to use less memory (there was out of memory errors)


30 Mar 2001 - 2.6.3ia-multi03

 * changed BC3.1 project defines: encryption in BC3.1 DOS build now works
 * added check to see if the public key parameters in secring is the same as in pubring

26 Mar 2001 - 2.6.3ia-multi03

 * added RIPEMD160 hash
 * added check signature checking after signing (to prevent ICZ attack) (from pgp 2.6.3in)
 * allowed SHA1 and RIPEMD160 for key signing (before SHA1 was allowed only for file signing)
 * encryption in BC3.1 DOS build still not working (compiler problem ?)


08 Mar 2001 - 2.6.3ia-multi02

 * changed Twofish implementation (to one that compiles for DOS)
 * fixed TripleDES decryption bug
   (this bug did not affected anything, because decryption mode is not used in PGP)
 * now there is 3 DOS builds with different compilers MSVC1.51, BC3.1, DJGPP
   in previous releases MSVC1.51 was used for DOS build
   encryption in BC3.1 build is not working (compiler problem ?)


01 Mar 2001 - 2.6.3ia-multi02

 * added AES-192 and AES-256 (Rijndael-192 and Rijndael-256) ciphers
 * added Twofish cipher (not in DOS build)
 * added TripleDES cipher


22 Feb 2001 - 2.6.3ia-multi

 * added AES-128 (Rijndael-128) cipher
 * added SHA1 hash (only for file signing, not for key signing)
 * fixed bug: sometimes keys was reported as expired even if they was not
 * fixed really nasty bug: "pgp -ke" damaged secret key
 * added xnew (dynamic memory allocation)
 * added crlf.c and readme.unix to make compiling on unix easer


05 Feb 2001 - 2.6.3ia-cb (note: this version should not be used because of bug in "pgp -ke")

 * added Blowfish cipher


29 Jan 2001 - 2.6.3ia-c (note: this version should not be used because of bug in "pgp -ke")

 * added CAST5 cipher
 * CAST5 now used for PRNG
 * increased RSA key size from 2048 to 4096
 * added key validity time support
 * added partial support for revoked signatures (still can not revoke signatures)
 * fixed bug: 2.6.3ia allowed to import unsupported packets and later that caused many problems
