[New-bugs-announce] [issue39342] Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl

Chris Burr report at bugs.python.org
Wed Jan 15 05:03:00 EST 2020


New submission from Chris Burr <christopher.burr at cern.ch>:

Enabling proxy certificate validation requires X509_V_FLAG_ALLOW_PROXY_CERTS to be included in the verify flags.[1] This should be exposed as ssl.VERIFY_ALLOW_PROXY_CERTS to match with the other X509_V_FLAG_* variables.

https://www.openssl.org/docs/man1.1.1/man7/proxy-certificates.html

----------
components: Library (Lib)
messages: 360035
nosy: chrisburr
priority: normal
severity: normal
status: open
title: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39342>
_______________________________________


More information about the New-bugs-announce mailing list