]> git.ipfire.org Git - thirdparty/openssl.git/commit
Improve code reuse in the provider MAC bridge
authorMatt Caswell <matt@openssl.org>
Mon, 17 Aug 2020 14:14:14 +0000 (15:14 +0100)
committerPauli <paul.dale@oracle.com>
Sat, 29 Aug 2020 07:40:11 +0000 (17:40 +1000)
commit2ef9a7ac5eb93c3f5460695c526968faf025b730
treef991b0c26fecc7263017e70b1afef1d4d1f76804
parent2106b0471997b6c96fd702ceb0f9a2c8af298a0a
Improve code reuse in the provider MAC bridge

We reuse concepts such as PROV_CIPHER, and make use of some common code
in provider_util.c

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12637)
crypto/evp/p_lib.c
providers/common/include/prov/provider_util.h
providers/common/provider_util.c
providers/implementations/include/prov/macsignature.h
providers/implementations/keymgmt/build.info
providers/implementations/keymgmt/mac_legacy_kmgmt.c
providers/implementations/signature/build.info
providers/implementations/signature/mac_legacy.c