Changes for version 0.24
- Fix a bug reported by Mark Martinec <Mark.Martinec@ijs.si> where encrypt could segfault if called with insufficient data; it now informatively croaks instead.
- Fix a bug reported by Mark Martinec where check_key would segfault instead of croaking when called on a public key.
- Fix decrypt and private_encrypt to croak instead of segfault when called on a public key.
- Add an is_private method.
- Silence a few compiler warnings about ignoring return values from certain BIO_* methods.
Modules
RSA encoding and decoding, using the openSSL libraries