Commit f1862b86 authored by Denis Bilenko's avatar Denis Bilenko

remove unnecessary whitespace

parent 1b3f6bb8
...@@ -376,7 +376,7 @@ def wrap_socket(sock, keyfile=None, certfile=None, ...@@ -376,7 +376,7 @@ def wrap_socket(sock, keyfile=None, certfile=None,
suppress_ragged_eofs=suppress_ragged_eofs) suppress_ragged_eofs=suppress_ragged_eofs)
def get_server_certificate (addr, ssl_version=PROTOCOL_SSLv3, ca_certs=None): def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=None):
"""Retrieve the certificate from the server at the specified address, """Retrieve the certificate from the server at the specified address,
and return it as a PEM-encoded string. and return it as a PEM-encoded string.
If 'ca_certs' is specified, validate the server cert against it. If 'ca_certs' is specified, validate the server cert against it.
...@@ -400,4 +400,3 @@ def sslwrap_simple(sock, keyfile=None, certfile=None): ...@@ -400,4 +400,3 @@ def sslwrap_simple(sock, keyfile=None, certfile=None):
for compability with Python 2.5 and earlier. Will disappear in for compability with Python 2.5 and earlier. Will disappear in
Python 3.0.""" Python 3.0."""
return SSLSocket(sock, keyfile, certfile) return SSLSocket(sock, keyfile, certfile)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment