]> granicus.if.org Git - python/commit
Backport disabling of SSLv3 in ssl._create_stdlib_context() (issue #22638).
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)
commit95b616480e7c17d85c2c3623bd2f6be51fd42139
tree7f3d4238f130768097bd29ee80cd948af97246a2
parent86b36e5ec5e55ca369d25f2f127f28765af3ce25
Backport disabling of SSLv3 in ssl._create_stdlib_context() (issue #22638).

The backport currently doesn't achieve anything since the function isn't used (yet).
Lib/ssl.py