summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #10443: Add the SSLContext.set_default_verify_paths() method.Antoine Pitrou2010-11-171-0/+6
* Issue #10022: The dictionary returned by the `getpeercert()` methodAntoine Pitrou2010-11-091-1/+6
* Clean up socket closing in test_ssl and test.ssl_serversAntoine Pitrou2010-10-291-23/+31
* Remove usage of exception indexing.Georg Brandl2010-10-241-1/+1
* Fix test_ssl on Ubuntu buildbot with patched OpenSSLAntoine Pitrou2010-10-221-0/+1
* Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-221-0/+16
* Let test_ssl fail gracefully if ssl support is not availableAntoine Pitrou2010-10-131-14/+6
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-117/+15
* Issue #10075: Add a session_stats() method to SSLContext objects.Antoine Pitrou2010-10-121-0/+17
* Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate theAntoine Pitrou2010-10-081-1/+6
* Issue #1589: Add ssl.match_hostname(), to help implement server identityAntoine Pitrou2010-10-081-0/+71
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-2/+1
* Issue #9853: Fix the signature of SSLSocket.recvfrom() andAntoine Pitrou2010-09-141-0/+12
* Use transient_internet() where appropriate in test_sslAntoine Pitrou2010-09-091-130/+131
* Issue #8574: better implementation of test.support.transient_internet().Antoine Pitrou2010-09-071-4/+4
* Fix issue #9711: raise ValueError is SSLConnection constructor is invoked wit...Giampaolo Rodolà2010-08-301-7/+12
* dedent some lines in test_ssl so that they are actually executedGiampaolo Rodolà2010-08-291-10/+10
* in ssl tests rely on IOError.errno rather thanf IOError.strerror for better c...Giampaolo Rodolà2010-08-291-7/+17
* Fix issue issue9706: provides a better error handling for various SSL operationsGiampaolo Rodolà2010-08-291-2/+18
* Remove debug hackAntoine Pitrou2010-08-161-3/+0
* Add debug output to the asyncore testAntoine Pitrou2010-08-151-0/+8
* Put test_ciphers in NetworkedTestsAntoine Pitrou2010-08-151-16/+14
* Following Ezio's suggestion, force verbose mode on test_ssl to diagnose freez...Antoine Pitrou2010-08-151-0/+3
* There doesn't seem to be a reason for this test to be disabled.Antoine Pitrou2010-08-141-2/+0
* This is a better resolution than r84021 (because it will also affectAntoine Pitrou2010-08-141-12/+6
* Add a reasonable timeout to network SSL tests, so as to avoid buildbot timeoutsAntoine Pitrou2010-08-141-0/+12
* Try to fix issue #9415: skip some tests on broken Ubuntu OpenSSLAntoine Pitrou2010-08-041-0/+23
* In verbose mode, identify OpenSSL build and platform more preciselyAntoine Pitrou2010-08-041-0/+18
* Issue #8969: On Windows, use mbcs codec in strict mode to encode and decodeVictor Stinner2010-06-111-5/+4
* Issue #4870: Add an `options` attribute to SSL contexts, as well asAntoine Pitrou2010-05-211-57/+99
* Typo (thanks Arfrever)Antoine Pitrou2010-05-171-1/+1
* Try to fix buildbot failures with old OpenSSLs.Antoine Pitrou2010-05-171-0/+2
* "xyzzy" is not a silly enough name for some OpenSSL versions to report an errorAntoine Pitrou2010-05-161-2/+2
* Do not fail if ssl fails to importAntoine Pitrou2010-05-161-4/+5
* Fix (hopefully) the remaining test_ssl buildbot failuresAntoine Pitrou2010-05-161-2/+2
* Followup on r81233: fix test_ssl with OpenSSL < 1.0.0.Antoine Pitrou2010-05-161-0/+4
* Issue #8550: Add first class `SSLContext` objects to the ssl module.Antoine Pitrou2010-05-161-29/+174
* Merged revisions 80869 via svnmerge fromAntoine Pitrou2010-05-061-3/+3
* Merged revisions 80690 via svnmerge fromAntoine Pitrou2010-05-011-21/+0
* Fix test failure with -bbAntoine Pitrou2010-04-281-2/+2
* Merged revisions 80596 via svnmerge fromAntoine Pitrou2010-04-281-190/+188
* Merged revisions 80557 via svnmerge fromAntoine Pitrou2010-04-271-0/+4
* Merged revisions 80534 via svnmerge fromAntoine Pitrou2010-04-271-0/+3
* Merged revisions 80529 via svnmerge fromAntoine Pitrou2010-04-271-159/+103
* Merged revisions 80526 via svnmerge fromAntoine Pitrou2010-04-271-46/+3
* Merged revisions 80522 via svnmerge fromAntoine Pitrou2010-04-271-23/+23
* Issue #8524: When creating an SSL socket, the timeout value of theAntoine Pitrou2010-04-241-11/+18
* Merged revisions 80451-80452 via svnmerge fromAntoine Pitrou2010-04-241-12/+77
* Merged revisions 80434 via svnmerge fromAntoine Pitrou2010-04-241-16/+19
* Note: I'm just merging in the additional test.Antoine Pitrou2010-04-231-0/+18