From f62cc8bda5731917ffaabc347b251244c344cd52 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Tue, 11 Jan 2022 16:11:04 +0000 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8314871..d5fa5b5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Security and privacy improvements: - Faster and more secure 2-layer E2E encryption, using double ratchet algorithm with Curve448 and Curve25519 for key agreement. -- Encryption of the traffic from server to recipient to avoid cipher-text correlation between sent and received.messages. +- Encryption of the traffic from server to recipient to avoid cipher-text correlation between sent and received messages. - TLS 1.2+ with tls-unique binding to avoid the possibility of command replay. - Server identity verification via server offline certificate fingerprints included in SMP server addresses.