aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pyOpenSSL/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-19 18:49:51 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-20 23:32:11 +0700
commit24bfee2b1f4c805e9e6463ebe45dd7a75f4cdf7d (patch)
tree4c2f8d7e0d3d10c0c365f810b06a8a08cc602321 /python/python2-pyOpenSSL/README
parentf14514794e910a2b38c684da5400fa29a59b03e8 (diff)
python/python2-pyOpenSSL: Added (Python wrapper for OpenSSL)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pyOpenSSL/README')
-rw-r--r--python/python2-pyOpenSSL/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-pyOpenSSL/README b/python/python2-pyOpenSSL/README
new file mode 100644
index 0000000000..8a0cda45ec
--- /dev/null
+++ b/python/python2-pyOpenSSL/README
@@ -0,0 +1,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.