Update CHANGELOG.md

Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
This commit is contained in:
Evgeny Poberezkin
2022-01-11 16:11:04 +00:00
committed by GitHub
parent d8a61de290
commit f62cc8bda5
+1 -1
View File
@@ -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.