From 931b5257eccf86fcff9f88663e05f618d1b61c1c Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 15 Dec 2020 09:05:52 -0500 Subject: Mention MD4 deprecation in the API docs --- doc/api_ref/hash.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/api_ref/hash.rst b/doc/api_ref/hash.rst index 533a7267b..6198535f3 100644 --- a/doc/api_ref/hash.rst +++ b/doc/api_ref/hash.rst @@ -154,6 +154,9 @@ Available if ``BOTAN_HAS_MD4`` is defined. An old hash function that is now known to be trivially breakable. It is very fast, and may still be suitable as a (non-cryptographic) checksum. +.. warning:: + Support for MD4 is deprecated and will be removed in a future major release. + MD5 ^^^^^^^^^ -- cgit v1.2.3