0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-19 19:42:29 +02:00
OpenVPN for Android
Go to file
2016-05-22 13:22:50 +02:00
.idea/copyright Update copyright year to 2016 2016-01-25 10:47:25 +01:00
doc Clarify readmes 2015-06-24 10:10:54 +02:00
gradle/wrapper Update copyright year to 2016 2016-01-25 10:47:25 +01:00
main Add icon for Android N quicktile 2016-05-22 13:22:50 +02:00
misc Add icon for Android N quicktile 2016-05-22 13:22:50 +02:00
remoteExample New Android Studio, new gradle version 2015-11-25 11:41:07 +01:00
vpndialogxposed Update copyright in about dialog 2016-01-28 17:12:59 +01:00
.gitignore Move more to git, add submodules, fix build script, change hgignore to gitignore 2015-04-15 00:20:23 +02:00
.gitmodules Move more to git, add submodules, fix build script, change hgignore to gitignore 2015-04-15 00:20:23 +02:00
build.gradle Make Tile work in passive mode which suits OpenVPN for Android well enough. 2016-05-22 11:47:06 +02:00
CONTRIBUTING add contributing file 2015-10-10 17:24:37 +02:00
gradlew add gradle wrapper 2014-02-13 15:50:21 +01:00
gradlew.bat add gradle wrapper 2014-02-13 15:50:21 +01:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2016-05-19 15:35:54 +02:00
README.md Update README.md 2016-04-17 19:22:21 +02:00
settings.gradle Update copyright year to 2016 2016-01-25 10:47:25 +01:00

OpenVPN for Android

Description

With the new VPNService of Android API level 14+ (Ice Cream Sandwhich) it is possible to create a VPN service that does not root access. This project is a port of OpenVPN.

Developing

If you want to develop on ics-openvpn please read the doc/README.txt before opening issues or emailing me.

Also please note that before contributing to the project that I would like to retain my ability to relicense the project for different third parties and therefore probably need a contributers agreement from any contributing party. To get started, sign the Contributor License Agreement.

You can help

Even if you are no programmer you can help by translating the OpenVPN client into your native language. Crowdin provides a free service for non commercial open source projects (Fixing/completing existing translations is very welcome as well)

FAQ

You can find the FAQ here (same as in app): http://ics-openvpn.blinkt.de/FAQ.html

Note to administrators

You make your life and that of your users easier if you embed the certificates into the .ovpn file. You or the users can mail the .ovpn as a attachment to the phone and directly import and use it. Also downloading and importing the file works. The MIME Type should be application/x-openvpn-profile.

Inline files are supported since OpenVPN 2.1rc1 and documented in the OpenVPN 2.3 man page (under INLINE FILE SUPPORT)

(Using inline certifaces can also make your life on non Android platforms easier since you have only one file.)

For example ca mycafile.pem becomes

  <ca>
  -----BEGIN CERTIFICATE-----
  MIIHPTCCBSWgAwIBAgIBADANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdSb290
  [...]
  -----END CERTIFICATE-----
  </ca>

Fotnotes

Please that OpenVPN used by this project is under GPLv2.

If you cannot or do not want to use the Play Store you can download the apk files directly .

The F-Droid project also builds and distributes the application.

If you want to donate you can donate to arne-paypal@rfc2549.org via paypal.

The old official or main repository was a Mercurial (hg) repository at http://code.google.com/p/ics-openvpn/source/

The new git repository is now at GitHub under https://github.com/schwabe/ics-openvpn

Please read the doc/README before asking question or starting development.