]> granicus.if.org Git - python/commit
Issue #22638: SSLv3 is now disabled throughout the standard library.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 17 Oct 2014 17:28:30 +0000 (19:28 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 17 Oct 2014 17:28:30 +0000 (19:28 +0200)
commite4eda4d33f40e6e868d895915facc8c24265b584
treef05ed0b3f28efb70ab5bcefd46269770d0573200
parentc2c62b13ce512b5000cd659d08505be607fa7c4a
Issue #22638: SSLv3 is now disabled throughout the standard library.
It can still be enabled by instantiating a SSLContext manually.
Lib/ssl.py
Misc/NEWS