##// END OF EJS Templates
sslutil: avoid deprecation warnings from python 3.10's ssl module...
sslutil: avoid deprecation warnings from python 3.10's ssl module Use ssl.PROTOCOL_TLS_{CLIENT,SERVER} and SSLContext.{min,max}imum_version when supported (3.7+). And, catch deprecation warnings when the user asks for deprecated TLS versions (1.0 and 1.1). Differential Revision: https://phab.mercurial-scm.org/D12488

File last commit:

r34398:765eb17a default
r49930:5144d357 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer