summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2023-01-26 10:56:53 +0100
committerLinus Färnstrand <linus@mullvad.net>2023-01-30 13:57:17 +0100
commitb175793d58950c89d93204031490eaeb08a721fc (patch)
treea4fec760bdcee2aee2cd04933c6d8c40cfbd4e72
parent488b915fabdcc753338771f8ecfb643f348151d0 (diff)
downloadmullvadvpn-b175793d58950c89d93204031490eaeb08a721fc.tar.xz
mullvadvpn-b175793d58950c89d93204031490eaeb08a721fc.zip
Add kyber1024/PskExchangeV1 to changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ede4526fb9..0c739113eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,14 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
+### Added
+- Add Kyber1024 KEM algorithm into the Post-Quantum secure key exchange algorithm. This means the
+ Quantum-resistant-tunnels feature now mixes both Classic McEliece and Kyber for added protection.
+
+### Changed
+- Update the Post-Quantum secure key exchange gRPC client to use the stabilized
+ `PskExchangeV1` endpoint
+
### Fixed
#### Android
- Fix adaptive app icon which previously had a displaced nose and some other oddities.