From: Ian R. <ia...@ez...> - 2003-02-24 02:30:15
|
This release adds two new methods which work with Crypt::OpenSSL::Bignum: *) new_key_from_parameters - create a new key, given values for n, e, and optionally d, p and q. *) get_key_parameters - return the parameters that make up a key. The intention of these two methods is to allow people to work with encodings of keys other than what is currently available through this module. Crypt::OpenSSL::Bignum is not required to install Crypt::OpenSSL::RSA, but the above methods do require it. - Ian |