diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-04-27 17:28:34 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-04-27 17:28:34 +0200 |
| commit | 5edf498080fd195d78be351816b367b2b1623ad8 (patch) | |
| tree | 64c9fc732ea5110d72f25a344ff0c13138a4cb35 | |
| parent | a275be2c9f68ad5cd428fb00c8c682074eb58242 (diff) | |
| download | mullvadvpn-5edf498080fd195d78be351816b367b2b1623ad8.tar.xz mullvadvpn-5edf498080fd195d78be351816b367b2b1623ad8.zip | |
Add OpenSSL -> rustls TLS change to changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 731411ea13..d3133899a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ Line wrap the file at 100 chars. Th ### Changed - Downgrade to Electron 7 due to issues with tray icon in Electron 8. +- Use rustls instead of OpenSSL for TLS encryption to the API and GeoIP location service. #### Windows - When required, attempt to enable IPv6 for network adapters instead of failing. |
