summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-12-11Don't forget to wrap the reader when creating a container.Neal H. Walfield
2017-12-11Rework the parser interface and implementation to support streamingNeal H. Walfield
2017-12-08Rework the context.Justus Winter
2017-12-08Fix example.Justus Winter
2017-12-07Add types for working with OpenPGP.Justus Winter
2017-12-06Add 'domain' to the context.Justus Winter
2017-12-04Rename 'key_store' to 'store'.Justus Winter
2017-12-01Create context objects.Justus Winter
2017-11-28Implement autodetection of type when reading armored data.Justus Winter
2017-11-28Make the buffered reader module public.Justus Winter
2017-11-28Fix out-of-bounds access.Justus Winter
2017-11-28Return the correct number of bytes written.Justus Winter
2017-11-28Fix corner case.Justus Winter
2017-11-27Fix the size of the stash.Justus Winter
2017-11-27Implement reading ASCII Armored files.Justus Winter
2017-11-24Implement writing ASCII Armored files.Justus Winter
2017-11-23Add a foreign function interface.Justus Winter
2017-11-22Serialize TPKs into OpenPGP messages.Justus Winter
2017-11-22Add a constructor to create messages from packets.Justus Winter
2017-11-22Assemble transferable public keys from messages.Justus Winter
2017-11-22Add an destructive iterator.Justus Winter
2017-11-22Add convenience function to parse bytes.Justus Winter
2017-11-22Add convenience function to parse files.Justus Winter
2017-11-21Make iterators public.Justus Winter
2017-11-21Fix comment.Justus Winter
2017-11-16Clean up the decompression code.Neal H. Walfield
2017-11-16Remove unnecessary lifetime annotation.Neal H. Walfield
2017-11-16Change Message::deserialize to take a reference to the reader.Neal H. Walfield
2017-11-16Make literal_body generic.Neal H. Walfield
2017-11-16Don't gratuitously cast to a trait object.Neal H. Walfield
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