Aoshee / ics-openvpn

Automatically exported from code.google.com/p/ics-openvpn
0 stars 0 forks source link

Feature request : empty password checkbox #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

When using certificate/key from storage, it would be nice to have an "empty 
password" checkbox. We use certificate + login/pass, so the key doesn't need to 
be protected and there is no passphrase : the dialog that asks for the 
passphrase is useless in this case.

Cheers,

Clément Hermann

Original issue reported on code.google.com by nodens2...@gmail.com on 1 Feb 2013 at 4:27

GoogleCodeExporter commented 9 years ago
Hi again,

Actually I wouldn't use it if it where added, now that I figured out why I 
couldn't use the certificate. Maybe it is better to not encourage 
certificate/key directly from sdcard, as long as it works when you cannot do 
otherwise.

Cheers,

Clément Hermann

Original comment by nodens2...@gmail.com on 1 Feb 2013 at 6:40

GoogleCodeExporter commented 9 years ago
There should no dialog asking for a passphrase. The password for login is 
sperate from that.

Original comment by arne@rfc2549.org on 2 Feb 2013 at 12:08

GoogleCodeExporter commented 9 years ago
The app does not encourage using certificate/key from sdcard. The app is 
lacking the ability to delete from sdcard since you would need write_sd 
permission for that.

Original comment by arne@rfc2549.org on 3 Feb 2013 at 1:44

GoogleCodeExporter commented 9 years ago
Hi,

I did test again with a passwordless pkc12 : if you leave the passphrase field 
empty, you'll be asked for a passphrase weither or not the certificate needs 
one. Then you need to press ok without entering anything, which may be 
annoying. 

However, like I said, since you can import the certificate as long as you don't 
trigger the jelly bean bug by using non-alphanumeric caracters in certificate's 
name (#132), it doesn't really matters.

Cheers,

Clément

Original comment by nodens2...@gmail.com on 5 Feb 2013 at 1:30

GoogleCodeExporter commented 9 years ago
Yes passwordless pkc12 actually don't exists pks12 always have a password but 
it can be empty. But pkcs12 with empty password are pretty rare from my 
experience so I chosen not to fully support them since that would make the UI 
more complicated.

Original comment by arne@rfc2549.org on 5 Feb 2013 at 8:52