From 70da8c9640eb1de0dbb7ef3ecfbf34754a68c8a9 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 3 Apr 2015 15:41:34 +0700 Subject: python/ndg_httpsclient: Added (enhanced HTTPS support). Signed-off-by: Willy Sudiarto Raharjo --- python/ndg_httpsclient/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ndg_httpsclient/README (limited to 'python/ndg_httpsclient/README') 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. -- cgit v1.2.3