diff options
author | 2015-06-12 08:35:59 -0300 | |
---|---|---|
committer | 2015-06-12 21:28:21 +0200 | |
commit | 53c8d64c08028f0057965a436707c1422c6fd331 (patch) | |
tree | d57b3a9c9f4d4142c53260f196e79ee070c337cf /package/openssl/openssl.hash | |
parent | 316a0a43a5577c5977984654bb1de3b86260e056 (diff) | |
download | buildroot-53c8d64c08028f0057965a436707c1422c6fd331.tar.gz buildroot-53c8d64c08028f0057965a436707c1422c6fd331.tar.bz2 |
openssl: security bump to version 1.0.2b
CVE-2015-1790 - PKCS7 crash with missing EnvelopedContent
CVE-2015-1789 - Exploitable out-of-bounds read in X509_cmp_time
CVE-2015-1788 - Malformed ECParameters causes infinite loop
CVE-2015-1792 - CMS verify infinite loop with unknown hash function
CVE-2015-1791 - Race condition handling NewSessionTicket
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openssl/openssl.hash')
-rw-r--r-- | package/openssl/openssl.hash | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/openssl/openssl.hash b/package/openssl/openssl.hash index c9987fca79..673f99f336 100644 --- a/package/openssl/openssl.hash +++ b/package/openssl/openssl.hash @@ -1,4 +1,4 @@ -# From https://www.openssl.org/source/openssl-1.0.2a.tar.gz.md5 -# From https://www.openssl.org/source/openssl-1.0.2a.tar.gz.sha1 -md5 a06c547dac9044161a477211049f60ef openssl-1.0.2a.tar.gz -sha1 46ecd325b8e587fa491f6bb02ad4a9fb9f382f5f openssl-1.0.2a.tar.gz +# From https://www.openssl.org/source/openssl-1.0.2b.tar.gz.md5 +# From https://www.openssl.org/source/openssl-1.0.2b.tar.gz.sha1 +md5 7729b259e2dea7d60b32fc3934d6984b openssl-1.0.2b.tar.gz +sha1 9006e53ca56a14d041e3875320eedfa63d82aba7 openssl-1.0.2b.tar.gz |