diff options
| -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 |
