| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | 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 |
|
|
| | | * | > 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 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -9/+9 |
|
|
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -14/+14 |
|/ / |
|
* | | Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.... | Antoine Pitrou | 2012-11-11 | 1 | -0/+36 |
|\ \
| |/ |
|
| * | Issue #16357: fix calling accept() on a SSLSocket created through SSLContext.... | Antoine Pitrou | 2012-11-11 | 1 | -0/+36 |
|
|
* | | MERGE: Closes #15793: Stack corruption in ssl.RAND_egd() | Jesus Cea | 2012-09-11 | 1 | -6/+2 |
|\ \
| |/ |
|
| * | Closes #15793: Stack corruption in ssl.RAND_egd() | Jesus Cea | 2012-09-11 | 1 | -6/+2 |
|
|
* | | Issue #14837: SSL errors now have `library` and `reason` attributes describin... | Antoine Pitrou | 2012-06-22 | 1 | -2/+43 |
|
|
* | | Fix test connecting to sha256.tbs-internet.com. | Antoine Pitrou | 2012-05-04 | 1 | -3/+8 |
|\ \
| |/ |
|
| * | Fix test connecting to sha256.tbs-internet.com. | Antoine Pitrou | 2012-05-04 | 1 | -3/+8 |
|
|
* | | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio... | Antoine Pitrou | 2012-03-21 | 1 | -4/+50 |
|
|
* | | Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. | Antoine Pitrou | 2012-02-19 | 1 | -1/+2 |
|
|
* | | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -25/+25 |
|\ \
| |/ |
|