aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.d/fix-ctr-drbg-may-free-invalid-aes-context.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.d/fix-ctr-drbg-may-free-invalid-aes-context.txt')
-rw-r--r--ChangeLog.d/fix-ctr-drbg-may-free-invalid-aes-context.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ChangeLog.d/fix-ctr-drbg-may-free-invalid-aes-context.txt b/ChangeLog.d/fix-ctr-drbg-may-free-invalid-aes-context.txt
deleted file mode 100644
index fe62c28ed..000000000
--- a/ChangeLog.d/fix-ctr-drbg-may-free-invalid-aes-context.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Bugfix
- * Fix mbedtls_ctr_drbg_free() on an initialized but unseeded context. When
- MBEDTLS_AES_ALT is enabled, it could call mbedtls_aes_free() on an
- uninitialized context.