diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/ndg_httpsclient/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/ndg_httpsclient/README b/python/ndg_httpsclient/README index 1defa4857103b..6b7fade1628e8 100644 --- a/python/ndg_httpsclient/README +++ b/python/ndg_httpsclient/README @@ -1,4 +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 +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. |