##// END OF EJS Templates
sslutil: be less strict about which ciphers are allowed when using --insecure...
sslutil: be less strict about which ciphers are allowed when using --insecure Python 3.10 restricted which ciphers are enabled by default, leading to no available ciphers for TLS < 1.2. When using the --insecure flag we allow old TLS, so also adjust the cipher list to give connections a chance to work. On the server side, also loosen the cipher selection in tests (when using the devel.serverexactprotocol option). Differential Revision: https://phab.mercurial-scm.org/D12489

File last commit:

r44031:2e017696 default
r49931:50bd2910 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer