]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Dec 2013 16:30:51 +0000 (17:30 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Dec 2013 16:30:51 +0000 (17:30 +0100)
commite6d2f159fcadd5fc336970110c49bba706b9787e
treeb7776304fedf69f6073b393b822dcd3519f2d859
parentc1764dd3506e70d19d1bdda171b7812d416ad92f
parent3e86ba4e321d20931648d110e1be12643cb8ff04
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS