]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libcrypto.num
Deprecate the low level Whirlpool functions.
authorPauli <paul.dale@oracle.com>
Wed, 8 Jan 2020 05:13:11 +0000 (15:13 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 12 Jan 2020 02:05:04 +0000 (12:05 +1000)
commit7c3aa39fe38a70450b5bf3665ca48be80c5ff287
tree5ee022ba2334c7078908237ed36259e2fd49bf95
parentc52ec197aae43e624702a79cdbb73a1d2c7c9d09
Deprecate the low level Whirlpool functions.

Use of the low level Whirlpool functions has been informally discouraged for a
long time.  We now formally deprecate them.

Applications should instead use the EVP APIs, e.g. EVP_Digest,
EVP_DigestInit_ex, EVP_DigestUpdate and EVP_DigestFinal_ex.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10779)
apps/speed.c
crypto/evp/legacy_wp.c
crypto/whrlpool/wp_block.c
crypto/whrlpool/wp_dgst.c
include/openssl/whrlpool.h
providers/implementations/digests/wp_prov.c
util/libcrypto.num