openssl/providers/common
Shane Lontis c85d5e0257 cleanup provider digests
Added some missing #ifdef NO_XXX around some of the digest functions.
Renamed core_mkdigest.h to digestcommon.h
Added ERR_raise() to set/get params for digest.
Moved common code for get_params/gettable_params into digest_common.c
Renamed #defines in digestcommon.
Removed null_prov.c (It should not be needed)

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9625)
2019-08-20 09:07:12 +10:00
..
ciphers Add aes_ccm to provider 2019-08-20 08:54:41 +10:00
digests cleanup provider digests 2019-08-20 09:07:12 +10:00
exchange Documentation for the provider Key Exchange operation 2019-08-05 14:32:48 +01:00
include/internal cleanup provider digests 2019-08-20 09:07:12 +10:00
keymgmt Adapt DH to use with KEYMGMT 2019-07-23 19:43:09 +02:00
macs Use macros internally for algorithm names 2019-08-19 08:10:16 +02:00
build.info Move CMAC to providers 2019-08-15 22:12:25 +02:00
provider_err.c Add aes_ccm to provider 2019-08-20 08:54:41 +10:00
provlib.c