]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38338, test.pythoninfo: add more ssl infos 16539/head
authorVictor Stinner <vstinner@python.org>
Wed, 2 Oct 2019 14:40:12 +0000 (16:40 +0200)
committerVictor Stinner <vstinner@python.org>
Wed, 2 Oct 2019 14:58:24 +0000 (16:58 +0200)
commit1df1c2f8df53d005ff47af81aa02c58752b84e20
tree703fecdf244c37670fdd97cd3d85ab3df3a5b2e6
parent2ea71a07d0a720707094ee55f78fd232c40724bc
bpo-38338, test.pythoninfo: add more ssl infos

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