Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-29 | Remove keymanager from this repository. | drebs | |
2013-05-29 | Merge 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-28 | Merge remote-tracking branch 'kali/bug/allow-absolute-paths2' into develop | Tomás Touceda | |
2013-05-29 | change docstring comments to use sphinx style | Kali Kaneko | |
2013-05-29 | allow absolute paths to config.load | Kali Kaneko | |
2013-05-28 | Fix wrong iv test to account for new form of iv. | drebs | |
2013-05-28 | Use indexes to fetch keys. | drebs | |
2013-05-23 | Properly use AES in CTR mode | Tomás Touceda | |
2013-05-23 | Merge remote-tracking branch 'kali/bug/more-compact-debug' into develop | Tomás Touceda | |
2013-05-23 | make more compact debug info by truncating strings | Kali Kaneko | |
2013-05-21 | Remove openpgp symmetric encryption. | drebs | |
2013-05-20 | Adapt get_key() and send_key() to the spec. | drebs | |
* Use session_id instead of token for now. * Receive info needed to interact with webapp API as params and setters/getters. * Use the webapp API for sending the key to server. * Prevent from refreshing own key. | |||
2013-05-21 | use temporary openpgpwrapper as a context manager | Kali Kaneko | |
in this way we implicitely catch any exception during the wrapped call, and ensure that the destructor is always called. | |||
2013-05-18 | Adapt keymanager tests for latest Soledad api. | drebs | |
2013-05-17 | Do not attempt to fetch private keys from server. | drebs | |
2013-05-16 | Add crypto submodule that handles AES-256-CTR encryption. | drebs | |
2013-05-16 | Fix pep8 style. | drebs | |
2013-05-15 | Bump leap.common version for tagging0.2.4 | Tomás Touceda | |
2013-05-14 | Add dependency on soledad and install tests. | drebs | |
2013-05-13 | Merge remote-tracking branch 'drebs/feature/2488-openpgp-sign-3' into develop | Tomas Touceda | |
2013-05-11 | Encrypt/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-11 | add repr method to encryption key | Kali Kaneko | |
2013-05-09 | Add sign/verify to keymanager's openpgp. | drebs | |
2013-05-08 | version bump | Kali Kaneko | |
2013-05-03 | Merge remote-tracking branch 'drebs/feature/key-manager' into develop | Tomas Touceda | |
2013-05-02 | Add tests for key management remote methods. | drebs | |
2013-05-02 | Various fixes | Tomas Touceda | |
2013-05-01 | return None if no key found, avoid KeyError | Kali Kaneko | |
2013-04-29 | Remove string conversion for encryption/decryption results. | drebs | |
2013-04-29 | Remove gpg reference on Soledad usage. | drebs | |
2013-04-27 | Use 'requests' module in KeyManager. | drebs | |
2013-04-27 | Add key refreshing for KeyManager. | drebs | |
2013-04-23 | Refactor, 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-22 | Add send_keys() and refresh_keys() to Key Manager. | drebs | |
2013-04-19 | Make keymanager OpenPGP wrapper store using Soledad. | drebs | |
2013-04-19 | Make the key wrapper map an object property. | drebs | |
2013-04-15 | Add basic openpgp key handling to Key Manager | drebs | |
2013-04-14 | Add key manager basic API docstrings. | drebs | |
2013-04-11 | Add compiled proto | Kali Kaneko | |
bumped version | |||
2013-04-11 | Add option to compile services | Kali Kaneko | |
(needed from 2.4.0 onwards, since it defaults to false) | |||
2013-04-11 | add RAISE_WINDOW event | Kali Kaneko | |
2013-04-11 | add debug info about server port | Kali Kaneko | |
2013-04-11 | fix deprecation warnings; add debug info | Kali Kaneko | |
2013-04-09 | add BaseConfig class and its dependencies | Kali Kaneko | |
2013-04-08 | Add missing import for socket and forward signal()s paramteres | Tomas Touceda | |
2013-04-02 | Merge remote-tracking branch 'drebs/feature/events-signals' into develop | Tomás Touceda | |
Conflicts: .gitignore src/leap/common/__init__.py | |||
2013-04-01 | Add README and changes file for events mechanism. | drebs | |
2013-04-01 | Add tests for events mechanism. | drebs | |
2013-03-31 | Add events module with basic API. | drebs | |
2013-03-31 | Add support for components in events mechanism. | drebs | |