summaryrefslogtreecommitdiffstats
path: root/openpgp/src/tpk/builder.rs
AgeCommit message (Expand)Author
2019-04-29openpgp: Rewrite code to avoid the TSK type.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-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-08openpgp: Always emit a direct-key signature when creating TPKs.Justus Winter
2019-02-27openpgp: add functions to manipulate TSKsKai Michaelis
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-06openpgp: Rename Key::new to Key::generate.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2019-01-29openpgp: TPKBuilder::autocrypt should not default to an empty UIDNeal H. Walfield
2019-01-29openpgp: Change TPKBuilder::add_userid to take an Into<Cow>>.Neal H. Walfield
2019-01-18openpgp: make signature::Builder functions chainableKai Michaelis
2019-01-17openpgp: allow checking if a sig is revoked at a specific time.Kai Michaelis
2019-01-10openpgp: Implement creation of TSKs with encrypted keys.Justus Winter
2019-01-10openpgp: Use Signer when revoking TPKs.Justus Winter
2019-01-02openpgp: Move KeyPair to crypto.Justus Winter
2018-12-28openpgp: Make KeyPair own Key and mpis::SecretKey.Justus Winter
2018-12-27openpgp: Avoid copying packets.Justus Winter
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-13openpgp: Make fields of UserID private.Justus Winter
2018-12-13openpgp: Make fields of Key private.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-12-04openpgp: make sure we don't return invalid keys from TPKBuilder.Kai Michaelis
2018-12-04openpgp: generate TPKs by using the parserKai Michaelis
2018-11-26openpgp: move Features, KeyFlags and KySrvPrf. into own filesKai Michaelis
2018-11-25openpgp: fix backsig generationKai Michaelis
2018-11-16openpgp: centralize hash computationKai Michaelis
2018-11-14openpgp: embed backwards sig into bindingKai Michaelis
2018-11-14openpgp: Fix key creation.Justus Winter
2018-11-02openpgp: Fix test.Justus Winter
2018-11-02openpgp: Create revocation certificates for TPKs.Justus Winter
2018-10-15openpgp: Add a features subpacket when generating keys.Justus Winter
2018-09-24openpgp: Wrap complex iterator types.Neal H. Walfield
2018-09-20openpgp: Add proper revocation support to TPKs.Neal H. Walfield
2018-09-13openpgp: Expose the SignatureBuilder to packet::signature::Builder.Justus Winter
2018-09-13openpgp: Move the subpacket module to packet::signature.Justus Winter
2018-09-06openpgp: Autocrypt version arg for TPKBuilderKai Michaelis
2018-09-06openpgp: cleanup TPK::add_userid()Kai Michaelis
2018-09-06openpgp: we use SignatureBuilder now.Kai Michaelis
2018-09-06openpgp: TPKBuilder defaults to direct keys sigsKai Michaelis
2018-09-06openpgp: Split Signature into Signature and a mutable builder.Justus Winter