From a3baaf3a8bc5705a6a20b6c09477ffa878804f32 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 13 May 2012 02:03:20 +0200 Subject: Version 0.5.3 Fix a few new bugs before pushing to the market :) --- res/layout/faq.xml | 8 ++++++++ res/values-de/strings.xml | 2 +- res/values/strings.xml | 4 +++- 3 files changed, 12 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/layout/faq.xml b/res/layout/faq.xml index a05cc6df..88dcc7c6 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -16,6 +16,14 @@ style="@style/faqitem" android:text="@string/faq_tap_mode" /> + + + + diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 4215b60b..83907380 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -18,7 +18,7 @@ Dateiname: Abbrechen Speichern - Kein Daten + Keine Daten Fehler Clientzertifikat LZO Komprimierung diff --git a/res/values/strings.xml b/res/values/strings.xml index e2121d4b..41f229de 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -210,5 +210,7 @@ Do not bind to local address and port No local binding Please not that the config importer is an experimental feature. - Import configuration file + Import configuration file + Security considerations + "As openvpn is security sensitive a few notes about security are sensible. All data on the sdcard is inherently unsecure. Every app can read it (for example this program requires no special sd card rights). The data of this application can only be read by the application itself. By using the import option for cacert/cert/key in the file dialog the data is stored in the vpn profile. The vpn profiles are only accessable by this application. (Do not forget to delte the copies on the sdcard afterwards). Even though accessible only by this application the data is stil unecrypted. By rooting the telephone or other exploits it may be possible to retrieve the data. Saved passwords are stored in plain text as well. For pkcs12 files it is highly recommended that you import them into the android keystore." -- cgit v1.2.3