openssl/providers
Pauli f35fc4f184 Fix kbkdf bug if MAC is set to KMAC and then something else
A context that is set to KMAC sets the is_kmac flag and this cannot be reset.
So a user that does kbkdf using KMAC and then wants to use HMAC or CMAC will
experience a failure.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24883)
2024-07-17 14:14:41 +10:00
..
common Change all existing FIPS configurable checks to use FIPS indicators. 2024-07-11 08:29:43 +10:00
fips Add FIPS indicator helpers 2024-07-11 08:29:43 +10:00
implementations Fix kbkdf bug if MAC is set to KMAC and then something else 2024-07-17 14:14:41 +10:00
baseprov.c
build.info
decoders.inc
defltprov.c
encoders.inc
fips-sources.checksums
fips.checksum
fips.module.sources
legacyprov.c
nullprov.c
prov_running.c
stores.inc