summaryrefslogtreecommitdiffstats
path: root/openpgp/src/tpk
AgeCommit message (Expand)Author
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: Add a method to TPKBuilder to create a general-purpose keyNeal H. Walfield
2019-05-07openpgp: Add a Default implementation for CipherSuiteNeal H. Walfield
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-25openpgp: Add TPKBuilder::add_user_attribute().Justus Winter
2019-04-25openpgp: Change TPKBuilder::add_userid() to take an UserId.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-04-03openpgp: Simplify code, improve documentation.Justus Winter
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-08openpgp: Always emit a direct-key signature when creating TPKs.Justus Winter
2019-03-04openpgp: Formatting.Justus Winter
2019-02-27openpgp: add functions to manipulate TSKsKai Michaelis
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: Support Autocrypt V1.1.Justus Winter
2019-02-17openpgp: Implement From<Vec<Packets>> for PacketPile.Justus Winter
2019-02-15openpgp: fix TPKBuilder comments, add test for all suitesKai Michaelis
2019-02-15openpgp: extend TPKBuilder to handle NIST ECsKai Michaelis
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