Hi Mark, > Looking at the Android app code, I don’t see anything for importing > a conf file. > > Is it reasonable to consider importing conf files into the Android > app?
Currently not. The ipsec.conf file is read by the starter process and the config is then transferred via the stroke interface to the charon keying daemon. Neither starter nor the stroke plugin are available in the Android App. Also, the whole file based configuration for credentials (secrets, certificates) would not be usable without quite some refactoring. If you need ipsec.conf-based configuration on Android, you'd have to build strongSwan within the Android source tree [1]. But this will only work for rooted devices. Regards, Tobias [1] http://wiki.strongswan.org/projects/strongswan/wiki/Android _______________________________________________ Dev mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/dev
