]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Don't mention IKEv1 and L2TP in app description
authorTobias Brunner <tobias@strongswan.org>
Mon, 2 Jun 2025 12:58:36 +0000 (14:58 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 27 Jun 2025 06:57:45 +0000 (08:57 +0200)
Also removed on Play so the app does not show up when people search
for these keywords (they tend to not read the actual description and
then are surprised that neither protocol is supported).

src/frontends/android/app/src/main/play/listings/de-DE/full-description.txt
src/frontends/android/app/src/main/play/listings/en-US/full-description.txt

index a24347690faecc8baff30643028cde66b4c554f4..1013577022c92d5e3602efa14d69d2f34bd6cd0a 100644 (file)
@@ -4,8 +4,8 @@ Dies ist die offizielle Android-Portierung der populären strongSwan VPN-Lösung
 
 <ul>
  <li>Verwendet die VpnService API von Android 4+. Geräte von einigen Herstellern scheinen diese nicht zu unterstützen - strongSwan wird auf diesen Geräten nicht funktionieren!</li>
- <li>Verwendet das IKEv2 Schlüsselaustausch-Protokoll (IKEv1 wird nicht unterstützt)</li>
- <li>Verwendet IPsec für den Datenkanal (L2TP wird nicht unterstützt)</li>
+ <li>Verwendet das IKEv2 Schlüsselaustausch-Protokoll</li>
+ <li>Verwendet IPsec für den Datenkanal</li>
  <li>Volle Unterstützung für Konnektivitätsänderungen und Mobilität via MOBIKE (oder Re-Authentisierung)</li>
  <li>Zur Authentisierung der Nutzer wird sowohl einfache auf Benutzername und Passwort basierende EAP-Authentisierung (namentlich EAP-MSCHAPv2, EAP-MD5 und EAP-GTC), sowie zertifikatsbasierte RSA/ECSA-Authentisierung unterstützt, EAP-TLS mit Benutzer-Zertifikaten wird ebenfalls unterstützt</li>
  <li>Kombinierte Authentisierung mit RSA/ECDSA und EAP wird über zwei Authentisierungsrunden nach RFC 4739 unterstützt</li>
index 72114f983bdbfe6f0017f0ab43cfb1850f35e028..1a73b5c40c3880eab03a55f3b058a33035687c88 100644 (file)
@@ -4,8 +4,8 @@ Official Android port of the popular strongSwan VPN solution.
 
 <ul>
  <li>Uses the VpnService API featured by Android 4+. Devices by some manufacturers seem to lack support for this - strongSwan VPN Client won't work on these devices!</li>
- <li>Uses the IKEv2 key exchange protocol (IKEv1 is not supported)</li>
- <li>Uses IPsec for data traffic (L2TP is not supported)</li>
+ <li>Uses the IKEv2 key exchange protocol</li>
+ <li>Uses IPsec for data traffic</li>
  <li>Full support for changed connectivity and mobility through MOBIKE (or reauthentication)</li>
  <li>Supports username/password EAP authentication (namely EAP-MSCHAPv2, EAP-MD5 and EAP-GTC) as well as RSA/ECDSA private key/certificate authentication to authenticate users, EAP-TLS with client certificates is also supported</li>
  <li>Combined RSA/ECDSA and EAP authentication is supported by using two authentication rounds as defined in RFC 4739</li>