summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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
2018-08-29openpgp: Add conversion from KeyIDs to u64.Justus Winter
2018-08-29openpgp: Make the keys() iterator more useful.Justus Winter
2018-08-29openpgp: Warn that Literal Data Packet metadata is unprotected.Neal H. Walfield
2018-08-29openpgp: Improve VerificationResult's documentation.Neal H. Walfield
2018-08-27openpgp: Keep bad signatures for later.Justus Winter
2018-08-27openpgp: Collect direct-key signatures.Justus Winter
2018-08-27tool: Ignore multiple signatures from the same TPK by default.Justus Winter
2018-08-27openpgp: Add a signing subkey.Justus Winter
2018-08-27tool: Ignore duplicate signatures in sqv.Justus Winter
2018-08-27openpgp: Add method to clear a SubpacketArea.Justus Winter
2018-08-27openpgp: Make our packets implement Eq and Hash.Justus Winter
2018-08-27openpgp: Add missing trait import for tests.Justus Winter