CHANGELOG for Crypt::RSA
$Id: Changes,v 1.5 2001/03/26 08:04:19 vipul Exp $
--------------------------------------------------------------------------
1.30 March 25, 2001
* Documented Crypt::RSA methods
* Added ASCII armour support to Crypt::RSA::encrypt(), decrypt(),
sign() and verify() using Convert::ASCII::Armour
* Crypt::RSA will now work with any encryption/signing scheme as
long as they provide the same method interface as Crypt::RSA::EME::OAEP
and Crypt::RSA::SSA::PSS
* Wrote Crypt::RSA::EME::OAEP::version() and
Crypt::RSA::SSA::PSS::version(). The next release will include
support for version specific operation in EME::* and PSS::*
* Added and corrected documentation for Crypt::RSA::EME::OAEP and
Crypt::RSA::SSA::PSS
1.25 March 12, 2001
* Wrote Crypt::RSA::sign() and Crypt::RSA::verify()
* Added tests for sign and verify to t/11-wrapper.t
* Bugfix in Crypt::RSA::EME::OAEP::hash() and mgf()
$self was being fed to the digest
* Bugfix in Crypt::RSA::SSA::PSS::hash() and mgf()
1.24 March 11, 2001
* Bug fix in Crypt::RSA::EME::OAEP::decode()
newline in plaintext was causing decode() to return error
* Wrote Crypt::RSA::encrypt() and Crypt:RSA::decrypt()
* Wrote a test for Crypt::RSA (t/11-wrapper.t)