summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-09-04 10:02:40 +0200
committerArne Schwabe <arne@rfc2549.org>2012-09-04 10:02:40 +0200
commit992e589c6a7c6625580b661552f7b87da65555e7 (patch)
tree4b20cdf5b6c3598b92facfa8527cd7f807460413
parent477e8afbc003326e07d9b9c1936d027591e4f31f (diff)
parent9cfee7ee38aceabdb9d72374f5831a1f06986b32 (diff)
Merge
-rw-r--r--todo.txt20
1 files changed, 9 insertions, 11 deletions
diff --git a/todo.txt b/todo.txt
index 056fc8d5..04c93973 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,11 +1,8 @@
Ideas:
-
-- implement a small app that can do cert+key+ca => p12 or suggest an app on the market
- - Implementation in ICS OpenVpn would require SD_WRITE permission which I would like to avoid
- - Do cert+key+ca => p12 inside the app, import directly to keystore
-
-- implement an encryption for profiles, so no sensitive data has be stored in plain text
- - encrypt/decrypt with android private storage key (+no user input required)
+
+- Implement base64 inlining of p12 files.
+
+- Do cert+key+ca => p12 inside the app, import directly to keystore
- general settings dialog
- encryption of profiles
@@ -14,14 +11,15 @@ Ideas:
- The app https://play.google.com/store/apps/details?id=org.proxydroid
has a nice feature: auto connect. Run a profile if a specified
- network
- is available (a user defined WIFI profile and/or "WIFI/2G/3G" and/or
- "WIFI" and/or "2G/3G" - selection of more than one network type is
- possible)
+ network is available (a user defined WIFI profile and/or "WIFI/2G/3G"
+ and/or "WIFI" and/or "2G/3G" - selection of more than one network type
+ is possible)
- Copy/Duplicate an existing profile (to create a new one with nearly
exact settings)
+- implement an encryption for profiles, so no sensitive data has be stored in plain text
+ - encrypt/decrypt with android private storage key (+no user input required)
Bugfixes: