summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-04-14Remove unnecessary externs.Wiktor Kwapisiewicz
2019-02-06openpgp: Remove the armored! macro.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-05-02Simplify example.Justus Winter
2018-01-24Add an example to the toplevel crate.Justus Winter
2018-01-03Remove the 'sequoia' binary.Justus Winter
2017-12-19Improve the 'sequoia' crate.Justus Winter
2017-12-13Split up Sequoia.Justus Winter
2017-12-13Rework the way we locate test data.Justus Winter
2017-12-13Make all packet fields public.Justus Winter
2017-12-13Rename and move keys module to openpgp::tpk.Justus Winter
2017-12-13Rework the keys module.Justus Winter
2017-12-13Move the ASCII Armor module to 'sequoia::openpgp'.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-12Fix formatting and improve documentation.Justus Winter
2017-12-12Fix sample code.Justus Winter
2017-12-12Add missing file from last commit.Neal H. Walfield
2017-12-12Hard limit OpenPGP packet recursion to 255 levels.Neal H. Walfield
2017-12-12Clean up the buffered_reader's exports.Neal H. Walfield
2017-12-12Retrieve and send keys using the hkps? protocol.Justus Winter
2017-12-12Split BufferedReader implementations into separate files.Neal H. Walfield
2017-12-12Make the BufferedReader a (private) top-level module.Neal H. Walfield
2017-12-11Remove the unused Deref implementations for the OpenPGP packetsNeal H. Walfield
2017-12-11Remove some redundant code.Neal H. Walfield
2017-12-11If a compression packet is unsupported, treat it as a unknown packetNeal 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-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