passepartout-apple/Passepartout/Library/Sources
Davide bb8c760278
OpenVPN OTP is persisted with the password (#785)
Encode OpenVPN password + OTP in tunnel rather than in the app.

Encoding them upfront in the app ends up persisting the profile with the
combined password. Update the library with a new OTP field in
OpenVPN.Credentials, so that the password encoding is performed [on the
fly in the
tunnel](https://github.com/passepartoutvpn/passepartoutkit-source/pull/398).
Similar to how provider modules are generated.

This is likely a regression caused by migrating to NEProfileRepository,
because starting a connection causes the profile to be saved to NE with
the encoded password. Later, the profile is restored from NE and
therefore contains the encoded password.
2024-10-30 17:07:59 +01:00
..
AppData In-place NetworkExtension profiles (#715) 2024-10-10 16:03:02 +02:00
AppDataProfiles Store providers to Core Data (#763) 2024-10-28 16:57:23 +01:00
AppDataProviders Filter countries by selected category (#767) 2024-10-28 20:53:35 +01:00
AppLibrary/Business Back up profiles to Core Data (#762) 2024-10-26 21:41:07 +02:00
AppUI Refactor Theme strings 2024-10-30 15:20:18 +01:00
AppUIMain OpenVPN OTP is persisted with the password (#785) 2024-10-30 17:07:59 +01:00
AppUITV Refactor AppUI for TV target (#775) 2024-10-29 14:30:41 +01:00
CommonLibrary Bundle API in app rather than library (#782) 2024-10-30 11:46:24 +01:00
LegacyV2 Store providers to Core Data (#763) 2024-10-28 16:57:23 +01:00
UtilsLibrary Fix lock view flickering on first appearance 2024-10-30 15:07:22 +01:00