diff options
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 0000000000000..1defa4857103b --- /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. |