]> granicus.if.org Git - python/commit
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
authorVictor Stinner <vstinner@python.org>
Wed, 2 Oct 2019 15:52:35 +0000 (17:52 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 15:52:35 +0000 (17:52 +0200)
commitb3e7045f8314e7b62cd95861d207fe2f97e47198
tree703fecdf244c37670fdd97cd3d85ab3df3a5b2e6
parent2ea71a07d0a720707094ee55f78fd232c40724bc
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).
Lib/test/pythoninfo.py