python-openssl-doc

Python wrapper around the openssl library (documentation package)
  https://github.com/pyca/pyopenssl
  1
  1 review



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
a lot of the object methods do nothing more than calling a corresponding function in the openssl library.

this package contains documentation for python-openssl.
Latest reviews
4
blueXrider 12 years ago

nice