From 0a48eaebc6d8b8632eeab6d210059714c457fae4 Mon Sep 17 00:00:00 2001 From: Przemek Stekiel Date: Wed, 5 Oct 2022 09:46:35 +0200 Subject: [PATCH] Add changelog entry: tls 1.2 builds with single encryption type Signed-off-by: Przemek Stekiel --- ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt diff --git a/ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt b/ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt new file mode 100644 index 000000000..d24f32c28 --- /dev/null +++ b/ChangeLog.d/fix_build_tls1_2_with_single_encryption_type.txt @@ -0,0 +1,3 @@ +Bugfix + * Fix bugs to enable TLS 1.2 builds with + single encryption type + tests