Python-RSA version 3.1.4 released
It’s been a while since I’ve been working on my RSA library, and in the last weeks I’ve released a few new minor versions. Here are the differences since my last blog post about it:
- Fixed Python 3.x incompatibilities.
- Dropped support for Python 2.5.
- Added support for loading public keys from OpenSSL
rsa.pkcs1.verify()
returnsTrue
when successful (thanks Tim Heckman)- First updated Distribute (thanks Jason R. Coombs), later replaced Distribute with Setuptools.
- Fixed typo in
pyrsa-verify
help message