summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-08-24 19:07:18 +1000
committerTomas Mraz <tomas@openssl.org>2021-08-25 17:31:29 +0200
commite5f8935c5bdf4677618017f7d907ce1d9e3df6a6 (patch)
tree42c51e7e4ac7fc2f2b95e745aa6063c85e546d9e
parent3d491c054ea8f662dc9dc499d3029d126a8726d3 (diff)
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 <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16343)
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 905ad50a50..ac10632734 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.