]> code.ossystems Code Review - openembedded-core.git/commit
python: Disables SSLv3
authorSona Sarmadi <sona.sarmadi@enea.com>
Fri, 16 Jan 2015 10:16:03 +0000 (11:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Feb 2015 14:09:01 +0000 (14:09 +0000)
commit3462cac82cf0ab32e5e530f543b14fdcc211c678
tree09b37eb67b12eef91f82f372b99072c3b1605e21
parent863a3966e1a200e7a15fbdbb8e04dce6e3f6c1a2
python: Disables SSLv3

This is related to "SSLv3 POODLE vulnerability" CVE-2014-3566

Building python without SSLv3 support when openssl is built without
any support for SSLv3 (e.g. by adding EXTRA_OECONF = " -no-ssl3" in
the openssl recipes).

Backport from:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768611#22
[python2.7-nossl3.patch] only Modules/_ssl.c is backported.

References:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=7015
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6843
http://bugs.python.org/issue22638
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566

Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/python2.7.3-nossl3.patch [new file with mode: 0644]
meta/recipes-devtools/python/python_2.7.3.bb