From 063f3bba90b515a122feb02eeb231c9a3ab274b8 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 14 Aug 2020 10:02:36 +0100 Subject: [PATCH] Add ChangeLog entry Signed-off-by: Hanno Becker --- ChangeLog.d/pw_protected_key_file_ssl_clisrv2.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ChangeLog.d/pw_protected_key_file_ssl_clisrv2.txt diff --git a/ChangeLog.d/pw_protected_key_file_ssl_clisrv2.txt b/ChangeLog.d/pw_protected_key_file_ssl_clisrv2.txt new file mode 100644 index 000000000..ad1ad3038 --- /dev/null +++ b/ChangeLog.d/pw_protected_key_file_ssl_clisrv2.txt @@ -0,0 +1,8 @@ +Changes + * Add the command line parameter key_pwd to the ssl_client2 and ssl_server2 + example applications which allows to provide a password for the key file + specified through the existing key_file argument. This allows the use of + these applications with password-protected key files. Analogously but for + ssl_server2 only, add the command line parameter key_pwd2 which allows to + set a password for the key file provided through the existing key_file2 + argument.