Issue 23845: test_ssl: fails on recent libressl with SSLV3_ALERT_HANDSHAKE_FAILURE (original) (raw)

Issue23845

Created on 2015-04-01 22:21 by ced, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sslv3.patch ced,2015-04-01 22:21 review
Messages (3)
msg239856 - (view) Author: Cédric Krier (ced) * Date: 2015-04-01 22:21
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
msg258786 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2016-01-22 02:58
Is this still relevant? At least the first part of the patch won’t be needed after SSLv3 was also disabling by default in Python: Issue 25530, revision 56f64ec9259f. See also Issue 25724 about Ubuntu disabling it a different way.
msg275051 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2016-09-08 15:36
SSLv3 is no longer relevant.
History
Date User Action Args
2022-04-11 14:58:15 admin set github: 68033
2016-09-08 15:36:07 christian.heimes set status: open -> closednosy: + christian.heimesmessages: + resolution: out of date
2016-01-22 02:58:58 martin.panter set nosy: + martin.pantermessages: +
2015-04-01 22:21:02 ced create