From: Patrick Steuer Date: Tue, 7 Aug 2018 10:50:06 +0000 (+0200) Subject: CHANGES: mention s390x assembly pack extensions X-Git-Tag: OpenSSL_1_1_1-pre9~42 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b988423252232b2202f32a4d702f1cc24de5369;p=oweals%2Fopenssl.git CHANGES: mention s390x assembly pack extensions Signed-off-by: Patrick Steuer Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6870) --- diff --git a/CHANGES b/CHANGES index 4b31ac79ba..8c67dab699 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,11 @@ Changes between 1.1.0h and 1.1.1 [xx XXX xxxx] + *) s390x assembly pack: add (improved) hardware-support for the following + cryptographic primitives: sha3, shake, aes-gcm, aes-ccm, aes-ctr, aes-ofb, + aes-cfb/cfb8, aes-ecb. + [Patrick Steuer] + *) Make EVP_PKEY_asn1_new() a bit stricter about its input. A NULL pem_str parameter is no longer accepted, as it leads to a corrupt table. NULL pem_str is reserved for alias entries only.