python3-openssl

Python 3 wrapper around the OpenSSL library
  https://pyopenssl.org/
  0
  no reviews



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 the Python 3 version of pyopenssl.