summaryrefslogtreecommitdiff
path: root/src/leap/crypto
AgeCommit message (Collapse)Author
2013-01-24check cert time_boundaries uses pyOpenSSLkali
I had missed this one while deprecating gnutls
2013-01-24all tests green againkali
plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup
2013-01-24switch dependency to pyopensslkali
2013-01-17fix ctypes dependency discovery for libgnutlskali
2012-12-20fix broken testskali
2012-12-18catch gnutls error while validating pemfilekali
2012-12-15use gnutls to parse pemfileskali
2012-12-12tests for firstrun/wizardkali
2012-10-26user credentials saved on login/signup branches.kali
cert request is using magick decorator that retrieves the certificates using srp.
2012-10-19ca cert fingerprint check + api cert verificationkali
2012-10-19add more digest functionskali
separate get_cert and get_fingerprint functions added separator
2012-10-18catch cert verification errors and ask user for trustkali
with a little helper function using gnutls
2012-10-11make file_path explicitkali
2012-10-06pep8kali
2012-10-05use keyring to store user passwordkali
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.