summaryrefslogtreecommitdiffstats
path: root/openpgp/src/tsk.rs
AgeCommit message (Expand)Author
2019-08-30openpgp: Remove unused file.Neal H. Walfield
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-04-30openpgp: Avoid monomorphization of serializaton functions.Justus Winter
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-25openpgp: Change TPKBuilder::add_userid() to take an UserId.Justus Winter
2019-04-25openpgp: Generalize signature::Builder::sign_user_attribute_binding.Justus Winter
2019-04-05openpgp: Fix serializing of TPKs and TSKs.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-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-08openpgp: Copy signature subkeys when adding a userid.Justus Winter
2019-02-27openpgp: add functions to manipulate TSKsKai Michaelis
2019-02-18openpgp: Improve documentation.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-02openpgp: Move KeyPair to crypto.Justus Winter
2018-12-28openpgp: Make KeyPair own Key and mpis::SecretKey.Justus Winter
2018-12-19openpgp: Make sign_userid_binding use Signer.Justus Winter
2018-12-14openpgp: impl 3rd party uid certifications.Kai Michaelis
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-02openpgp: Create revocation certificates for TPKs.Justus Winter
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-10-26openpgp: Add constructors to TSK, implement Deref{,Mut} for TSK.Justus Winter
2018-10-26openpgp: Fix serializing TSKs.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter
2018-09-24openpgp: Add a function to convert a TSK into a TPKNeal H. Walfield
2018-09-20openpgp: Add proper revocation support to TPKs.Neal H. Walfield
2018-09-20openpgp: When serializing a TPK also serialize certificationsNeal H. Walfield
2018-09-06openpgp: Autocrypt version arg for TPKBuilderKai Michaelis
2018-09-06openpgp: TSK cleanup & direct key sig support.Kai Michaelis
2018-08-09openpgp: Deprecate TPK::new().Kai Michaelis
2018-07-28openpgp: Allow TSKs to be used in asserts.Neal H. Walfield
2018-07-22openpgp: Rename method.Justus Winter
2018-07-22openpgp: Export TSK and add missing documentation.Justus Winter
2018-07-20openpgp: add missing tsk.rsKai Michaelis