- 1bbb68d `self` doesn't exist here by Antoine Pitrou · 15 years ago
- 8651810 Remove duplicate test by Antoine Pitrou · 15 years ago
- 3945c86 Fix style issues in test_ssl by Antoine Pitrou · 15 years ago
- 4c7bcf1 Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline by Antoine Pitrou · 15 years ago
- 9bf5425 socket.error can really happen here, and fix a possible NameError by Antoine Pitrou · 15 years ago
- db18784 Qualify or remove or bare excepts. Simplify exception handling in places. by Antoine Pitrou · 15 years ago
- 435ba0c replace custom code with standard library functionality (HTTPServer.shutdown()) by Antoine Pitrou · 15 years ago
- 150acda Remove uses of find_unused_port() in test_ssl, and small cleanups by Antoine Pitrou · 15 years ago
- fc69af1 Issue #5103: SSL handshake would ignore the socket timeout and block by Antoine Pitrou · 15 years ago
- 55841ac Make test_makefile_close a networked test (can't read() from a non-connected by Antoine Pitrou · 15 years ago
- b558f17 Issue #5238: Calling makefile() on an SSL object would prevent the by Antoine Pitrou · 15 years ago
- dfb299b Issue #7943: Fix circular reference created when instantiating an SSL by Antoine Pitrou · 15 years ago
- 9aed604 Skip test on old versions of OpenSSL by Antoine Pitrou · 15 years ago
- 60b1ee3 Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot. by Antoine Pitrou · 15 years ago
- c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 15 years ago
- 0a6373c Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the by Antoine Pitrou · 15 years ago
- f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
- 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
- a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
- c7ca56d We heard you like test failures so we put unbound locals in your test so that you can fail while you fail. by Georg Brandl · 15 years ago
- ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
- 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
- 5ba8491 Issue #7133: SSL objects now support the new buffer API. by Antoine Pitrou · 16 years ago
- 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
- eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method by Bill Janssen · 17 years ago
- 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 17 years ago
- 26f5216 fix old API names in test_ssl by Benjamin Peterson · 17 years ago
- 39295c2 remove duplicate close() from ssl.py; expose unwrap and add test for it by Bill Janssen · 17 years ago
- 0c1dbf8 catch socket.error errors in badCertTest by Bill Janssen · 17 years ago
- de34d91 make sure we close the active channels when eof is received on them by Bill Janssen · 17 years ago
- 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 17 years ago
- e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
- d0a91af Apply same patch from 3k branch to try and prevent this test from hanging by Neal Norwitz · 17 years ago
- 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
- 0098c9d Introduce a lock to fix a race condition which caused an exception in the test. by Neal Norwitz · 17 years ago
- 6c29be5 Disabled test_xmlrpc:test_404. It's causing lots of false alarms. by Christian Heimes · 17 years ago
- bf10c47 use binary mode when reading files for testAsyncore to make Windows happy by Bill Janssen · 18 years ago
- 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 18 years ago
- e3f1d7d Make sure test_ssl doesn't reference the ssl module in a by Bill Janssen · 18 years ago
- 119c7a6 A better way of finding an open port to test with. by Bill Janssen · 18 years ago
- 98d19da More work on SSL support. by Bill Janssen · 18 years ago
- ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 18 years ago
- ba8c565 > Regardless, building a fixed test certificate and checking it in sounds like by Guido van Rossum · 18 years ago
- 9eb9b10 If we can't create a certificate, print a warning, but don't fail the test. by Neal Norwitz · 18 years ago
- 3e533c2 Make a utility function for handling (printing) an error by Neal Norwitz · 18 years ago
- f6f525b Stop using string.join (from the module) to ease upgrade to py3k by Neal Norwitz · 18 years ago
- d6a51e6 Another patch from Bill Janssen that: by Neal Norwitz · 18 years ago
- 15d4e56 Get the test passing by commenting out some writes (should they be removed?) by Neal Norwitz · 18 years ago
- e472933 Bill Janssen wrote: by Guido van Rossum · 18 years ago
- 7fc8e29 Fail gracefully if the cert files cannot be created by Neal Norwitz · 18 years ago
- 8e58b34 Try to get this test to pass for systems that do not have SO_REUSEPORT by Neal Norwitz · 18 years ago
- ce7fa56 Fix test so it is skipped properly if there is no SSL support. by Neal Norwitz · 18 years ago
- 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago