
Version 1.02  (11-sep-2001)

  - implements SkipJack and Safer algorithms


Version 1.021 (20-sep-2001)

  - fixed key length checking bug in RSA encryption/decryption.

    Bug description: 
	RSA operations was failed with exceptions 'RSA key too short '...
	if length of modulus (KeyN) was less than 256/512 bits in PKCS1/OAEP 
	schemes respectively. 
	True lowest value of key length are :
	- 89 bits for PKCS1 
	- 337/273 bits for OAEP with SHA-1/MDx digest respectively.
	
    Note: it is not recommended to use minimally short keys because of
	very high redundance in the encrypted data.
	

Version 1.022 (02-oct-2001)

  - fixed bug in RSA OAEP encryption. Now OAEP is compatible with
    RFC 2437. Please note that this is incompatible with CryptoKit versions
    1.02, 1.021, therefore if you have encrypted data by old version, then
    you should decrypt them by old version and re-encrypt by new one.


  - fixed bug in SHA-1
    SHA-1 digest of the empty string was calculated incorrectly in early
    versions.

  - BlowFish improved to avoid IntegerOverflow exceptions which sometimes 
    raises during encryption.


Version 1.3 (08-sep-2002)

  - implemented RSA import /export keys from /into DER and PEM formats.

  - implemented X.509 certificate component

  - implemented DER encoding /decoding

  - RSA signing /verifying is adjusted in accordance with PKCS standards
  
  - version for Delphi 6 released


Version 1.32 (04-nov-2002)

  - new improved interface (easy encrypt/decrypt string, lines, streams)

  - package for Delphi 7 released	
