summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
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
2017-12-19Improve the 'sequoia' crate.Justus Winter
2017-12-13Split up Sequoia.Justus Winter
2017-12-13Rename and move keys module to openpgp::tpk.Justus Winter
2017-12-13Move the ASCII Armor module to 'sequoia::openpgp'.Justus Winter
2017-12-12Retrieve and send keys using the hkps? protocol.Justus Winter
2017-12-12Make the BufferedReader a (private) top-level module.Neal H. Walfield
2017-12-08Rework the context.Justus Winter
2017-12-08Fix example.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-24Implement writing ASCII Armored files.Justus Winter
2017-11-23Add a foreign function interface.Justus Winter
2017-11-22Assemble transferable public keys from messages.Justus Winter
2017-10-28Add support for parsing compressed data packets.Neal H. Walfield
2017-10-16openpgp: Add the start of a parser in nom.Neal H. Walfield