package/libopenssl: security bump to version 1.1.1q
Fixes the following security issues: AES OCB fails to encrypt some bytes (CVE-2022-2097) =================================================== Severity: MODERATE AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn't written. In the special case of "in place" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d2286690ba
commit
9cf73b3fe1
@ -1,5 +1,5 @@
|
||||
# From https://www.openssl.org/source/openssl-1.1.1p.tar.gz.sha256
|
||||
sha256 bf61b62aaa66c7c7639942a94de4c9ae8280c08f17d4eac2e44644d9fc8ace6f openssl-1.1.1p.tar.gz
|
||||
# From https://www.openssl.org/source/openssl-1.1.1q.tar.gz.sha256
|
||||
sha256 d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca openssl-1.1.1q.tar.gz
|
||||
|
||||
# License files
|
||||
sha256 c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBOPENSSL_VERSION = 1.1.1p
|
||||
LIBOPENSSL_VERSION = 1.1.1q
|
||||
LIBOPENSSL_SITE = https://www.openssl.org/source
|
||||
LIBOPENSSL_SOURCE = openssl-$(LIBOPENSSL_VERSION).tar.gz
|
||||
LIBOPENSSL_LICENSE = OpenSSL or SSLeay
|
||||
|
Loading…
Reference in New Issue
Block a user