openssl/providers/common
Pauli d9c2fd51e2 The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
functions are now EVP_MAC functions, usually with ctx in their names.

Before 3.0 is released, the names are mutable and this prevents more
inconsistencies being introduced.

There are no functional or code changes.
Just the renaming and a little reformatting.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11997)
2020-06-11 11:16:37 +10:00
..
der Fix omissions in providers/common/der/build.info 2020-05-25 13:59:29 +02:00
include/prov Update copyright year 2020-06-04 14:33:57 +01:00
bio_prov.c Update copyright year 2020-06-04 14:33:57 +01:00
build.info PROV: Adapt all our providers to use the new PROV_CTX structure 2020-05-13 17:22:13 +01:00
nid_to_name.c Rename providers/common/provlib.c to nid_to_name.c 2019-11-10 05:05:06 +01:00
provider_ctx.c Maintain strict type discipline between the core and providers 2020-05-16 17:10:03 +01:00
provider_err.c PROV & SIGNATURE: Adapt the RSA signature code for PSS-parameters 2020-05-14 12:16:36 +02:00
provider_util.c The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* 2020-06-11 11:16:37 +10:00