summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message.rs
AgeCommit message (Expand)Author
2018-07-11openpgp: Instead of using an ad-hoc parser, use a parser generator.Neal H. Walfield
2018-07-10openpgp: Add and use a type for the literal data packet's format.Justus Winter
2018-06-14openpgp: Move S2K out of the crate root.Justus Winter
2018-06-14openpgp: Move MPI and MPIs out of the crate root.Justus Winter
2018-06-13openpgp: Add support for checking OpenPGP messages.Neal H. Walfield
2018-06-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-06-06openpgp: Fix links in the documentation.Justus Winter
2018-06-06openpgp: Avoid making BufferedReader part of our public APINeal H. Walfield
2018-05-28openpgp: Move Message construction to the message moduleNeal H. Walfield
2018-04-13openpgp: Move Message-related functionality to openpgp::message.Justus Winter
2018-01-08openpgp: Move implementation details to sub-modulesNeal H. Walfield