From bc5b6b9602f337056d1d90788604142483c970d1 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Wed, 12 Jan 2022 16:46:28 +0100 Subject: [PATCH] Add changelog entry Signed-off-by: Gabor Mezei --- ChangeLog.d/ssl_erver_ticket_aead_option.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/ssl_erver_ticket_aead_option.txt diff --git a/ChangeLog.d/ssl_erver_ticket_aead_option.txt b/ChangeLog.d/ssl_erver_ticket_aead_option.txt new file mode 100644 index 000000000..db5221644 --- /dev/null +++ b/ChangeLog.d/ssl_erver_ticket_aead_option.txt @@ -0,0 +1,4 @@ +Changes + * Add the command line parameter ticket_aead to the ssl_server2 example + application which allows to provide the method for the session ticket + protection.