[New-bugs-announce] [issue43640] Add warnings to ssl.PROTOCOL_TLSv1 and ssl.PROTOCOL_TLSv1_1 docs

Illia Volochii report at bugs.python.org
Sat Mar 27 11:40:09 EDT 2021


New submission from Illia Volochii <illia.volochii at 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 at python
components: Documentation
messages: 389606
nosy: docs at 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 at bugs.python.org>
<https://bugs.python.org/issue43640>
_______________________________________


More information about the New-bugs-announce mailing list