Move all SHA digests completely to the default provider
authorRichard Levitte <levitte@openssl.org>
Mon, 30 Sep 2019 15:04:33 +0000 (17:04 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 3 Oct 2019 22:18:41 +0000 (00:18 +0200)
commit6d49ec1ada358508389d0d810e69ff11658ba21c
tree28c66c24fba41450c5ccc6cdf927a6093de19d53
parent185ec4be6d3beac8cb262415c48e78b129f7efd2
Move all SHA digests completely to the default provider

This leaves minimal implementations of EVP_sha* and EVP_shake*, which
is now only there to provide a name for implicit fetches.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10059)
crypto/evp/build.info
crypto/evp/legacy_sha.c [new file with mode: 0644]
crypto/evp/m_sha1.c [deleted file]
crypto/evp/m_sha3.c [deleted file]