]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add support for SSLKEYLOGFILE (#301)
authorTomás Farías <tomasfariassantana@gmail.com>
Sun, 1 Sep 2019 13:01:11 +0000 (10:01 -0300)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Sun, 1 Sep 2019 13:01:11 +0000 (08:01 -0500)
commitdb7f2d0df365daafbcc4e60fd7e96e8abc1a466e
tree0879855dc9327b91e863d17a44975b2dbd0a05bd
parente34d2806731f918fd6f7230f80fd4301e4c05419
Add support for SSLKEYLOGFILE (#301)

* Skip test if OpenSSL version is lower than 1.1.1

* Use bionic dist for Python 3.8 job

* Pass trust_env to SSLConfig use monkeypatch in testing

* Don't raise KeyError if SSLKEYLOGFILE is not set

* Move trust_env after verify and cert
.travis.yml
docs/environment_variables.md
httpx/client.py
httpx/config.py
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
tests/test_config.py