New submission from Illia Volochii illia.volochii@gmail.com:
TLS versions 1.0 and 1.1 have recently been deprecated. [1]
ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 have such warnings "SSL version 2 is insecure. Its use is highly discouraged." [2]
We have to add such warnings to ssl.PROTOCOL_TLSv1 and ssl.PROTOCOL_TLSv1_1 too.
[1] https://datatracker.ietf.org/doc/rfc8996/ [2] https://docs.python.org/3.10/library/ssl.html#ssl.PROTOCOL_SSLv2
---------- assignee: docs@python components: Documentation messages: 389606 nosy: docs@python, illia-v priority: normal severity: normal status: open title: Add warnings to ssl.PROTOCOL_TLSv1 and ssl.PROTOCOL_TLSv1_1 docs type: enhancement versions: Python 3.10
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue43640 _______________________________________
Change by Illia Volochii illia.volochii@gmail.com:
---------- keywords: +patch pull_requests: +23788 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25040
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue43640 _______________________________________