From d826f2dfc13d08c7c69fed7ecc28aed7443e81f7 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 17 Oct 2018 08:42:03 -0500 Subject: [PATCH] s/renegotion/renegotiation/ --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b835c95..b21ba99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -85,7 +85,7 @@ LibreSSL Portable Release Notes: prudence. * Correctly clear the current cipher state, when changing cipher state. - This fixed an issue where renegotion of cipher suites would fail + This fixed an issue where renegotiation of cipher suites would fail when switched from AEAD to non-AEAD or vice-versa. Issue reported by Bernard Spil.