android: New release after switching to OpenSSL

This commit is contained in:
Tobias Brunner
2023-02-13 15:46:53 +01:00
parent 65aff933f1
commit 5390da1412
3 changed files with 16 additions and 22 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ android {
applicationId "org.strongswan.android" applicationId "org.strongswan.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 75 versionCode 77
versionName "2.3.3" versionName "2.4.0"
} }
sourceSets.main { sourceSets.main {
@@ -1,11 +1,8 @@
# 2.3.3 # # 2.4.0 #
- Fügt einen Button zur Installation von Benutzer-Zertifikaten hinzu - Wechsel von BoringSSL zu OpenSSL
- Unterstützung für folgende Algorithmen hinzugefügt: Curve448 ECDH, AES-CCM, Camellia (CBC/CTR/XCBC), SHA-3 (HMAC/PKCS#1)
# 2.3.2 # - Problem behoben, welches File Descriptor Lecks beim Laden von OCSP/CRLs verursachte
- Verbesserte Übersetzung von vereinfachtem Chinesisch
- VPN Verbindungen nicht als getaktet markieren (der Default hat mit Android 10 als Ziel-SDK geändert) - Ukrainische Übersetzung korrekt eingebunden
- Minimum SDK Version auf 21 (Android 5.0) erhöht
# 2.3.1 #
- Optionale Verwendung von IPv6 Transport-Adressen für IKE und ESP. Benötigt Unterstützung für UDP Encapsulation für IPv6 auf dem Server (bei Linux erst seit 5.8 der Fall, viele Server bieten also noch keine Unterstützung)
@@ -1,11 +1,8 @@
# 2.3.3 # # 2.4.0 #
- Adds a button to install user certificates - Switched from BoringSSL to OpenSSL
- Added support for the following algorithms: Curve448 ECDH, AES-CCM, Camellia (CBC/CTR/XCBC), SHA-3 (HMAC/PKCS#1)
# 2.3.2 # - Fixed an issue that caused file descriptor leaks when fetching OCSP/CRLs
- Improved translation for simplified Chinese
- Don't mark VPN connections as metered (the default changed when targeting Android 10 with the last release) - Correctly included Ukrainian translation
- Increased minimum SDK version to 21 (Android 5.0)
# 2.3.1 #
- Optionally use IPv6 transport addresses for IKE and ESP. Can only be enabled if the server supports UDP encapsulation for IPv6 (the Linux kernel only supports this since 5.8, so many servers will not support it yet)