]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python: fix failing ssl tests
authorAnuj Mittal <anuj.mittal@intel.com>
Thu, 4 Oct 2018 05:09:16 +0000 (13:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Oct 2018 13:13:54 +0000 (14:13 +0100)
commit2b4dce4925627c81ee2f27a0eeb2422e15029c3e
tree48e0333d2e1a1f5f5de14c3a0972de326c82418e
parent4b8fd52f6d3682be287cc63d73bd06cb751751f4
python: fix failing ssl tests

Backport two and pick some other in-review patches from Ubuntu to fix
ssl test failures because of OpenSSL 1.1.x changes.

Fixes [YOCTO #12788]

(From OE-Core rev: 4f4bbb936231dd30c3745ef573993f1062937ffd)

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python.inc
meta/recipes-devtools/python/python/0001-bpo-33354-Fix-test_ssl-when-a-filename-cannot-be-enc.patch [new file with mode: 0644]
meta/recipes-devtools/python/python/0001-bpo-33570-TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976-.patch [new file with mode: 0644]
meta/recipes-devtools/python/python/0002-bpo-34818-Add-missing-closing-wrapper-in-test_tls1_3.patch [new file with mode: 0644]
meta/recipes-devtools/python/python/0003-bpo-34834-Fix-test_ssl.test_options-to-account-for-O.patch [new file with mode: 0644]
meta/recipes-devtools/python/python/0004-bpo-34836-fix-test_default_ecdh_curve-needs-no-tlsv1.patch [new file with mode: 0644]