From 15f01af6cfb6520ac337ae4d1761d22d45cb7297 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Wed, 12 Jan 2022 11:13:14 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1581779..7b73acc95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ Security and privacy improvements: - Messages delivered from the servers to the recipients are additionally encrypted to avoid cipher-text correlation between sent and received messages. - To prevent any traffic correlation by content size, SimpleX uses fixed transport block size of 16kb (16384 bytes) with padding on all encryption layers: - application messages are padded to 15788 bytes before E2E double-ratchet encryption. - - messages between SMP clients are padded to 16030 bytes before E2E encryption in each SMP queue. - - messages from the server to the recipient are padded to padded to 16078 bytes before the additional encryption layer (see above). + - messages between SMP clients are padded to 16032 bytes before E2E encryption in each SMP queue. + - messages from the server to the recipient are padded to padded to 16088 bytes before the additional encryption layer (see above). - TLS 1.2+ with tls-unique channel binding in each command to prevent replay attacks. - Server identity verification via server offline certificate fingerprints included in SMP server addresses.