summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-04-15 16:52:11 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-05-14 10:16:57 +0200
commit2ea3801e3288cf9a545d18517a9b923a3bb58721 (patch)
treedd70056871a2238dce610f3bd4a03831a81a2592
parent63d201e948f6a83a64d672f8073967e334af8e9d (diff)
downloadmullvadvpn-2ea3801e3288cf9a545d18517a9b923a3bb58721.tar.xz
mullvadvpn-2ea3801e3288cf9a545d18517a9b923a3bb58721.zip
Add to changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e47def30fc..cba74c621d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,12 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## [Unreleased]
+### Changed
+- Replace Classic McEliece with HQC as one of the post-quantum safe key exchange
+ mechanisms used for the quantum-resistant tunnels. The main benefits here are that HQC
+ uses a lot less CPU to compute the keypair, and the public key sent to the server
+ is drastically smaller.
+
### Fixed
#### Linux
- Fix syntax error in Apparmor profile.