Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_PKEY_para...
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 25 May 2020 11:17:51 +0000 (13:17 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 27 May 2020 12:36:13 +0000 (14:36 +0200)
commitc74aaa3920f116fe4c1003153838144c37d6e527
tree47475bbd2b276e95dab977ff832d5405602ac2f8
parent9e3c510bde91350c5a40b7ba4e9e0945895e9368
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_PKEY_parameters_eq()

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11953)
13 files changed:
crypto/evp/exchange.c
crypto/evp/keymgmt_lib.c
crypto/evp/p_lib.c
crypto/x509/x509_cmp.c
crypto/x509/x509_req.c
crypto/x509/x_pubkey.c
doc/man3/EVP_PKEY_ASN1_METHOD.pod
doc/man3/EVP_PKEY_cmp.pod [deleted file]
doc/man3/EVP_PKEY_copy_parameters.pod [new file with mode: 0644]
include/openssl/evp.h
ssl/ssl_rsa.c
test/evp_test.c
util/libcrypto.num