Mercurial > hg
changeset 44894:39c598f1c774
sslutil: remove comment referring to unsupported legacy stacks
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Fri, 29 May 2020 22:47:58 +0200 |
parents | 95c832849955 |
children | 5921dc0d5c3a |
files | mercurial/sslutil.py |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/sslutil.py Sat May 30 23:42:19 2020 +0200 +++ b/mercurial/sslutil.py Fri May 29 22:47:58 2020 +0200 @@ -257,9 +257,7 @@ raise ValueError(b'protocol value not supported: %s' % minimumprotocol) # Despite its name, PROTOCOL_SSLv23 selects the highest protocol - # that both ends support, including TLS protocols. On legacy stacks, - # the highest it likely goes is TLS 1.0. On modern stacks, it can - # support TLS 1.2. + # that both ends support, including TLS protocols. # # The PROTOCOL_TLSv* constants select a specific TLS version # only (as opposed to multiple versions). So the method for