From 6c02f7f6161d843efdd1e21c781685cc2f53d6b7 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 28 Oct 2019 12:52:37 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d3a7a54..2ad643c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,8 @@ IMPROVEMENTS: * core: Exit ScanView if context has been cancelled [GH-7419] * core: re-encrypt barrier and recovery keys if the unseal key is updated [GH-7493] + * core: Don't advertise the full set of TLS 1.2 cipher suites on the cluster + port, even though only strong ciphers were used [GH-7487] * core (enterprise): Add background seal re-wrap * core/metrics: Add config parameter to allow unauthenticated sys/metrics access. [GH-7550]