From: Tomas Mraz Date: Thu, 25 May 2023 14:58:04 +0000 (+0200) Subject: Add missing CHANGES.md entries X-Git-Tag: openssl-3.1.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3afa246520852ba3bfc16c7c976cb3c2064a3baa;p=thirdparty%2Fopenssl.git Add missing CHANGES.md entries Reviewed-by: Paul Dale Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21057) --- diff --git a/CHANGES.md b/CHANGES.md index 64bdcf4ba3e..c0b45a867f2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,16 @@ OpenSSL 3.1 ### Changes between 3.1.0 and 3.1.1 [xx XXX xxxx] + * Multiple algorithm implementation fixes for ARM BE platforms. + + *Liu-ErMeng* + + * Added a -pedantic option to fipsinstall that adjusts the various + settings to ensure strict FIPS compliance rather than backwards + compatibility. + + *Paul Dale* + * Fixed buffer overread in AES-XTS decryption on ARM 64 bit platforms which happens if the buffer size is 4 mod 5 in 16 byte AES blocks. This can trigger a crash of an application using AES-XTS decryption if the memory