summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-49/+21
* Apply same patch from 3k branch to try and prevent this test from hangingNeal Norwitz2008-04-021-0/+1
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* Introduce a lock to fix a race condition which caused an exception in the test.Neal Norwitz2008-03-091-6/+16
* Disabled test_xmlrpc:test_404. It's causing lots of false alarms.Christian Heimes2008-01-191-2/+2
* use binary mode when reading files for testAsyncore to make Windows happyBill Janssen2007-09-161-1/+1
* Add support for asyncore server-side SSL support. This requiresBill Janssen2007-09-161-104/+270
* Make sure test_ssl doesn't reference the ssl module in aBill Janssen2007-09-111-1/+4
* A better way of finding an open port to test with.Bill Janssen2007-09-101-3/+26
* More work on SSL support.Bill Janssen2007-09-101-211/+536
* SSL certificate distinguished names should be represented by tuplesBill Janssen2007-09-051-8/+5
* > Regardless, building a fixed test certificate and checking it in sounds likeGuido van Rossum2007-08-271-8/+10
* If we can't create a certificate, print a warning, but don't fail the test.Neal Norwitz2007-08-271-13/+16
* Make a utility function for handling (printing) an errorNeal Norwitz2007-08-271-16/+14
* Stop using string.join (from the module) to ease upgrade to py3kNeal Norwitz2007-08-271-10/+10
* Another patch from Bill Janssen that:Neal Norwitz2007-08-261-6/+16
* Get the test passing by commenting out some writes (should they be removed?)Neal Norwitz2007-08-261-2/+2
* Bill Janssen wrote:Guido van Rossum2007-08-261-39/+82
* Fail gracefully if the cert files cannot be createdNeal Norwitz2007-08-261-2/+7
* Try to get this test to pass for systems that do not have SO_REUSEPORTNeal Norwitz2007-08-251-1/+4
* Fix test so it is skipped properly if there is no SSL support.Neal Norwitz2007-08-251-2/+6
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-251-0/+304