PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY impl
authorRichard Levitte <levitte@openssl.org>
Thu, 6 Feb 2020 08:53:15 +0000 (09:53 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 2 Mar 2020 02:27:03 +0000 (03:27 +0100)
commit2888fc1590ad31633be7a99e7288dcecd35e800c
treecbdb2a851519051511f6c654474a42b3180c193f
parentff3b59e1705a40f7cfc6df8d788d08b0a525aa58
PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY impl

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11158)
crypto/dsa/dsa_lib.c
include/crypto/dsa.h
providers/implementations/keymgmt/dh_kmgmt.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/keymgmt/rsa_kmgmt.c