]> granicus.if.org Git - python/commit
also use openssl envvars to find certs on windows (closes #22449)
authorBenjamin Peterson <benjamin@python.org>
Fri, 3 Oct 2014 21:27:05 +0000 (17:27 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 3 Oct 2014 21:27:05 +0000 (17:27 -0400)
commit5915b0f924152b4801c1fe49aff348fd1981cc05
treefd507980526910467e5f213624f12d41471f18bd
parent7280561b5b2363c50797fbec301fefcd1e5a8040
also use openssl envvars to find certs on windows (closes #22449)

Patch by Christian Heimes and Alex Gaynor.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS