bpo-34271: Add ssl debugging helpers (GH-10031)
The ssl module now can dump key material to a keylog file and trace TLS protocol messages with a tracing callback. The default and stdlib contexts also support SSLKEYLOGFILE env var. The msg_callback and related enums are private members. The feature is designed for internal debugging and not for end users. Signed-off-by: Christian Heimes <christian@python.org>
C
Christian Heimes committed
c7f7069e77c58e83b847c0bfe4d5aadf6add2e68
Parent: e9b51c0
Committed by GitHub <noreply@github.com>
on 5/31/2019, 9:44:05 AM