From 92a36b3705beca7bd06eed0e5c678375df79f9ca Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 9 Mar 2021 17:28:44 +0000 Subject: [PATCH] Add a CHANGES entry for EVP_PKEY_public_check() and EVP_KEY_param_check() These functions now work for more key types than they did in 1.1.1 Fixes #14477 Reviewed-by: Paul Dale Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/14485) --- doc/man3/EVP_PKEY_check.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man3/EVP_PKEY_check.pod b/doc/man3/EVP_PKEY_check.pod index 4f91f8f9a2c..dc036714987 100644 --- a/doc/man3/EVP_PKEY_check.pod +++ b/doc/man3/EVP_PKEY_check.pod @@ -22,7 +22,8 @@ EVP_PKEY_pairwise_check =head1 DESCRIPTION EVP_PKEY_param_check() validates the parameters component of the key -given by B. +given by B. This check will always succeed for key types that do not have +parameters. EVP_PKEY_param_check_quick() validates the parameters component of the key given by B like EVP_PKEY_param_check() does. However some algorithm -- 2.47.3