summaryrefslogtreecommitdiffhomepage
path: root/dist-assets/binaries
AgeCommit message (Collapse)AuthorFilesLines
2025-02-19Update `binaries` submoduleMarkus Pettersson1-0/+0
Switch to `mullvdavpn-app-binaries` revision which no longer depends on `apisocks5`.
2024-08-15Add support for Windows ARM64Daniel Paoliello1-0/+0
2024-07-30Update the `mullvadvpn-app-binaries` submoduleMax Zettlmeißl1-0/+0
This is necessary to fix an outdated reference to the OpenSSL submodule. Closes #6520.
2024-06-05Bump binaries submoduleDavid Lönnhager1-0/+0
Update wireguard-nt to 0.10.1-mullvad-1.1.1
2024-06-03Bump binaries submoduleDavid Lönnhager1-0/+0
This fixes linking issues for rust-lld and libnftnl
2024-05-28Update binaries submodule to include apisocks5Joakim Hulthe1-0/+0
2024-04-18Bump binaries submoduleDavid Lönnhager1-0/+0
Also update driverlogic to point to the new wireguard header
2024-04-16Bump binaries submoduleDavid Lönnhager1-0/+0
2023-12-04Bump binaries submoduleDavid Lönnhager1-0/+0
This upgrades openvpn to 2.6.8, fixing CVE-2023-46850, which could cause freed memory to be sent to the peer.
2023-08-03Upgrade OpenSSL to version 3.0.8Markus Pettersson1-0/+0
2023-02-22Bump binaries submoduleDavid Lönnhager1-0/+0
2023-02-22Update openvpn-plugin crate for OpenVPN 2.6David Lönnhager1-0/+0
2022-09-22Bump binaries subrepo to fix MUL22-01 (win-split-tunneling upgrade)Linus Färnstrand1-0/+0
2022-08-23Update binaries submoduleDavid Lönnhager1-0/+0
2022-08-15Bump binaries submoduleDavid Lönnhager1-0/+0
2022-04-21Bump binaries submoduleDavid Lönnhager1-0/+0
2022-04-05Bump binaries submodule to remove unused binariesDavid Lönnhager1-0/+0
2022-01-12Bump submodule 'mullvadvpn-app-binaries'Odd Stranne1-0/+0
2021-12-07Bump binaries submoduleDavid Lönnhager1-0/+0
2021-09-28Bump binaries submoduleDavid Lönnhager1-0/+0
2021-08-16Bump binaries submoduleDavid Lönnhager1-0/+0
2021-07-09Bump binaries submoduleDavid Lönnhager1-0/+0
2021-07-02Bump submodule 'mullvadvpn-app-binaries'Odd Stranne1-0/+0
2021-05-06Bump binaries submoduleDavid Lönnhager1-0/+0
2021-04-12Upgrade binaries submodule to version with OpenVPN 2.5.1Linus Färnstrand1-0/+0
2021-02-22Bump binaries submoduleDavid Lönnhager1-0/+0
2020-12-10Bump binaries submoduleDavid Lönnhager1-0/+0
2020-12-07Bump binaries submoduleDavid Lönnhager1-0/+0
2020-11-24Bump binaries submoduleDavid Lönnhager1-0/+0
2020-07-13Bump binaries submoduleDavid Lönnhager1-0/+0
2020-06-16Bump binaries submodule to working macOS 10.13 OpenVPN binaryLinus Färnstrand1-0/+0
2020-05-13Bump binaries to OpenVPN 2.4.9, OpenSSL 1.1.1g and shadowsocks 1.8.10Linus Färnstrand1-0/+0
2020-04-03Bump binaries submoduleDavid Lönnhager1-0/+0
2020-03-09Bump binaries submodule to masterEmīls1-0/+0
2020-02-04Bump submodule binariesDavid Lönnhager1-0/+0
2020-02-04Bump iOS build number to 6Linus Färnstrand1-0/+0
2020-01-31Bump binaries submoduleDavid Lönnhager1-0/+0
2020-01-23Bump binaries submoduleEmīls1-0/+0
Bump binaries submodule to remove wireguard-go and it's build artifacts
2020-01-23Move wireguard-go into the repositoryEmīls1-0/+0
Since the wireguard-go libraries were being changed too often to be in the binaries repository, they are moved into the main app repository. This means that for production builds, the libraries will be rebuilt every build.
2020-01-09Bump binaries submoduleLinus Färnstrand1-0/+0
A user reported the following: I noticed that when Mullvad for Windows starts OpenVPN, an attempt is made to read the file C:\etc\ssl\openssl.cnf. On most systems this file isn't present. By default Windows allows any authenticated users to create new files in the system roots, meaning that a user can created a directory structure C:\etc\ssl\ containing a file openssl.cnf. When present the file will be read and processed by the OpenSSL library (OpenVPN). A local attacker can abuse this situation by creating a configuration file containing a malicious engine entry pointing to an attacker-controlled DLL. When the configuration is processed, an attempt is made to load this DLL by the OpenVPN binary. Since OpenVPN is running as LocalSystem, it is possible for any authenticated user to run arbitrary code as LocalSystem. Adding the no-autoload-config to the OpenSSL build options disable loading this file on initialization. So I added this and re-built OpenVPN on all platforms.
2019-12-04Bump binaries submodule to a working OpenSSL for Windows versionLinus Färnstrand1-0/+0
2019-11-25Bump binary submodule with working OpenSSL 1.1.1d windows binariesLinus Färnstrand1-0/+0
2019-11-25Bump submodule 'binaries'Odd Stranne1-0/+0
2019-11-19Bump submodule binariesDavid Lönnhager1-0/+0
2019-11-18Bump submodule binariesDavid Lönnhager1-0/+0
2019-11-04Handle wireguard log file in the Go libraryJanito Vaqueiro Ferreira Filho1-0/+0
2019-10-25Bump submodule 'mullvadvpn-app-binaries'David Lönnhager1-0/+0
2019-10-09Silently approve TAP driver cert on WindowsDavid Lönnhager1-0/+0
2019-08-06Bump binaries submoduleEmīls Piņķis1-0/+0
Bumping binaries submodule to get a newer version of OpenSSL on Windows and a newer version of wireguard-go that fixes a crash on MacOS.
2019-07-29Use `libwg.so` with custom error codeJanito Vaqueiro Ferreira Filho1-0/+0