From ce629a6ce7b1d0af15485d7fd7f5eb3800e01798 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 12 Aug 2024 11:21:10 +0200 Subject: [PATCH] entropy.h is also going away Signed-off-by: Gilles Peskine --- ChangeLog.d/announce-4.0-removals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/announce-4.0-removals.txt b/ChangeLog.d/announce-4.0-removals.txt index ba78386407..49dbf802b0 100644 --- a/ChangeLog.d/announce-4.0-removals.txt +++ b/ChangeLog.d/announce-4.0-removals.txt @@ -20,7 +20,7 @@ New deprecations * The following low-level application interfaces are planned to be removed from the public API in Mbed TLS 4.0: - Hashes: hkdf.h, md5.h, ripemd160.h, sha1.h, sha3.h, sha256.h, sha512.h; - - Pseudorandom generation: ctr_drbg.h, hmac_drbg.h; + - Random generation: ctr_drbg.h, hmac_drbg.h, entropy.h; - Ciphers and modes: aes.h, aria.h, camellia.h, chacha20.h, chachapoly.h, cipher.h, cmac.h, gcm.h, poly1305.h; - Private key encryption mechanisms: pkcs5.h, pkcs12.h.