[New-bugs-announce] [issue23844] test_ssl: fails on recent libressl version with BAD_DH_P_LENGTH

Cédric Krier report at bugs.python.org
Wed Apr 1 22:53:33 CEST 2015


New submission from Cédric Krier:

Since [1], libressl fails if DH keys are too small (<1024).
Here is a patch to increase the dh keys to 1024 for the tests.

[1] http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libssl/src/ssl/s3_clnt.c?rev=1.108&content-type=text/x-cvsweb-markup

----------
files: dh1024.patch
keywords: patch
messages: 239846
nosy: ced
priority: normal
severity: normal
status: open
title: test_ssl: fails on recent libressl version with BAD_DH_P_LENGTH
Added file: http://bugs.python.org/file38791/dh1024.patch

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


More information about the New-bugs-announce mailing list