summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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
2018-12-14openpgp: impl 3rd party uid certifications.Kai Michaelis
2018-12-14openpgp: Add roundtrip tests for packages.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-14openpgp: Fix handling of empty encrypted session keys.Justus Winter
2018-12-14openpgp: add test verifying 3rd party cert by GPGKai Michaelis
2018-12-14openpgp: Add method to query the public-key algorithm.Justus Winter
2018-12-14openpgp: Implement Arbitrary for KeyID.Justus Winter
2018-12-14openpgp: Make function pub(crate).Justus Winter
2018-12-13openpgp: add TPK::select_keysKai Michaelis
2018-12-13openpgp: Make function return Result<Packet>, avoid panic.Justus Winter
2018-12-13openpgp: Make fields of Signature private.Justus Winter
2018-12-13openpgp: Make fields of UserID private.Justus Winter
2018-12-13openpgp: Make fields of UserAttribute private.Justus Winter
2018-12-13openpgp: Make fields of Unknown private.Justus Winter
2018-12-13openpgp: Make fields of SEIP private.Justus Winter
2018-12-13openpgp: Make fields of OnePassSig private.Justus Winter
2018-12-13openpgp: Make fields of MDC private.Justus Winter
2018-12-13openpgp: Make fields of Literal private.Justus Winter
2018-12-13openpgp: Make fields of CompressedData private.Justus Winter
2018-12-13openpgp: Make fields of PKESK private.Justus Winter
2018-12-13openpgp: Make fields of Key private.Justus Winter
2018-12-13openpgp: order KeyFlags by inclusionKai Michaelis
2018-12-12openpgp: Prefer accessor over directly using field.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-12-11openpgp: unify revocation handling for all TPK elements.Kai Michaelis
2018-12-07openpgp: Make PacketParser's header field private.Justus Winter
2018-12-07openpgp: Make PacketParser's map field private.Justus Winter
2018-12-07Normalize test module names.Justus Winter
2018-12-07openpgp: Add new example.Justus Winter
2018-12-06openpgp: Fix the partial body encoder.Justus Winter