SIGN IN SIGN UP

bpo-37428: Don't set PHA verify flag on client side (GH-14421)

SSLContext.post_handshake_auth = True no longer sets
SSL_VERIFY_POST_HANDSHAKE verify flag for client connections. Although the
option is documented as ignored for clients, OpenSSL implicitly enables cert
chain validation when the flag is set.

Signed-off-by: Christian Heimes <christian@python.org>



https://bugs.python.org/issue37428
C
Christian Heimes committed
f0f5930ac88482ef896283db5be9b8d508d077db
Parent: 12b436e
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> on 7/1/2019, 6:29:17 AM