changes: add note about 3DES key wrap matching the standard
authorPauli <pauli@openssl.org>
Tue, 24 Aug 2021 09:07:18 +0000 (19:07 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 25 Aug 2021 15:31:29 +0000 (17:31 +0200)
Also note that it is no longer interoperable with 1.1.1.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16343)

CHANGES.md

index 905ad50a5009cc632a22c8f36afdddb00d445198..ac106327341cd012511b3f5dbec13c44aff8f955 100644 (file)
@@ -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.