Lines Matching refs:PROTOCOL_SSLv23
185 :data:`PROTOCOL_SSLv23`; it provides the most compatibility with other
205 .. [1] TLS 1.3 protocol will be available with :data:`PROTOCOL_SSLv23` in
256 The settings are: :data:`PROTOCOL_SSLv23`, :data:`OP_NO_SSLv2`, and
431 .. function:: get_server_certificate(addr, ssl_version=PROTOCOL_SSLv23, ca_certs=None)
445 changed from :data:`PROTOCOL_SSLv3` to :data:`PROTOCOL_SSLv23` for
599 .. data:: PROTOCOL_SSLv23
680 conjunction with :const:`PROTOCOL_SSLv23`. It prevents the peers from
688 conjunction with :const:`PROTOCOL_SSLv23`. It prevents the peers from
696 conjunction with :const:`PROTOCOL_SSLv23`. It prevents the peers from
704 with :const:`PROTOCOL_SSLv23`. It prevents the peers from choosing TLSv1.1 as
712 with :const:`PROTOCOL_SSLv23`. It prevents the peers from choosing TLSv1.2 as
1059 :data:`PROTOCOL_SSLv23` is currently recommended for maximum
1779 recommended to use :const:`PROTOCOL_SSLv23` as the protocol version and then
1783 context = ssl.SSLContext(ssl.PROTOCOL_SSLv23)