summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-06Use datetime for key expirationRuben Pollan
2014-11-04Discover public key via attachmentRuben 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-13Get keys from OpenPGP email headerRuben Pollan
2014-10-12Update docstringsRuben 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/keymanager_api' into developIvan Alejandro
2014-10-07Merge remote-tracking branch 'meskio/feature/cleanup_api' into developIvan Alejandro
2014-10-06Add new leap.keymanager version to VERSION_COMPATRuben Pollan
2014-10-06Add new leap.common version to VERSION_COMPATRuben Pollan
2014-10-06Merge remote-tracking branch 'meskio/feature/keymanager_api' into developIvan Alejandro
2014-10-06Merge remote-tracking branch 'meskio/feature/cleanup_api' into developIvan Alejandro
2014-09-26Merge branch 'release-0.3.10'Tomás Touceda
2014-09-26Fold in changesTomás Touceda
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-16The get_key cache now it's automagicalRuben Pollan
2014-09-15Update docstrings of the public APIRuben Pollan
2014-09-10add test for empty mailbox creationKali Kaneko
2014-09-09addMailbox shouldn't accept empty names since it makes it impossible to ↵Duda Dornelles
retrieve it later
2014-09-09add command for building rtd docsKali Kaneko
2014-09-09fix rtd linkKali Kaneko
2014-09-09add rtd badgeKali Kaneko
2014-09-09fix syntax highlightingKali Kaneko
2014-09-09Merge branch 'kali/feature/return-deferred' into developRuben Pollan
2014-09-09add commentKali Kaneko
2014-09-09fix README syntaxKali Kaneko
2014-09-09return the deferred from sendMessageKali Kaneko
in this way we allow to add more callbacks to the chain.
2014-09-04Merge branch 'kali/feature/cleanup-mail-tests' into developRuben Pollan
2014-09-03split tests in different modulesKali Kaneko
2014-09-03fix and migrate tests to trialKali Kaneko
We cannot use setUpClass when running tests with trial. But, after all, it's not *so* expensive to initialize a new soledad instance (since we'll be mostly using the memstore for the tests).
2014-09-03remove uid from signatureKali Kaneko
2014-08-27Fix call to python-gnupg verify_file() method (#6022).drebs
2014-08-26remove unneeded importsKali Kaneko
2014-08-26Merge branch 'feature/sphinx-boilerplate' into developRuben Pollan
2014-08-25sphinx documentation for the mail libraryKali Kaneko
2014-08-22Merge branch 'bwgpro/fix_message_iterator' into developRuben Pollan
2014-08-21Added changes file for the bug descriptionBruno Wagner Goncalves
2014-08-21Fixed some PEP8 warnings on the messages fileBruno Wagner Goncalves