Python-RSA version 3.1.4 released

Hacking, the analog way

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() returns True when successful (thanks Tim Heckman)
  • First updated Distribute (thanks Jason R. Coombs), later replaced Distribute with Setuptools.
  • Fixed typo in pyrsa-verify help message
dr. Sybren A. Stüvel
dr. Sybren A. Stüvel
Open Source software developer, photographer, drummer, and electronics tinkerer

Related