Remove already-assembled Changelog entries
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/ChangeLog.d/fix-Marvin-attack.txt b/ChangeLog.d/fix-Marvin-attack.txt
deleted file mode 100644
index 763533c..0000000
--- a/ChangeLog.d/fix-Marvin-attack.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Security
- * Fix a timing side channel in private key RSA operations. This side channel
- could be sufficient for an attacker to recover the plaintext. A local
- attacker or a remote attacker who is close to the victim on the network
- might have precise enough timing measurements to exploit this. It requires
- the attacker to send a large number of messages for decryption. For
- details, see "Everlasting ROBOT: the Marvin Attack", Hubert Kario. Reported
- by Hubert Kario, Red Hat.
diff --git a/ChangeLog.d/license.txt b/ChangeLog.d/license.txt
deleted file mode 100644
index 0b6bb1f..0000000
--- a/ChangeLog.d/license.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Changes
- * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later
- license. Users may choose which license they take the code under.