summaryrefslogtreecommitdiff
path: root/src/leap/common/keymanager/openpgp.py
AgeCommit message (Collapse)Author
2013-05-29Remove keymanager from this repository.drebs
2013-05-29Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/2341-use-indexes-to-store-and-fetch-keys' into develop Conflicts: src/leap/common/keymanager/keys.py
2013-05-29change docstring comments to use sphinx styleKali Kaneko
2013-05-28Use indexes to fetch keys.drebs
2013-05-21Remove openpgp symmetric encryption.drebs
2013-05-21use temporary openpgpwrapper as a context managerKali Kaneko
in this way we implicitely catch any exception during the wrapped call, and ensure that the destructor is always called.
2013-05-16Fix pep8 style.drebs
2013-05-11Encrypt/decrypt can also sign/verify.drebs
Also Implement code review comments for openpgp sign. * Add assertions and exceptions to openpgp encrypt/decrypt/sign/verify methods. * Added comments where they will help. * Make code more clear by encapsulating more the access to GPG wrapper and removing concatenation of ascii armored keys. * Add verification of fingerprint of verifying key. * Shorten check for signing key id.
2013-05-09Add sign/verify to keymanager's openpgp.drebs
2013-05-02Various fixesTomas Touceda
2013-04-29Remove string conversion for encryption/decryption results.drebs
2013-04-27Add key refreshing for KeyManager.drebs
2013-04-23Refactor, fixes, add api, tests.drebs
* Change KeyTypeWrapper to EncryptionScheme * Change OpenPGPWrapper to OpenPGPScheme * Add missing and standardized crypto API. * Add delete_key() * Fix put_key raw so it puts either public or private keys. * Fix gpg's is_encrypted() * Fix openpgp's safe callbacks so they return correctly. * Remove binascii because it generates invalid doc ids. * Add tests.
2013-04-22Add send_keys() and refresh_keys() to Key Manager.drebs
2013-04-19Make keymanager OpenPGP wrapper store using Soledad.drebs
2013-04-15Add basic openpgp key handling to Key Managerdrebs