mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
android: New release after updating target SDK to 33
This commit is contained in:
parent
dfbafffc45
commit
e2bba1e2cf
@ -9,8 +9,8 @@ android {
|
||||
applicationId "org.strongswan.android"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 79
|
||||
versionName "2.4.1"
|
||||
versionCode 80
|
||||
versionName "2.4.2"
|
||||
}
|
||||
|
||||
sourceSets.main {
|
||||
|
@ -1,12 +1,5 @@
|
||||
# 2.4.1 #
|
||||
# 2.4.2 #
|
||||
|
||||
- Reihenfolge der DH Gruppen geändert, um Probleme mit Zyxel Firewalls zu beheben
|
||||
|
||||
# 2.4.0 #
|
||||
|
||||
- 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)
|
||||
- Problem behoben, welches File Descriptor Lecks beim Laden von OCSP/CRLs verursachte
|
||||
- Verbesserte Übersetzung von vereinfachtem Chinesisch
|
||||
- Ukrainische Übersetzung korrekt eingebunden
|
||||
- Minimum SDK Version auf 21 (Android 5.0) erhöht
|
||||
- Ziel-SDK auf Android 13 erhöht und frage um Erlaubnis, um Status-Mitteilung anzuzeigen
|
||||
- Hardwarebeschleunigung in OpenSSL aktiviert
|
||||
- Verwendet einen stabileren Ansatz, um die Quell-IP zu ermitteln
|
||||
|
@ -1,12 +1,5 @@
|
||||
# 2.4.1 #
|
||||
# 2.4.2 #
|
||||
|
||||
- Changed order of DH groups to avoid issue with Zyxel Firewalls
|
||||
|
||||
# 2.4.0 #
|
||||
|
||||
- Switched from BoringSSL to OpenSSL
|
||||
- Added support for the following algorithms: Curve448 ECDH, AES-CCM, Camellia (CBC/CTR/XCBC), SHA-3 (HMAC/PKCS#1)
|
||||
- Fixed an issue that caused file descriptor leaks when fetching OCSP/CRLs
|
||||
- Improved translation for simplified Chinese
|
||||
- Correctly included Ukrainian translation
|
||||
- Increased minimum SDK version to 21 (Android 5.0)
|
||||
- Increased target SDK to Android 13 and ask for permission to show status notification
|
||||
- Enable hardware acceleration in OpenSSL
|
||||
- Use a more stable approach to determine source IP
|
||||
|
Loading…
x
Reference in New Issue
Block a user