diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-03 15:41:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-03 20:50:20 +0700 |
commit | 70da8c9640eb1de0dbb7ef3ecfbf34754a68c8a9 (patch) | |
tree | 7e4beb51bd667a602af73e60114ae2ee2b04c60d /python/ndg_httpsclient/README | |
parent | a2e83b102fa680eb6a8c160b79b8ead84d52548c (diff) | |
download | slackbuilds-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/README | 4 |
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. |