Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
ssl.py
4c7bcf1
Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline
by Antoine Pitrou
· 15 years ago
278d665
When calling getpeername() in SSLSocket.__init__, only silence exceptions
by Antoine Pitrou
· 15 years ago
fc69af1
Issue #5103: SSL handshake would ignore the socket timeout and block
by Antoine Pitrou
· 15 years ago
b558f17
Issue #5238: Calling makefile() on an SSL object would prevent the
by Antoine Pitrou
· 15 years ago
dfb299b
Issue #7943: Fix circular reference created when instantiating an SSL
by Antoine Pitrou
· 15 years ago
0a6373c
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
by Antoine Pitrou
· 15 years ago
f9de534
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
by Antoine Pitrou
· 15 years ago
448da71
Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.
by Antoine Pitrou
· 15 years ago
b01f5e6
#7730: remove spaces after functions names
by Ezio Melotti
· 15 years ago
941db4d
fix name collision issues
by Benjamin Peterson
· 16 years ago
43ea6d9
#4788 qualify some bare except clauses
by Benjamin Peterson
· 16 years ago
eb257ac
fix for release blocker 3910, 2.6 regression in socket.ssl method
by Bill Janssen
· 17 years ago
61c001a
incorporate fixes from issue 3162; SSL doc patch
by Bill Janssen
· 17 years ago
39295c2
remove duplicate close() from ssl.py; expose unwrap and add test for it
by Bill Janssen
· 17 years ago
934b16d
various SSL fixes; issues 1251, 3162, 3212
by Bill Janssen
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
296a59d
Add support for asyncore server-side SSL support. This requires
by Bill Janssen
· 18 years ago
98d19da
More work on SSL support.
by Bill Janssen
· 18 years ago
24bccf2
Added docstrings to methods and functions.
by Bill Janssen
· 18 years ago
426ea0a
This contains a number of things:
by Bill Janssen
· 18 years ago
e472933
Bill Janssen wrote:
by Guido van Rossum
· 18 years ago
4f2c3dd
Server-side SSL and certificate validation, by Bill Janssen.
by Guido van Rossum
· 18 years ago