summaryrefslogtreecommitdiffstats
path: root/python/ndg_httpsclient/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-04-03 10:41:34 +0200
committer Willy Sudiarto Raharjo2015-04-03 15:50:20 +0200
commit70da8c9640eb1de0dbb7ef3ecfbf34754a68c8a9 (patch)
tree7e4beb51bd667a602af73e60114ae2ee2b04c60d /python/ndg_httpsclient/README
parenta2e83b102fa680eb6a8c160b79b8ead84d52548c (diff)
downloadslackbuilds-70da8c9640eb1de0dbb7ef3ecfbf34754a68c8a9.tar.gz
python/ndg_httpsclient: Added (enhanced HTTPS support).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ndg_httpsclient/README')
-rw-r--r--python/ndg_httpsclient/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/ndg_httpsclient/README b/python/ndg_httpsclient/README
new file mode 100644
index 0000000000..1defa48571
--- /dev/null
+++ b/python/ndg_httpsclient/README
@@ -0,0 +1,4 @@
+This is a HTTPS client implementation for httplib and urllib2 based
+on PyOpenSSL. PyOpenSSL provides a more fully featured SSL implementation
+over the default provided with Python and importantly enables full
+verification of the SSL peer.