]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Make a certificate alias pre-selectable in managed profiles
authorTobias Brunner <tobias@strongswan.org>
Tue, 30 Sep 2025 14:47:42 +0000 (16:47 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 30 Sep 2025 14:51:08 +0000 (16:51 +0200)
commitcde39f4c1ac0cc2e25a1143bca3725bc963eb99f
tree4ce7f8071786095e1041a9bba21c862d4e260086
parent11f043c3dee948d8f4b72e0f97494cca3438ae90
android: Make a certificate alias pre-selectable in managed profiles

This allows associating a pre-installed certificate/key with a VPN
profile.  For instance, one locally generated on the device via
SCEP/ETS by the MDM.  It only works if the app is granted access to the
certificate/key (alias) by the MDM.

For now, users may still select a different certificate if one is
available (since this requires the certificate to be installed as
user-selectable there might not be).
src/frontends/android/app/src/main/java/org/strongswan/android/data/ManagedVpnProfile.java
src/frontends/android/app/src/main/res/values-de/strings_managed_configuration.xml
src/frontends/android/app/src/main/res/values-pl/strings_managed_configuration.xml
src/frontends/android/app/src/main/res/values-ru/strings_managed_configuration.xml
src/frontends/android/app/src/main/res/values-uk/strings_managed_configuration.xml
src/frontends/android/app/src/main/res/values-zh-rCN/strings_managed_configuration.xml
src/frontends/android/app/src/main/res/values-zh-rTW/strings_managed_configuration.xml
src/frontends/android/app/src/main/res/values/strings_managed_configuration.xml
src/frontends/android/app/src/main/res/xml/managed_configuration.xml