Nick Coghlan added the comment:

Yeah, I belatedly realised I was overcomplicating things, and the test failures 
really are just due the change in the context options to disallow SSLv3 peers 
by default.

I have an idea for how to fix that, and I think it will make the handling of 
the NO_SSLv2 flag in the SSL tests easier to follow as well.

It's also worth noting that https://www.rfc-editor.org/info/rfc7568 was 
published recently to start deprecating SSL 3.0 entirely, so setting that flag 
by default is indeed going to become the norm at the distro layer.

----------
assignee:  -> ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23965>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to