summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_https.py
Commit message (Expand)AuthorAgeFilesLines
* Improve assert_fingerprint changelog and testsQuentin Pradet2023-04-291-28/+30
* Fix InsecureRequestWarning warnings in test suiteThomas Grainger2023-04-241-2/+4
* Fix 'ssl_version' option deprecated warningThomas Grainger2023-04-181-4/+23
* Skip resource warnings in tests checking non-deprecated TLS versions Illia Volochii2023-03-181-2/+2
* Fix `test_default_ssl_context_ssl_min_max_versions` for pyOpenSSLIllia Volochii2023-03-041-8/+13
* Update pre-commit reposHasan Ramezani2023-02-011-2/+0
* Stop retrying tests with flakyThomas Grainger2023-01-111-4/+0
* Don't ignore debug logs in pytest, fix log args issueQuentin Pradet2022-12-061-6/+0
* Configure filterwarnings=error (#2790)Thomas Grainger2022-11-241-5/+8
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-7/+8
* Change deprecation warnings to explicitly mention v2.1.0 for removalsSeth Michael Larson2022-11-151-3/+3
* Create BaseHTTPConnection APIsSeth Michael Larson2022-11-101-8/+33
* Update mypy to 0.990Hasan Ramezani2022-11-081-2/+2
* Update mypy to 0.981Hasan Ramezani2022-10-031-3/+3
* Raise an unretryable exception when ssl module isn't availablesatoru2022-06-291-3/+2
* Fix 'test_default_ssl_context_ssl_min_max_versions' when exact maximum TLS ve...Illia Volochii2022-06-171-1/+6
* Avoid socket leak if HTTPSConnection.connect() failsThomas Grainger2022-03-021-0/+17
* [2.0] Add tests for IPv6 proxy subjectAltNamesSeth Michael Larson2022-02-081-13/+21
* Respect 'SSLContext.hostname_checks_common_name' when available and setHasan Ramezani2022-01-141-0/+63
* Fix some mypy assignment errors in testsHasan Ramezani2021-10-191-3/+5
* Use SSLContext.check_hostname when SSLContext.hostname_checks_common_name is ...Quentin Pradet2021-10-081-1/+6
* Bump linter versionsQuentin Pradet2021-09-241-2/+2
* Test all host formats in one fixture (#2421)Seth Michael Larson2021-09-241-27/+20
* Add support for native JSON request and response bodiesP. Sai Vinay2021-09-171-3/+2
* Fix test.with_dummyserver.test_https type problemsHasan Ramezani2021-09-091-9/+8
* Add type hints to test.with_dummyserver.test_httpsHasan Ramezani2021-09-031-61/+76
* Default to setting 'SSLContext.minimum_version=TLSVersion.TLSv1_2'Seth Michael Larson2021-08-171-92/+153
* Use 'SSLContext.minimum|maximum_version' when passed 'ssl_version'Seth Michael Larson2021-08-171-7/+105
* Fail on bytes/string comparisonsQuentin Pradet2021-08-131-1/+6
* Add type hints to test decorators and fixturesHasan Ramezani2021-08-101-7/+7
* Drop support for Python 3.6Hasan Ramezani2021-07-271-2/+6
* 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