summaryrefslogtreecommitdiffstats
path: root/src/openpgp/openpgp.rs
AgeCommit message (Expand)Author
2017-12-13Split up Sequoia.Justus Winter
2017-12-13Make all packet fields public.Justus Winter
2017-12-13Don't store the packet tag in PacketCommon.Neal H. Walfield
2017-12-12Add initial support for signature subpackets.Neal H. Walfield
2017-12-11Remove the unused Deref implementations for the OpenPGP packetsNeal H. Walfield
2017-12-11Add a custom Debug implementation for PacketCommon.Neal H. Walfield
2017-12-11Add an "unknown" packet.Neal H. Walfield
2017-12-11Rework the parser interface and implementation to support streamingNeal H. Walfield
2017-11-22Add a constructor to create messages from packets.Justus Winter
2017-11-22Add an destructive iterator.Justus Winter
2017-11-21Make iterators public.Justus Winter
2017-11-01Add an iterator for Messages and Packets.Neal H. Walfield
2017-11-01Convert CompressedData to use a Message for any containing PacketsNeal H. Walfield
2017-11-01Add a Message struct, which contains zero or more packetsNeal H. Walfield
2017-11-01Provide better Debug trait implementations for the OpenPGP packetsNeal H. Walfield
2017-10-28Add support for parsing compressed data packets.Neal H. Walfield
2017-10-24Don't expect packets to be in memory. Use a reader instead.Neal H. Walfield
2017-10-16openpgp: Add the start of a parser in nom.Neal H. Walfield