summaryrefslogtreecommitdiff
path: root/src/leap/keymanager/tests/__init__.py
AgeCommit message (Collapse)Author
2016-02-25[test] refactor key deletion testsRuben Pollan
2016-02-25[feat] Use fingerprints instead of key idsRuben Pollan
- Resolves: #7500
2016-02-25[feat] Migrate soledad documents by adding versioning fieldRuben Pollan
- Resolves: #7713
2015-10-01[feat] self-repair the keyring if keys get duplicatedRuben Pollan
In some cases in the past keys got stored twice in different documents. Hopefully this issue is solved now, this tries to self-repair the keyring if encounters that. This is not really solving the problem, if it keeps happening we need to investigate the source. - Resolves: #7498
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