NuxRef

pyOpenSSL - Python wrapper module around the OpenSSL library

Website: http://pyopenssl.sourceforge.net/
License: LGPLv2+
Description:
High-level wrapper around a subset of the OpenSSL library, includes
 * SSL.Connection objects, wrapping the methods of Python's portable
   sockets
 * Callbacks written in Python
 * Extensive error-handling mechanism, mirroring OpenSSL's error codes
...  and much more ;)

Packages

pyOpenSSL-0.14-3.el6.nuxref.x86_64 [298 KiB] Changelog Chris Caron (2014-11-24):
- Small patch to support bytecheck taking place with
  unicode strings and SSL requests.