Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2013-03-31 | Add a server for events mechanism. | drebs | |
2013-03-31 | Add protobuf definition for events messages and services. | drebs | |
2013-03-22 | fix import | Kali Kaneko | |
2013-03-21 | add version | Kali Kaneko | |
2013-03-21 | Merge branch 'develop' of github-kali.github.com:kalikaneko/leap_common into ↵ | Kali Kaneko | |
develop | |||
2013-03-20 | Prioritize path_extension in which method | Tomás Touceda | |
2013-03-15 | misc fixes (spacing, capitalization) | Kali Kaneko | |
2013-03-15 | fix docstrings, headers and imports | Kali Kaneko | |
2013-03-15 | add 'which' implementation | Kali Kaneko | |
2013-03-14 | add __all__ to init to ease imports | Kali Kaneko | |
2013-03-14 | add support for setuptools | Kali Kaneko | |
2013-03-14 | remove pycs | Kali Kaneko | |
2013-03-14 | initial commit | Kali Kaneko | |