Issue 31346: Prefer PROTOCOL_TLS_CLIENT/SERVER - Python tracker (original) (raw)

Since Python 3.6 the ssl module has three new protocols:

Tests and code should prefer PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER whenever possible.