From c4c9abe310b9aed85508c8811a1d03d7cee1f78b Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 18 Nov 2025 17:28:49 -0800 Subject: [PATCH] Update CHANGELOG for v1.14.2. --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5628a08..1aea378 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,16 @@ CHANGELOG +v1.14.2 - 2025-11-18 + +Added: +- lib: add tooling for generating baseline TLS configs. + +Changed: +- cmd: update all commands to allow the use strict TLS configs. Note that + many of these tools are intended for debugging broken or insecure TLS + systems, and the ability to support insecure TLS configurations is + important in this regard. + v1.14.1 - 2025-11-18 Added: