summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-19Implement multi uid supportRuben Pollan
2014-11-19Implement active key documentRuben Pollan
2014-11-10Use type instead of tags to get docs in openpgpRuben Pollan
For that that now the type is the class.__name__ instead of str(class)
2014-11-10Implement the new encryption-key soledad documentRuben Pollan
2014-11-10Merge remote-tracking branch 'meskio/feature/6210_key_newer' into developdrebs
2014-11-06Use datetime for key expirationRuben Pollan
2014-11-04Remove outdated commentRuben Pollan
2014-11-04Merge keys when updating an exisiting keyRuben Pollan
This is needed to prevent roll back attacks where the attacker push us to accept a key with an old expiration date that could be use to push an untrusted key when after it's expiration.
2014-10-23Update doc string of OpenPGPScheme._temporary_gpgwrapperRuben Pollan
2014-10-23Basic validation levels supportRuben Pollan
2014-10-09Merge remote-tracking branch 'meskio/feature/5932_fetch_keys_uri' into developdrebs
2014-10-09Implement 'fetch_key' for ascii keysRuben Pollan
binary keys support is still missing
2014-10-09Merge branch 'drebs/bug/6022_fix-call-to-verify-file' into developRuben Pollan
2014-10-09Merge remote-tracking branch 'meskio/feature/put_key_ascii' into developKali Kaneko
2014-10-09Accept ascii keys on put_keyRuben Pollan
2014-10-07Merge remote-tracking branch 'meskio/feature/cleanup_api' into developIvan Alejandro
2014-10-06Add new leap.common version to VERSION_COMPATRuben Pollan
2014-10-06Merge remote-tracking branch 'meskio/feature/cleanup_api' into developIvan Alejandro
2014-09-16Add changesRuben Pollan
2014-09-16Remove parse_openpgp_ascii_keyRuben Pollan
Don't fit with the logic of the keymanager and it's not use except for some commented code in bitmask_client
2014-09-16Rename method get_all_keys_in_local_db -> get_all_keysRuben Pollan
2014-09-16Remove get_key_from_cacheRuben Pollan
We only need to cache the fetch with a sort timeout. The tests that fetches keys now have to use different keys or will be cached.
2014-09-16Pass the cipher_algo to the encrypt wrapperRuben Pollan
2014-09-16Remove refresh_keysRuben Pollan
Never should be done a bulk upload of keys. The updating of the keys should not be a task for the user of the keymanager. Keys will be updated by the keymanager in a background worker one per one.
2014-09-15Update docstrings of the public APIRuben Pollan
2014-08-27Fix call to python-gnupg verify_file() method (#6022).drebs
2014-07-29Merge branch 'bug/tests-dont-pass' into developdrebs
2014-07-25Fix test_send_keyRuben Pollan
2014-07-25gpg.verify_file() gets the data as a filename not as a binary streamRuben Pollan
2014-04-11Merge remote-tracking branch 'chiiph/bug/improve_changelog_readability' into ↵Kali Kaneko
develop
2014-04-09Improve changelog readabilityTomás Touceda
2014-04-04Merge branch 'release-0.3.8'0.3.8Tomás Touceda
2014-04-04Fold in changesTomás Touceda
2014-04-04Update dependenciesTomás Touceda
2014-04-01Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/bug/5415_properly-raise-KeyNotFound' into develop
2014-03-31Properly raise exception when key is not found on server (#5415).drebs
2014-02-17Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/feature/5120_update-auth-to-interact-with-webapp-v2' into develop
2014-02-17Update auth to interact with webapp v2. Closes #5120.drebs
2014-01-20Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/better-version-handling' into develop
2014-01-17Merge remote-tracking branch 'refs/remotes/ivan/bug/fix-failing-tests' into ↵Tomás Touceda
develop
2014-01-17Fix failing tests.Ivan Alejandro
Add missing MockSharedDB. Update Soledad parameters.
2014-01-17Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/do-not-decode-decrypted-data' into develop
2014-01-17Remove unused imports, fix typo.Ivan Alejandro
2014-01-17Do not decode decrypted data, return as str.Ivan Alejandro
2014-01-09Use a better version handler.Ivan Alejandro
2013-12-19Merge remote-tracking branch 'refs/remotes/kali/bug/fix-memoized--get-key' ↵Tomás Touceda
into develop
2013-12-18Do not memoize get_key, but a separate method.Kali Kaneko
In this way we can choose which calls to get from cache and we do not mess with the call from send_key
2013-12-17Merge remote-tracking branch 'chiiph/bug/versioneer_windows' into developKali Kaneko
2013-12-17Use git.exe instead of git.cmd in windows since we use GitBashTomás Touceda
2013-12-17Merge remote-tracking branch 'refs/remotes/kali/feature/memoize-calls' into ↵Tomás Touceda
develop