Description: | This update for Python fixes the following security issues: * bnc#834601: SSL module does not handle certificatesthat contain hostnames with NULL bytes. (CVE-2013-4238) * bnc#856836: Various stdlib read flaws. (CVE-2013-1752)Additionally, the following non-security issues have beenfixed: * bnc#859068: Turn off OpenSSL's aggressiveoptimizations that conflict with Python's GC. * bnc#847135: Setting fips=1 at boot time causesproblems with Python due to MD5 usage. |