##// END OF EJS Templates
sslutil: remove comment referring to unsupported legacy stacks
Manuel Jacob -
r45430:39c598f1 default
parent child Browse files
Show More
@@ -257,9 +257,7 b' def protocolsettings(minimumprotocol):'
257 raise ValueError(b'protocol value not supported: %s' % minimumprotocol)
257 raise ValueError(b'protocol value not supported: %s' % minimumprotocol)
258
258
259 # Despite its name, PROTOCOL_SSLv23 selects the highest protocol
259 # Despite its name, PROTOCOL_SSLv23 selects the highest protocol
260 # that both ends support, including TLS protocols. On legacy stacks,
260 # that both ends support, including TLS protocols.
261 # the highest it likely goes is TLS 1.0. On modern stacks, it can
262 # support TLS 1.2.
263 #
261 #
264 # The PROTOCOL_TLSv* constants select a specific TLS version
262 # The PROTOCOL_TLSv* constants select a specific TLS version
265 # only (as opposed to multiple versions). So the method for
263 # only (as opposed to multiple versions). So the method for
General Comments 0
You need to be logged in to leave comments. Login now