This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_ssl: fails on recent libressl with SSLV3_ALERT_HANDSHAKE_FAILURE
Type: Stage:
Components: Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: ced, christian.heimes, martin.panter
Priority: normal Keywords: patch

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:15adminsetgithub: 68033
2016-09-08 15:36:07christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg275051

resolution: out of date
2016-01-22 02:58:58martin.pantersetnosy: + martin.panter
messages: + msg258786
2015-04-01 22:21:02cedcreate