[issue23845] test_ssl: fails on recent libressl with SSLV3_ALERT_HANDSHAKE_FAILURE

Cédric Krier report at bugs.python.org
Thu Apr 2 00:21:02 CEST 2015


New submission from Cédric Krier:

SSLv3 has been deactivated by default [1], as stated in the commit message it can be reactivated by clearing the option. So here is a patch that reactivate it in the test when needed.

[1] http://marc.info/?l=openbsd-cvs&m=141339479327258&w=2

----------
files: sslv3.patch
keywords: patch
messages: 239856
nosy: ced
priority: normal
severity: normal
status: open
title: test_ssl: fails on recent libressl with SSLV3_ALERT_HANDSHAKE_FAILURE
Added file: http://bugs.python.org/file38794/sslv3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23845>
_______________________________________


More information about the Python-bugs-list mailing list