Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
authorShane Lontis <shane.lontis@oracle.com>
Fri, 23 Apr 2021 00:53:03 +0000 (10:53 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Mon, 26 Apr 2021 23:45:53 +0000 (09:45 +1000)
commitc85c5e1a5327379306f4c3f8248ace740c64c338
treeddd316056c2eb911db89ebfc5eed68910991473f
parent990aa405dbf5899cc24c167b4c0a29a3db58e343
Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().

The replacement functions EVP_PKEY_eq() and EVP_PKEY_parameters_eq()
already exist.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/14997)
CHANGES.md
crypto/evp/p_lib.c
doc/man3/EVP_PKEY_copy_parameters.pod
doc/man7/evp.pod
doc/man7/provider-keymgmt.pod
include/openssl/evp.h
test/evp_extra_test.c
util/libcrypto.num