From fa5054ffab304796b90ba13c77ae77210839d666 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 26 Sep 2018 22:56:03 +0100 Subject: [PATCH] Fix ChangeLog entry for PR #1972 --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 866693edf..e137734e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ Bugfix * Fix a bug in the update function for SSL ticket keys which previously invalidated keys of a lifetime of less than a 1s. Fixes #1968. +Changes + * Add tests for session resumption in DTLS. + = mbed TLS 2.7.6 branch released 2018-08-31 Security @@ -43,7 +46,6 @@ Bugfix Changes * Improve compatibility with some alternative CCM implementations by using CCM test vectors from RAM. - * Add tests for session resumption in DTLS. = mbed TLS 2.7.5 branch released 2018-07-25