summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_https.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ssl deprecation warnings in Python 3.10Seth Michael Larson2021-06-071-2/+3
* Lean on SSLContext to verify hostnames when possible (#2178)Quentin Pradet2021-03-161-1/+1
* Always use our custom ssl.match_hostname() implementationQuentin Pradet2021-03-161-0/+12
* Remove notOpenSSL098 pytest fixtureQuentin Pradet2021-03-121-2/+0
* Use match parameter in pytest.raises()Hasan Ramezani2020-12-291-2/+1
* Remove work-around for missing ipaddress module in Python 2Jon Dufresne2020-12-261-10/+0
* Remove fallback on commonName in match_hostname()Hasan Ramezani2020-12-231-29/+11
* Remove six (#2078)Hasan Ramezani2020-11-231-5/+0
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-67/+11
* Skip TLS versions if disabled by OpenSSL configSeth Michael Larson2020-11-051-8/+4
* Terminate connection when custom verification fails (SecureTransport) (#1977)hodbn2020-11-011-12/+14
* Deprecate negotiating TLSv1 and TLSv1.1 by defaultSeth Michael Larson2020-10-061-20/+100
* Don't set keylog_filename for empty valuesSeth Michael Larson2020-10-041-0/+12
* Sort imports with 'isort'Quentin Pradet2020-10-011-24/+24
* Blacken using black==20.8b1hodbn2020-08-261-3/+4
* 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