summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_https.py
Commit message (Expand)AuthorAgeFilesLines
* Send "http/1.1" ALPN extension during TLS handshakehodbn2020-07-161-0/+10
* Fix testing of SSLKEYLOGFILE on AppVeyorhodbn2020-06-241-8/+2
* Feature/support env var sslkeylogfile (#1867)Bastiaan Bakker2020-06-111-0/+25
* Regenerate dummyserver/certs with trustme (#1831)Quentin Pradet2020-03-301-10/+9
* Skip tests when DNS can't resolve a dotted FQDNhodbn2020-03-211-2/+2
* Stop looking at exception values in test_client_no_intermediate (#1811)Quentin Pradet2020-03-121-22/+1
* Generate bad CA with trustme (#1794)Quentin Pradet2020-01-271-5/+9
* Generate client password-protected cert with trustme (#1793)Quentin Pradet2020-01-261-16/+58
* Move IPv6 test skips in server fixturesQuentin Pradet2020-01-161-3/+0
* Run IPv6 Tornado server from fixtureQuentin Pradet2020-01-161-15/+14
* Use trustme to generate IP_SAN certQuentin Pradet2020-01-141-6/+6
* Use fixture to configure NO_SAN test certsQuentin Pradet2020-01-131-7/+6
* Fix test failures with latest openssl (#1749)Felix Yan2019-11-181-0/+1
* Use shorter name for generated certs dirQuentin Pradet2019-11-041-6/+6
* Generate client certs dynamicallyQuentin Pradet2019-11-041-29/+27
* test_ca_dir_verified: cast Pathes back to stringsQuentin Pradet2019-11-041-3/+2
* Use pytest tmpdir supportQuentin Pradet2019-11-041-16/+14
* Generate certificate directory at runtimeQuentin Pradet2019-11-041-10/+18
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-311-5/+7
* Prefer pytest.raises over Testcase.fail (#1712)Quentin Pradet2019-10-291-34/+25
* Retry failed dummyserver tests once (#1718)Quentin Pradet2019-10-291-0/+2
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-011-22/+0
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-271-8/+8
* Accept uppercase error message from PyPy (#1699)Quentin Pradet2019-09-271-1/+2
* Fix CI for TLSv1.3 (#1671)Quentin Pradet2019-09-191-1/+7
* Stop using unittest (#1649)Quentin Pradet2019-07-051-5/+0
* Change addCleanup() calls to context managers in tests (#1624)Ratan Kulshreshtha2019-06-191-415/+412
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-79/+69
* Auto formatting using blackRatan Kulshreshtha2019-05-251-251/+332
* Improve CI stability for timeouts and branch coverage (#1554)Quentin Pradet2019-03-221-1/+1
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-271-21/+77
* Use cert_reqs=CERT_REQUIRED by default (#1507)Seth Michael Larson2019-01-251-12/+12
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-221-1/+34
* Use python.org MacPython builds for Travis (#1485)Quentin Pradet2018-11-301-0/+2
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-221-0/+2
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-241-1/+7
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-26/+5
* Fix coverage reports after src/urlib3 move (#1425)Quentin Pradet2018-08-161-0/+2
* Fix test_client_intermediate and test_client_no_intermediate for macOS (#1423)Quentin Pradet2018-08-141-11/+7
* Revert "Fix test_client_no_intermediate on macOS 10.13+ (#1412)" (#1418)Quentin Pradet2018-08-061-1/+7
* Support a servername parameter on HTTPSConnections which overrides the name u...Ian Haken2018-07-111-0/+17
* Fix test_client_no_intermediate on macOS 10.13+ (#1412)Quentin Pradet2018-07-101-3/+4
* Fix test to not depend on warning orderlars48392018-04-251-8/+1
* Perhaps the SecureTransport bugs are worked out?wbond2018-04-151-1/+0
* Try to debug Mac Python 2.6 Travis failurewbond2018-04-121-2/+2
* Add exception text seen from client cert error with Python 2.6 on Macwbond2018-04-061-1/+2
* Adjust tests to not look for warnings when using SecureTransportwbond2018-04-051-5/+10
* Use FQDN only for DNS and drop trailing dot for other operationsJesse Shapiro2017-12-141-0/+5
* fix up tests and dummyserver /certificate endpointRyan T. Dean2017-08-151-5/+8
* test/with_dummyserver/test_https.py: addressing code reviewWolfgang Richter2017-08-101-8/+10