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