summaryrefslogtreecommitdiffstats
path: root/python/pyOpenSSL/README
blob: dbbca3b70ed55d390a5378093531773b3d84986d (plain)
1
2
3
4
5
6
7
Python wrapper around a small subset of the OpenSSL library. Includes:
X509 Certificates, SSL Context objects, SSL Connection objects using
Python sockets as transport layer. The Connection object wraps all the
socket methods and can therefore be used in.

This package only build python3 modules.
If you need python2 modules, please install python2-pyOpenSSL package.