[New-bugs-announce] [issue21976] Fix test_ssl.py to handle LibreSSL versioning appropriately

William Orr report at bugs.python.org
Mon Jul 14 08:15:58 CEST 2014


New submission from William Orr:

Currently, test_ssl.py requires the version information to match the OpenSSL format exactly, and to be less than 2.0. LibreSSL, a drop-in replacement for OpenSSL, has started its version numbers at 2.0.0, and reports it slightly differently. This patch addresses that.

Tested on Exherbo Linux amd64 with LibreSSL portable 2.0.1.

----------
components: Tests
files: libressl-tests.diff
keywords: patch
messages: 222996
nosy: worr
priority: normal
severity: normal
status: open
title: Fix test_ssl.py to handle LibreSSL versioning appropriately
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35949/libressl-tests.diff

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


More information about the New-bugs-announce mailing list