summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2018-09-07openpgp: Fix last commit.Justus Winter
2018-09-07openpgp: Check that keys are given to Signer and Encryptor.Justus Winter
2018-09-07openpgp: Delete unused, empty file.Justus Winter
2018-09-07openpgp: Fix check whether or not the primary key can certify.Justus Winter
2018-09-07openpgp: make Signature and UserID visibleKai Michaelis
2018-09-06openpgp: Autocrypt version arg for TPKBuilderKai Michaelis
2018-09-06openpgp: TSK cleanup & direct key sig support.Kai Michaelis
2018-09-06openpgp: add a TPK::filter_into_tsk.Kai 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: handle direct key sigs in TPK.Kai Michaelis
2018-09-06openpgp: Make Signature's MPIs mandatory.Justus Winter
2018-09-06openpgp: Split Signature into Signature and a mutable builder.Justus Winter
2018-09-06openpgp: Use getters to access Signatures.Justus Winter
2018-09-06openpgp: Simplify Key's MPI handling.Justus Winter
2018-09-06openpgp: Do not implement Default for Key.Justus Winter
2018-09-05openpgp: Add test vector.Justus Winter
2018-09-05openpgp: Fix error handling in the armor encoder.Justus Winter
2018-09-04openpgp: Fix typo.Neal H. Walfield
2018-09-03openpgp: Rename MPIs to Signature.Justus Winter
2018-09-03openpgp: Move implementation.Justus Winter
2018-09-03openpgp: Split the ciphertext-variants of MPIs off.Justus Winter
2018-09-03openpgp: Split the secretkey-variants of MPIs off.Justus Winter
2018-09-03openpgp: Split the publickey-variants of MPIs off.Justus Winter
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-09-03openpgp: Move definition of struct MDC.Justus Winter
2018-09-03openpgp: Move definition of struct SEIP.Justus Winter
2018-09-03openpgp: Move definition of struct CompressedData.Justus Winter
2018-09-03openpgp: Move definition of struct Literal.Justus Winter
2018-09-03openpgp: Move definition of struct UserAttribute.Justus Winter
2018-09-03openpgp: Move definition of struct UserID.Justus Winter
2018-09-03openpgp: Move definition of struct Key.Justus Winter
2018-09-03openpgp: Move definition of struct OnePassSig.Justus Winter
2018-09-03openpgp: Move definition of struct Unknown.Justus Winter
2018-09-03openpgp: Fix comment.Neal H. Walfield
2018-08-31Revert "openpgp: add simple pk crypto interface to TPK"Kai Michaelis
2018-08-31openpgp: superflouos -> superfluous typoKai Michaelis
2018-08-31openpgp: Improve docstring.Justus Winter
2018-08-31openpgp: add simple pk crypto interface to TPKKai Michaelis
2018-08-31openpgp: Tweak test to check that secrets are not leaked.Justus Winter
2018-08-31openpgp: Make SKESK's ESK field optional.Justus Winter
2018-08-30openpgp: fix minor warningKai Michaelis
2018-08-30openpgp: add Verifier::message_processedKai Michaelis
2018-08-30openpgp: minor typoKai Michaelis
2018-08-30openpgp: fix packet length encoding, add tests.Kai Michaelis
2018-08-30openpgp: Add roundtrip test.Justus Winter
2018-08-30openpgp: Canonicalize times.Justus Winter
2018-08-30openpgp: Add getters returning mutable references to Key's MPIs.Justus Winter
2018-08-29openpgp: Fix requesting TPKs for signature verification.Justus Winter