summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-01-25openpgp: remove tracing output from ecdh::wrap_session_keyKai Michaelis
2019-01-24openpgp: add a way to import X25519 public key materialKai Michaelis
2019-01-24openpgp: split ecdh::wrap_session_keyKai Michaelis
2019-01-24openpgp: fix crash in TPK parser.Kai Michaelis
2019-01-24openpgp: allow usage of armored!() in openpgp crateKai Michaelis
2019-01-24openpgp: more verbose error messages for grammar.lalrpopKai Michaelis
2019-01-18openpgp: make signature::Builder functions chainableKai Michaelis
2019-01-18openpgp: trim_left is deprecatedKai Michaelis
2019-01-17openpgp: add Signature::{sign,verify}_messageKai Michaelis
2019-01-17openpgp: allow checking if a sig is revoked at a specific time.Kai Michaelis
2019-01-15openpgp: add a function to revoke a UserIDKai Michaelis
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
2019-01-15openpgp: Add convenience selector.Justus Winter
2019-01-11openpgp: generate X25519 keys according to spec.Kai Michaelis
2019-01-11ffi: Add preliminary Python bindings.Justus Winter
2019-01-10openpgp: Implement creation of TSKs with encrypted keys.Justus Winter
2019-01-10openpgp: Use Signer when revoking TPKs.Justus Winter
2019-01-09openpgp: implement PublicKey::bits() and Curve::bits()Kai Michaelis
2019-01-08openpgp: change order of (self) sigs in TPK.Kai Michaelis
2019-01-08openpgp: Add new convenience function.Justus Winter
2019-01-02openpgp: Improve documentation.Justus Winter
2019-01-02openpgp: Move KeyPair to crypto.Justus Winter
2019-01-02openpgp: Improve documentation.Justus Winter
2019-01-02openpgp: Move Signer trait to crypto.Justus Winter
2018-12-28openpgp: Make KeyPair own Key and mpis::SecretKey.Justus Winter
2018-12-28openpgp: Fix formatting.Justus Winter
2018-12-27openpgp: Add tests.Justus Winter
2018-12-27openpgp: Avoid copying packets.Justus Winter
2018-12-27openpgp: Implement encrypting secret keys.Justus Winter
2018-12-27openpgp: Formatting.Justus Winter
2018-12-27openpgp: Implement serialize_chksumd for SecretKey.Justus Winter
2018-12-27openpgp: Time-constant eq for Passwords, SessionKeys.Justus Winter
2018-12-24openpgp: When merging TPKs, keep the primary key's secret bit.Neal H. Walfield
2018-12-24openpgp: When deduping subkeys, merge public and private versions.Neal H. Walfield
2018-12-24openpgp: Add a function to compare the public bits of two KeysNeal H. Walfield
2018-12-24openpgp: Change set_secret to return the old secret.Neal H. Walfield
2018-12-19openpgp: Make primary_key_binding use Signer.Justus Winter
2018-12-19openpgp: Make sign_userid_binding use Signer.Justus Winter
2018-12-19openpgp: Make sign_subkey_binding use Signer.Justus Winter
2018-12-19openpgp: Make sign_user_attribute_binding use Signer.Justus Winter
2018-12-19openpgp: Make signature::Builder::sign_hash use Signer.Justus Winter
2018-12-19openpgp: Introduce trait Signer.Justus Winter
2018-12-19openpgp: Formatting.Justus Winter
2018-12-18Release 0.3.0.v0.3.0Justus Winter
2018-12-17openpgp: Improve error message.Neal H. Walfield
2018-12-17openpgp: Update version of time crate.Neal H. Walfield
2018-12-17openpgp: Add methods to check whether a TPK is alive.Neal H. Walfield
2018-12-17openpgp: Change KeyIter to also return the RevocationStatus.Neal H. Walfield
2018-12-14openpgp: make SecureKey (Partial)Eq and (Partial)Ord time-constant.Kai Michaelis
2018-12-14openpgp: extend secure_eq to secure_cmp.Kai Michaelis