blob: 8a0cda45ec74b41c02db53341676a37344ef386f (
plain)
1
2
3
4
5
6
|
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 is the last version of pyOpenSSL that supports python2.
|