Deprecate the low level MD5 functions.
authorPauli <paul.dale@oracle.com>
Wed, 15 Jan 2020 01:13:03 +0000 (11:13 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 19 Jan 2020 00:14:39 +0000 (10:14 +1000)
commit781aa7ab63eca123ecef6eef90bbf435b881976e
tree8cf2d2f8cd42b0f90f31895d1518b1b55af0441c
parent85d843c8eccce937d073a9df7a193032478e21dd
Deprecate the low level MD5 functions.

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

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10791)
15 files changed:
apps/speed.c
crypto/evp/e_rc4_hmac_md5.c
crypto/evp/legacy_md5.c
crypto/evp/legacy_md5_sha1.c
crypto/md5/md5_dgst.c
crypto/md5/md5_one.c
crypto/md5/md5_sha1.c
doc/man3/MD5.pod
include/openssl/md5.h
providers/implementations/ciphers/cipher_rc4_hmac_md5.c
providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
providers/implementations/digests/md5_prov.c
providers/implementations/digests/md5_sha1_prov.c
ssl/s3_cbc.c
util/libcrypto.num