summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message
AgeCommit message (Expand)Author
2018-09-13openpgp: Expose the SignatureBuilder to packet::signature::Builder.Justus Winter
2018-09-06openpgp: Split Signature into Signature and a mutable builder.Justus Winter
2018-09-05openpgp: Add test vector.Justus Winter
2018-09-03openpgp: Split the ciphertext-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 CompressedData.Justus Winter
2018-08-24openpgp: Make struct Literal opaque, add getters and setters.Justus Winter
2018-08-14openpgp: Add convenience function.Justus Winter
2018-08-14openpgp: Add convenience constructors to openpgp::Message.Justus Winter
2018-08-14openpgp: Fix reference.Justus Winter
2018-07-22openpgp: Mark old public key algorithms as deprecated.Justus Winter
2018-07-16openpgp: Provide a higher-level interface for validating messagesNeal H. Walfield
2018-07-16openpgp: Fix message grammar to look for MDC packets.Neal H. Walfield
2018-07-12openpgp: Fix warning by demoting documentation comment.Justus Winter
2018-07-11openpgp: Instead of using an ad-hoc parser, use a parser generator.Neal H. Walfield