]> granicus.if.org Git - python/commit
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 2 Oct 2019 16:52:50 +0000 (09:52 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 16:52:50 +0000 (09:52 -0700)
commit183733dfb6b4779d1a5e47f41a2fb86c6be08dda
treea4088e97b4a56f2848e41899a6c5cb034a29276f
parenta72de9338882b8013a4bb8adb930fe3308682e28
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)

test.pythoninfo now logs environment variables used by OpenSSL and
Python ssl modules, and logs attributes of 3 SSL contexts
(SSLContext, default HTTPS context, stdlib context).
(cherry picked from commit b3e7045f8314e7b62cd95861d207fe2f97e47198)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/pythoninfo.py