Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-19 | [bug] encryption keys can now be serialized to json using key.get_dict() | elijah | |
2016-02-25 | [feat] Make EncryptionKey aware of the active address | Ruben Pollan | |
2016-02-25 | [feat] Use fingerprints instead of key ids | Ruben Pollan | |
- Resolves: #7500 | |||
2016-02-25 | [feat] Migrate soledad documents by adding versioning field | Ruben Pollan | |
- Resolves: #7713 | |||
2016-02-25 | [feat] move validation, usage and audited date to the active document | Ruben Pollan | |
- Resolves: #7485 | |||
2015-06-27 | [bug] remove the dependency on enum34 | Ruben Pollan | |
* Resolves: #7188 | |||
2015-01-15 | Port validation levels to enum34 | Ruben Pollan | |
2014-12-16 | Port to soledad new async API | Ruben Pollan | |
2014-11-25 | Return signing key on signature verification | Ruben Pollan | |
Don't throw an exception if verification fails | |||
2014-11-19 | Fix comments | Ruben Pollan | |
2014-11-19 | Implement multi uid support | Ruben Pollan | |
2014-11-19 | Implement active key document | Ruben Pollan | |
2014-11-10 | Use type instead of tags to get docs in openpgp | Ruben Pollan | |
For that that now the type is the class.__name__ instead of str(class) | |||
2014-11-10 | Implement the new encryption-key soledad document | Ruben Pollan | |
2014-11-06 | Use datetime for key expiration | Ruben Pollan | |
2014-11-04 | Remove outdated comment | Ruben Pollan | |
2014-10-23 | Basic validation levels support | Ruben Pollan | |
2013-11-04 | Add verification of detached signatures. | drebs | |
2013-09-02 | assert nonnull soledad | Kali Kaneko | |
2013-08-08 | Support bundled GPG and change API. | drebs | |
- Move openpgp encrypt/decrypt/sign/verify API to inside OpenPGP class. - Add encrypt/decrypt/sign/verify API to KeyManager. - Add possibility of passing custom gpg binary to KeyManager and OpenPGPScheme. - Remove "_asym" suffix from method names. - Bump version to 0.2.1. New API is *not* backwards compatible. | |||
2013-07-02 | Move the key manager from leap_client repo to its own repo. | drebs | |