From: Pauli Date: Tue, 24 Aug 2021 09:07:18 +0000 (+1000) Subject: changes: add note about 3DES key wrap matching the standard X-Git-Tag: openssl-3.0.0~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f8935c5bdf4677618017f7d907ce1d9e3df6a6;p=thirdparty%2Fopenssl.git changes: add note about 3DES key wrap matching the standard Also note that it is no longer interoperable with 1.1.1. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16343) --- diff --git a/CHANGES.md b/CHANGES.md index 905ad50a500..ac106327341 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,6 +40,11 @@ breaking changes, and mappings for the large list of deprecated functions. *Jan Lána* + * The triple DES key wrap functionality now conforms to RFC 3217 but is + no longer interoperable with OpenSSL 1.1.1. + + *Paul Dale* + * The ERR_GET_FUNC() function was removed. With the loss of meaningful function codes, this function can only cause problems for calling applications.