diff options
Diffstat (limited to 'libraries/pyOpenSSL/README')
-rw-r--r-- | libraries/pyOpenSSL/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/pyOpenSSL/README b/libraries/pyOpenSSL/README new file mode 100644 index 0000000000..70e1a0d826 --- /dev/null +++ b/libraries/pyOpenSSL/README @@ -0,0 +1,4 @@ +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. |