New submission from Illia Volochii <illia.voloc...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue43640> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com