summaryrefslogtreecommitdiffstats
path: root/openpgp/src/tpk/mod.rs
AgeCommit message (Expand)Author
2019-05-16openpgp: Introduce trait Policy. WIPfix-274Justus Winter
2019-05-14openpgp: Clean up test data handling.Justus Winter
2019-05-14openpgp, openpgp-ffi: Normalize TPK::revoked()Neal H. Walfield
2019-05-11openpgp: Allow trust packets in TPKsNeal H. Walfield
2019-05-11openpgp: Include the packet's position in the TPKValidator errorNeal H. Walfield
2019-05-11openpgp: Make error message more accurateNeal H. Walfield
2019-05-09openpgp: Fix formatting.Justus Winter
2019-05-09openpgp: Fix documentation.Justus Winter
2019-05-09openpgp: Typo.Justus Winter
2019-05-08openpgp: Remove unused import.Justus Winter
2019-05-07openpgp: Remove {Subkey,UserID}Binding::new().Justus Winter
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-05-03openpgp: Move TPK/TSK serialization code to mod serialize.Justus Winter
2019-04-30openpgp: Avoid monomorphization of serializaton functions.Justus Winter
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-29openpgp: Rewrite code to avoid the TSK type.Justus Winter
2019-04-26openpgp: Add interface to bind, certify, and revoke.Justus Winter
2019-04-26openpgp: Remove TPK::filter_into_tsk().Justus Winter
2019-04-05openpgp: Fix serializing of TPKs and TSKs.Justus Winter
2019-04-05openpgp: Typo.Justus Winter
2019-04-04openpgp: Avoid key.fingerprint.to_keyid()Neal H. Walfield
2019-03-26openpgp: Add enum Key.Justus Winter
2019-03-26openpgp: Add enum Signature.Justus Winter
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-21openpgp: Rename UserAttribute's accessors.Justus Winter
2019-03-18openpgp: Fix documentation.Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-04openpgp: Formatting.Justus Winter
2019-02-22openpgp: Robustness fix.Justus Winter
2019-02-22openpgp: Improve test.Justus Winter
2019-02-20openpgp: allow self-sig less keys to have subkeysKai Michaelis
2019-02-19openpgp: Return &[Signature] from TPK accessors.Justus Winter
2019-02-19openpgp: Add missing accessors.Justus Winter
2019-02-18openpgp: Improve documentation.Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter
2019-02-17openpgp: Implement From<Vec<Packets>> for PacketPile.Justus Winter
2019-02-15openpgp: split Key::generate into generate_rsa and generate_eccKai Michaelis
2019-02-13openpgp: Introduce crypto::Hash.Justus Winter
2019-02-12openpgp: Rename conversion function.Justus Winter
2019-02-12openpgp: Use a Signer to bind user ids.Justus Winter
2019-02-12openpgp: Use a Signer to bind subkeys.Justus Winter
2019-02-12openpgp: Use a Signer to set the expiry.Justus Winter
2019-02-12openpgp: Drop superfluous function.Justus Winter
2019-02-08openpgp: Generalize TPKValidator to KeyringValidator.Justus Winter
2019-02-08openpgp: Avoid identity slicing.Justus Winter
2019-02-06openpgp: Rename Key::new to Key::generate.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2019-02-06openpgp: Remove the armored! macro.Justus Winter
2019-01-29openpgp: TPKBuilder::autocrypt should not default to an empty UIDNeal H. Walfield
2019-01-24openpgp: fix crash in TPK parser.Kai Michaelis