From 14884f9822e67a13bbd7733046b5a3aa7d4a637f Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 21 Apr 2020 19:56:21 +0200 Subject: [PATCH] Add changelog entry for #3127: ssl_context_info Signed-off-by: Gilles Peskine --- ChangeLog.d/ssl_context_info.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/ssl_context_info.txt diff --git a/ChangeLog.d/ssl_context_info.txt b/ChangeLog.d/ssl_context_info.txt new file mode 100644 index 000000000..6a15061fa --- /dev/null +++ b/ChangeLog.d/ssl_context_info.txt @@ -0,0 +1,3 @@ +Features + * The new utility programs/ssl/ssl_context_info prints a human-readable + dump of an SSL context saved with mbedtls_ssl_context_save().