summaryrefslogtreecommitdiff
path: root/Lib/test/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 79165 via svnmerge fromEzio Melotti2010-08-021-1/+2
* Issue #8629: Disable some test_ssl tests, since they give differentAntoine Pitrou2010-05-061-5/+13
* Merged revisions 80690 via svnmerge fromAntoine Pitrou2010-05-011-21/+0
* Merged revisions 80596 via svnmerge fromAntoine Pitrou2010-04-281-137/+143
* Merged revisions 80557 via svnmerge fromAntoine Pitrou2010-04-271-0/+4
* Merged revisions 80534 via svnmerge fromAntoine Pitrou2010-04-271-1/+4
* Merged revisions 80529 via svnmerge fromAntoine Pitrou2010-04-271-193/+136
* Merged revisions 80526 via svnmerge fromAntoine Pitrou2010-04-271-48/+7
* Merged revisions 80522 via svnmerge fromAntoine Pitrou2010-04-271-19/+17
* Merged revisions 80451-80452 via svnmerge fromAntoine Pitrou2010-04-241-3/+78
* Merged revisions 80434 via svnmerge fromAntoine Pitrou2010-04-241-19/+24
* Merged revisions 80428 via svnmerge fromAntoine Pitrou2010-04-231-0/+22
* Merged revisions 80423 via svnmerge fromAntoine Pitrou2010-04-231-0/+10
* Merged revisions 80375 via svnmerge fromAntoine Pitrou2010-04-221-0/+5
* Merged revisions 80314-80315 via svnmerge fromAntoine Pitrou2010-04-211-0/+20
* fix for release blocker 3910, 2.6 regression in socket.ssl methodBill Janssen2008-09-291-1/+15
* incorporate fixes from issue 3162; SSL doc patchBill Janssen2008-09-081-0/+121
* fix old API names in test_sslBenjamin Peterson2008-08-181-4/+4
* remove duplicate close() from ssl.py; expose unwrap and add test for itBill Janssen2008-08-121-2/+17
* catch socket.error errors in badCertTestBill Janssen2008-07-171-0/+3
* make sure we close the active channels when eof is received on themBill Janssen2008-06-281-0/+1
* various SSL fixes; issues 1251, 3162, 3212Bill Janssen2008-06-281-33/+213
* - 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