Changes for version 0.13
- Incorporating patch from Matthias Bauer <bauerm@immd1.informatik.uni-erlangen.de>, which provides signing and verification, as well as uses OpenSSL's internal error reporting system. This patch also fixes a bug with the RSA_NO_PADDING_MODE. Thanks, Matthias!
- Deprecate set_padding_mode in favor of use_xxx_padding.
- Rather than returning true on success, false on failure, just croak when there are problems.
- Plug memory leaks.
- Fix my email address (it's cpan.org, not cpan.com)
Modules
RSA encoding and decoding, using the openSSL libraries