You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
|
From: Ian R. <ia...@re...> - 2006-11-13 15:38:28
|
This is mostly a bug fix version, catching certain situations where RSA would segfault, and croaking instead. The only "visible" change is the addition of an is_private method. - Ian |
|
From: Ian R. <ia...@re...> - 2006-04-13 13:38:55
|
This release fixes some compilation issues that surfaced with the
release of OpenSSL 0.9.8, and provides support for SHA{224,256,384,512}
hashing, courtesy of a patch from Jim Radford.
- Ian
|
|
From: Ian R. <iro...@re...> - 2004-02-17 00:38:57
|
This release adds the long-asked for ability to import public keys in
the format outputted by the openssl command-line rsa utility ("openssl
rsa -pubout"). Additionally, public keys can be output in this format
by using the new get_public_key_x509_string method.
- Ian
|
|
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
|