[openssl] master update
dev at ddvo.net
dev at ddvo.net
Fri Jun 5 07:24:49 UTC 2020
The branch master has been updated
via 987e3a0eed18a857062df6ae28671feb8929b560 (commit)
from b1c21b27dce840cfe2c9554b498fdcd115799a2f (commit)
- Log -----------------------------------------------------------------
commit 987e3a0eed18a857062df6ae28671feb8929b560
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: Wed Jun 3 14:13:01 2020 +0200
Announce renamed EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() in CHANGES.md
This is a follow-up of PR #12013.
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12026)
-----------------------------------------------------------------------
Summary of changes:
CHANGES.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 68fa1e0033..acb4c904bb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -23,6 +23,15 @@ OpenSSL 3.0
### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
+ * Renamed EVP_PKEY_cmp() to EVP_PKEY_eq() and
+ EVP_PKEY_cmp_parameters() to EVP_PKEY_parameters_eq().
+ While the old function names have been retained for backward compatibility
+ they should not be used in new developments
+ because their return values are confusing: Unlike other `_cmp()` functions
+ they do not return 0 in case their arguments are equal.
+
+ *David von Oheimb*
+
* Deprecated EC_METHOD_get_field_type(). Applications should switch to
EC_GROUP_get_field_type().
More information about the openssl-commits
mailing list