FIPS: remove algorithms that are not being validated.
authorPauli <paul.dale@oracle.com>
Wed, 22 Apr 2020 07:08:30 +0000 (17:08 +1000)
committerMatt Caswell <matt@openssl.org>
Thu, 23 Apr 2020 09:30:23 +0000 (10:30 +0100)
commit916b1f83d094fe2e0f7dea1e24f4eac3287a4157
treefcb4509ee982fef0904cc53ae12058c801a7b823
parent555ed96812f7f6cfb6066327aee40244517e2e05
FIPS: remove algorithms that are not being validated.

Several MACs and one KDF are included in the FIPS provider with the property
"fips=yes" set but are not listed as being part of the OpenSSL validation.

This removes them from the FIPS provider.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11602)
providers/fips/fipsprov.c