Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
f1862b86
Commit
f1862b86
authored
Sep 15, 2010
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unnecessary whitespace
parent
1b3f6bb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
gevent/ssl.py
gevent/ssl.py
+1
-2
No files found.
gevent/ssl.py
View file @
f1862b86
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment