index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ssl.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
Don't fail in test_ssl when svn.python.org is unavailable
Antoine Pitrou
2010-10-31
1
-11/+12
|
|
|
*
Issue #9729: Fix the signature of SSLSocket.recvfrom() and
Antoine Pitrou
2010-09-14
1
-0/+13
|
|
|
*
Some tests didn't get executed (because of the merge in r83728)
Antoine Pitrou
2010-09-14
1
-1/+1
|
|
|
*
Merged revisions 84650 via svnmerge from
Antoine Pitrou
2010-09-09
1
-78/+76
|
|
|
*
Merged revisions 84597-84599 via svnmerge from
Antoine Pitrou
2010-09-07
1
-4/+4
|
|
|
*
Merged revisions 84021-84023 via svnmerge from
Antoine Pitrou
2010-08-14
1
-0/+6
|
|
|
*
Don't crash when the _ssl module isn't built
Antoine Pitrou
2010-08-05
1
-1/+5
|
|
|
*
Merged revisions 83727 via svnmerge from
Antoine Pitrou
2010-08-04
1
-0/+29
|
|
|
*
`self` doesn't exist here
Antoine Pitrou
2010-05-06
1
-3/+3
|
|
|
*
Remove duplicate test
Antoine Pitrou
2010-05-01
1
-21/+0
|
|
|
*
Fix style issues in test_ssl
Antoine Pitrou
2010-04-28
1
-138/+143
|
|
|
*
Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline
Antoine Pitrou
2010-04-27
1
-0/+4
|
|
|
*
socket.error can really happen here, and fix a possible NameError
Antoine Pitrou
2010-04-27
1
-1/+4
|
|
|
*
Qualify or remove or bare excepts. Simplify exception handling in places.
Antoine Pitrou
2010-04-27
1
-193/+136
|
|
|
*
replace custom code with standard library functionality (HTTPServer.shutdown())
Antoine Pitrou
2010-04-27
1
-48/+7
|
|
|
*
Remove uses of find_unused_port() in test_ssl, and small cleanups
Antoine Pitrou
2010-04-27
1
-19/+17
|
|
|
*
Issue #5103: SSL handshake would ignore the socket timeout and block
Antoine Pitrou
2010-04-24
1
-3/+70
|
|
|
*
Make test_makefile_close a networked test (can't read() from a non-connected
Antoine Pitrou
2010-04-24
1
-16/+18
|
|
|
*
Issue #5238: Calling makefile() on an SSL object would prevent the
Antoine Pitrou
2010-04-23
1
-0/+18
|
|
|
*
Issue #7943: Fix circular reference created when instantiating an SSL
Antoine Pitrou
2010-04-23
1
-0/+11
|
|
|
*
Skip test on old versions of OpenSSL
Antoine Pitrou
2010-04-22
1
-3/+3
|
|
|
*
Temporarily display OpenSSL version in verbose run -- trying to diagnose fail...
Antoine Pitrou
2010-04-22
1
-0/+3
|
|
|
*
Issue #8484: Load all ciphers and digest algorithms when initializing
Antoine Pitrou
2010-04-21
1
-0/+20
|
|
|
*
Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the
Antoine Pitrou
2010-04-17
1
-5/+31
|
|
|
*
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
Antoine Pitrou
2010-04-05
1
-0/+28
|
|
|
*
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...
Florent Xicluna
2010-03-21
1
-2/+3
|
|
|
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-3/+0
|
|
|
*
We heard you like test failures so we put unbound locals in your test so that...
Georg Brandl
2010-02-06
1
-8/+8
|
|
|
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-4/+2
|
|
|
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-2/+4
|
|
|
*
Issue #7133: SSL objects now support the new buffer API.
Antoine Pitrou
2009-10-19
1
-14/+15
|
|
|
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-1/+1
|
|
|
*
fix for release blocker 3910, 2.6 regression in socket.ssl method
Bill Janssen
2008-09-29
1
-1/+15
|
|
|
*
incorporate fixes from issue 3162; SSL doc patch
Bill Janssen
2008-09-08
1
-0/+121
|
|
|
*
fix old API names in test_ssl
Benjamin Peterson
2008-08-18
1
-4/+4
|
|
|
*
remove duplicate close() from ssl.py; expose unwrap and add test for it
Bill Janssen
2008-08-12
1
-2/+17
|
|
|
*
catch socket.error errors in badCertTest
Bill Janssen
2008-07-17
1
-0/+3
|
|
|
*
make sure we close the active channels when eof is received on them
Bill Janssen
2008-06-28
1
-0/+1
|
|
|
*
various SSL fixes; issues 1251, 3162, 3212
Bill Janssen
2008-06-28
1
-33/+213
|
|
|
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
1
-49/+21
|
|
|
*
Apply same patch from 3k branch to try and prevent this test from hanging
Neal Norwitz
2008-04-02
1
-0/+1
|
|
|
*
#2503 make singletons compared with "is" not == or !=
Benjamin Peterson
2008-03-29
1
-1/+1
|
|
|
*
Introduce a lock to fix a race condition which caused an exception in the test.
Neal Norwitz
2008-03-09
1
-6/+16
|
|
|
*
Disabled test_xmlrpc:test_404. It's causing lots of false alarms.
Christian Heimes
2008-01-19
1
-2/+2
|
|
|
*
use binary mode when reading files for testAsyncore to make Windows happy
Bill Janssen
2007-09-16
1
-1/+1
|
|
|
*
Add support for asyncore server-side SSL support. This requires
Bill Janssen
2007-09-16
1
-104/+270
|
|
|
*
Make sure test_ssl doesn't reference the ssl module in a
Bill Janssen
2007-09-11
1
-1/+4
|
|
|
*
A better way of finding an open port to test with.
Bill Janssen
2007-09-10
1
-3/+26
|
|
|
*
More work on SSL support.
Bill Janssen
2007-09-10
1
-211/+536
|
|
|
*
SSL certificate distinguished names should be represented by tuples
Bill Janssen
2007-09-05
1
-8/+5
[prev]
[next]