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
*
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
*
> Regardless, building a fixed test certificate and checking it in sounds like
Guido van Rossum
2007-08-27
1
-8/+10
*
If we can't create a certificate, print a warning, but don't fail the test.
Neal Norwitz
2007-08-27
1
-13/+16
*
Make a utility function for handling (printing) an error
Neal Norwitz
2007-08-27
1
-16/+14
*
Stop using string.join (from the module) to ease upgrade to py3k
Neal Norwitz
2007-08-27
1
-10/+10
*
Another patch from Bill Janssen that:
Neal Norwitz
2007-08-26
1
-6/+16
*
Get the test passing by commenting out some writes (should they be removed?)
Neal Norwitz
2007-08-26
1
-2/+2
*
Bill Janssen wrote:
Guido van Rossum
2007-08-26
1
-39/+82
*
Fail gracefully if the cert files cannot be created
Neal Norwitz
2007-08-26
1
-2/+7
*
Try to get this test to pass for systems that do not have SO_REUSEPORT
Neal Norwitz
2007-08-25
1
-1/+4
*
Fix test so it is skipped properly if there is no SSL support.
Neal Norwitz
2007-08-25
1
-2/+6
*
Server-side SSL and certificate validation, by Bill Janssen.
Guido van Rossum
2007-08-25
1
-0/+304