diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-10-03 14:21:49 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-10-15 11:57:00 +0200 |
| commit | 6b5bee83a6c4e7cecd2d4f0e89f9940dedc7960f (patch) | |
| tree | 18e476f9c811cf8180eaec4269a1b5b1c95dded1 | |
| parent | 8e55a5e4844a4f82e2dfadd643298729954d2dd6 (diff) | |
| download | mullvadvpn-6b5bee83a6c4e7cecd2d4f0e89f9940dedc7960f.tar.xz mullvadvpn-6b5bee83a6c4e7cecd2d4f0e89f9940dedc7960f.zip | |
Add change to changelog
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | android/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | ios/CHANGELOG.md | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 795f61da7d..4a08634efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ Line wrap the file at 100 chars. Th - Add experimental support for Windows ARM64. ### Changed +- Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized + ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels. + #### Windows - Enable quantum-resistant tunnels by default (when set to `auto`). diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index a51a1deacf..39bc7a5124 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -34,6 +34,8 @@ Line wrap the file at 100 chars. Th ### Changed - Update colors in the app to be more in line with material design. +- Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized + ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels. ### Fixed - Fix VPN service being recreated multiple times when toggling certain options. diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 0e9eef9860..68b62affef 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -22,6 +22,9 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## Unreleased +### Changed +- Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized + ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels. ## [2024.8 - 2024-10-14] ### Added |
