Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-20 | fix broken tests | kali | |
2012-12-18 | catch gnutls error while validating pemfile | kali | |
2012-12-15 | use gnutls to parse pemfiles | kali | |
2012-12-12 | tests for firstrun/wizard | kali | |
2012-10-26 | user credentials saved on login/signup branches. | kali | |
cert request is using magick decorator that retrieves the certificates using srp. | |||
2012-10-19 | ca cert fingerprint check + api cert verification | kali | |
2012-10-19 | add more digest functions | kali | |
separate get_cert and get_fingerprint functions added separator | |||
2012-10-18 | catch cert verification errors and ask user for trust | kali | |
with a little helper function using gnutls | |||
2012-10-11 | make file_path explicit | kali | |
2012-10-06 | pep8 | kali | |
2012-10-05 | use keyring to store user password | kali | |
using a quite lame cryptedfile by the moment until dbus bug makes gnome-keyring usable again or we come up with the encrypted database solution. we might want to explore the option of using this python-keyring with the different native backends for win and macosx. for now: we generate a random secret that we store in the qsettings file. so, the whole thing is just to avoid plaintext stuff. for this, we could have done rot13, haha. |