strongswan/src/frontends/android
Martin Willi 607eebcfcf libipsec: Pass separate inbound/update flags to the IPsec SA manager
Similar to other kernel interfaces, the libipsec backends uses the flag for
different purposes, and therefore should get separate flags.
2015-03-09 18:18:20 +01:00
..
jni libipsec: Pass separate inbound/update flags to the IPsec SA manager 2015-03-09 18:18:20 +01:00
res android: Add EAP-TLS VPN type to the GUI 2014-11-06 16:28:40 +01:00
src/org/strongswan/android android: Add EAP-TLS VPN type to the GUI 2014-11-06 16:28:40 +01:00
.classpath android: New release based on 5.1.3 2014-04-25 14:39:22 +02:00
.gitignore
AndroidManifest.xml android: New release based on 5.2.1 and after adding EAP-TLS 2014-11-06 17:16:27 +01:00
README.ndk android: Remove dependency on libvstr 2013-11-13 11:40:47 +01:00
proguard.cfg
project.properties android: Target latest SDK version 2014-07-22 10:41:49 +02:00

README.ndk

To build this within the NDK several things have to be added in the jni
folder:

 - strongswan: The strongSwan sources.  This can either be an extracted tarball,
   or a symlink to the Git repository.  To build from the repository the sources
   have to be prepared first (see HACKING for a list of required tools):

     ./autogen.sh && ./configure && make && make distclean

 - openssl: The OpenSSL sources.  Since the sources need to be changed to be
   built on Android (and especially in the NDK), we provide a modified mirror
   of the official Android OpenSSL version on git.strongswan.org.