Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test connecting to sha256.tbs-internet.com. | Antoine Pitrou | 2012-05-04 | 1 | -111/+111 |
| | | | | The certificate has changed and the test now needs SNI to pass. | ||||
* | Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ↵ | Antoine Pitrou | 2012-04-16 | 1 | -112/+111 |
| | | | | test failure in test_ssl. | ||||
* | Fix test_ssl after r87849 | Antoine Pitrou | 2011-01-08 | 1 | -31/+127 |
| | |||||
* | Merged revisions 80314-80315 via svnmerge from | Antoine Pitrou | 2010-04-21 | 1 | -0/+33 |
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80314 | antoine.pitrou | 2010-04-21 21:28:03 +0200 (mer., 21 avril 2010) | 5 lines Issue #8484: Load all ciphers and digest algorithms when initializing the _ssl extension, such that verification of some SSL certificates doesn't fail because of an "unknown algorithm". ........ r80315 | antoine.pitrou | 2010-04-21 21:36:23 +0200 (mer., 21 avril 2010) | 3 lines Forgot to add the sample certificate (followup to r80314) ........ |