summaryrefslogtreecommitdiff
path: root/src/leap/keymanager/tests/__init__.py
AgeCommit message (Collapse)Author
2015-09-21[style] fix pep8 problemsRuben Pollan
2015-09-18[feature] Use ca_bundle when fetching keys by urlFolker Bernitt
This is necessary as a fetch by url will talk to remote sites or, for providers with a commercial cert, with a cert that had not been signed with the provider CA. - support lookup of local keys by url for providers with a commercial cert - combine ca_bundle with ca_cert_path if specified - close soledad after each test
2014-12-16Find the gpg path instead of hard code itRuben Pollan
2014-12-16Port to soledad new async APIRuben Pollan
2014-10-23Basic validation levels supportRuben Pollan
2013-07-02Move the key manager from leap_client repo to its own repo.drebs