diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-11-18 09:53:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-02 11:25:32 +0000 |
commit | 0d1964a78e2bcfc195a1f81edb548cc4a6514af9 (patch) | |
tree | 7e24a367da077276f4245f48b6baaa3c3bab64b2 /meta/recipes-connectivity/openssl/openssl-1.0.2l/run-ptest | |
parent | 4af421a469c4dc1d3c78b58474ce75441e8bc65b (diff) | |
download | poky-0d1964a78e2bcfc195a1f81edb548cc4a6514af9.tar.gz |
openssl10: Upgrade 1.0.2l -> 1.0.2m
Deals with two CVEs:
* bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736)
* Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735)
(From OE-Core rev: a200115c769eff4b9b0241d54ed5ad86da08fdbc)
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-1.0.2l/run-ptest')
-rwxr-xr-x | meta/recipes-connectivity/openssl/openssl-1.0.2l/run-ptest | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.2l/run-ptest b/meta/recipes-connectivity/openssl/openssl-1.0.2l/run-ptest deleted file mode 100755 index 3b20fce1ee..0000000000 --- a/meta/recipes-connectivity/openssl/openssl-1.0.2l/run-ptest +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | make -k runtest | ||