summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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
2018-12-06openpgp: Fix test.Justus Winter
2018-12-06openpgp: Implement Default.Justus Winter
2018-12-06openpgp: Add a new constructor.Justus Winter
2018-12-06openpgp: Add ways to construct user ids and attributes.Justus Winter
2018-12-05openpgp: Drop openpgp::Reader.Justus Winter
2018-12-05openpgp: Treat packet bodies consistently.Justus Winter
2018-12-05openpgp: Treat filenames consistently.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-27Fix the gitlab badges.Justus Winter
2018-11-27turn KeyServerPreferences into proper structKai Michaelis
2018-11-26Release 0.2.0.v0.2.0Justus Winter
2018-11-26openpgp: Update examples.Justus Winter
2018-11-26openpgp: Improve error message.Neal H. Walfield
2018-11-26ffi: Avoid NULL pointer dereference.Neal H. Walfield
2018-11-26openpgp: comment Features::newKai Michaelis
2018-11-26openpgp: comment KeyFlags::newKai Michaelis
2018-11-26openpgp: Implement verification of detached signatures.Justus Winter
2018-11-26openpgp: Implement deriving OPS from Signature.Justus Winter
2018-11-26openpgp: Make function available to the crate.Justus Winter
2018-11-26openpgp: Implement serializing of partial body length.Justus Winter
2018-11-26openpgp: Improve OpenPGP message detection heuristic.Neal H. Walfield
2018-11-26openpgp: turn KeyFlags into structKai Michaelis
2018-11-26openpgp: turn Features into a struct w/ fieldsKai Michaelis
2018-11-26openpgp: move Features, KeyFlags and KySrvPrf. into own filesKai Michaelis
2018-11-25openpgp: sort bad signatures in TPKKai Michaelis