diff options
author | 2015-12-03 14:49:42 -0300 | |
---|---|---|
committer | 2015-12-03 22:08:27 +0100 | |
commit | e9fb14ecef2427d3b98586c667f1e19112de5f90 (patch) | |
tree | ea28fffb5d75679e73c098ad0c42cce648ab320b /package/openssl/openssl.hash | |
parent | 99031f0b82f3627762167923a187e9c5f7489128 (diff) | |
download | buildroot-e9fb14ecef2427d3b98586c667f1e19112de5f90.tar.gz buildroot-e9fb14ecef2427d3b98586c667f1e19112de5f90.tar.bz2 |
openssl: security bump to version 1.0.2e
Fixes:
CVE-2015-3193 - BN_mod_exp may produce incorrect results on x86_64
CVE-2015-3194 - Certificate verify crash with missing PSS parameter
CVE-2015-3195 - X509_ATTRIBUTE memory leak
Enable IDEA as well since otherwise the build breaks (always great
upstream) - it's no longer patent encumbered.
[Peter: correct sha256]
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/openssl/openssl.hash')
-rw-r--r-- | package/openssl/openssl.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/openssl.hash b/package/openssl/openssl.hash index 355be79067..dee8ab9627 100644 --- a/package/openssl/openssl.hash +++ b/package/openssl/openssl.hash @@ -1,2 +1,2 @@ -# From https://www.openssl.org/source/openssl-1.0.2d.tar.gz.sha256 -sha256 671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8 openssl-1.0.2d.tar.gz +# From https://www.openssl.org/source/openssl-1.0.2e.tar.gz.sha256 +sha256 e23ccafdb75cfcde782da0151731aa2185195ac745eea3846133f2e05c0e0bff openssl-1.0.2e.tar.gz |