]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
authorChris Burr <chrisburr@users.noreply.github.com>
Thu, 18 Mar 2021 08:24:01 +0000 (09:24 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Mar 2021 08:24:01 +0000 (01:24 -0700)
commite0b4aa0f5c3c2b2c60f5d8b20cf291442a8df8a5
treef2b692769abf47231b9484a73122f9c369c32c30
parente0bf70d08c4a4a68782702e747e6bf7670667591
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)

Exposes the `X509_V_FLAG_ALLOW_PROXY_CERTS` constant as `ssl.VERIFY_ALLOW_PROXY_CERTS` to allow for proxy certificate validation as described in: https://www.openssl.org/docs/man1.1.1/man7/proxy-certificates.html
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2020-01-15-11-15-35.bpo-39342.S8PuJO.rst [new file with mode: 0644]
Modules/_ssl.c