File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -610,13 +610,13 @@ Constants
610610.. data :: PROTOCOL_TLS
611611
612612 Selects the highest protocol version that both the client and server support.
613- Despite the name, this option can select "TLS" protocols as well as "SSL" .
613+ Despite the name, this option can select both "SSL" and "TLS" protocols .
614614
615615 .. versionadded :: 3.6
616616
617617.. data :: PROTOCOL_TLS_CLIENT
618618
619- Auto-negotiate the highest protocol version like :data: `PROTOCOL_SSLv23 `,
619+ Auto-negotiate the highest protocol version like :data: `PROTOCOL_TLS `,
620620 but only support client-side :class: `SSLSocket ` connections. The protocol
621621 enables :data: `CERT_REQUIRED ` and :attr: `~SSLContext.check_hostname ` by
622622 default.
@@ -625,7 +625,7 @@ Constants
625625
626626.. data :: PROTOCOL_TLS_SERVER
627627
628- Auto-negotiate the highest protocol version like :data: `PROTOCOL_SSLv23 `,
628+ Auto-negotiate the highest protocol version like :data: `PROTOCOL_TLS `,
629629 but only support server-side :class: `SSLSocket ` connections.
630630
631631 .. versionadded :: 3.6
You can’t perform that action at this time.
0 commit comments