New Android release after adding AES-GCM, IPv6-in-IPv4 and using kernel-netlink
libipsec now supports AES-GCM, IPv6 tunnels over IPv4 are supported, native x86 libraries are built (requires a new Vstr build script). Also, the existing kernel-netlink plugin now provides the kernel-net implementation, which should be more stable in case multiple interfaces are up and have IP addresses installed on them.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.strongswan.android"
|
||||
android:versionCode="10"
|
||||
android:versionName="1.2.2" >
|
||||
android:versionCode="11"
|
||||
android:versionName="1.2.3" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user