From 30da960ee6b86e5ea4889761012e771dba17c5a1 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 17 Dec 2020 12:01:07 -0500 Subject: [PATCH] tls deetz --- doc/relnotes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/relnotes/README.md b/doc/relnotes/README.md index f87ccdb27..774bfcd2f 100644 --- a/doc/relnotes/README.md +++ b/doc/relnotes/README.md @@ -34,6 +34,8 @@ evil organizations. * We now use WolfSSL 4.5.0 instead of OpenSSL, a huge improvement and decrease in attack surface as well as allowing use to do TLS on low resource devices (like internet-of-shit light bulbs/etc) + * Nodes randomly choose between GCM-SHA384 and CHACHA20-POLY1305-SHA256 when + making connections to other nodes. * Hush Docker scripts are now officially maintained! * Faster release binaries with -03 * Optimized and hardened memory pool code