aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-05-25 16:58:04 +0200
committerTomas Mraz <tomas@openssl.org>2023-05-29 14:49:45 +0200
commit3afa246520852ba3bfc16c7c976cb3c2064a3baa (patch)
tree991c0a65ce8aa6333d200a57ea34b58eada0b287 /CHANGES.md
parent75aad1519498c8f17cfda79391da5df1504768e3 (diff)
downloadopenssl-3afa246520852ba3bfc16c7c976cb3c2064a3baa.zip
openssl-3afa246520852ba3bfc16c7c976cb3c2064a3baa.tar.gz
openssl-3afa246520852ba3bfc16c7c976cb3c2064a3baa.tar.bz2
Add missing CHANGES.md entries
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21057)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 64bdcf4..c0b45a8 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