summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-05-02Simplify example.Justus Winter
2018-05-02openpgp: Rename 'BufferedReaderState' to 'Cookie'.Justus Winter
2018-05-02openpgp: Rework parsing and improve robustness.Justus Winter
2018-05-02openpgp: Rework some parser tests.Justus Winter
2018-05-01tool: Add new tool, sqv.Neal H. Walfield
2018-05-01openpgp: Improve TPKParse's debugging output.Neal H. Walfield
2018-05-01openpgp: Add a function to hash arbitrary files.Neal H. Walfield
2018-04-30openpgp: Add a function to iterate over all of a TPK's keys.Neal H. Walfield
2018-04-30openpgp: Use UnsupportedHashAlgorithm for unsupported algorithms.Neal H. Walfield
2018-04-30openpgp: Remove redundant code, consolidate comments.Neal H. Walfield
2018-04-30openpgp: Rework TPK parsing.Neal H. Walfield
2018-04-30openpgp: Provide a function to turn a PacketParser into an iterator.Neal H. Walfield
2018-04-27openpgp: Remove (From|To)Primitive dep from Tag.Kai Michaelis
2018-04-27openpgp: Remove 'mod.rs' hack.Justus Winter
2018-04-27openpgp: Remove debugging remnant.Justus Winter
2018-04-27openpgp: Document PK and compression algo enumsKai Michaelis
2018-04-27openpgp: move HashAlgo -> OID func into hash.rsKai Michaelis
2018-04-26openpgp: Add signature verification support.Neal H. Walfield
2018-04-26openpgp: Add support for parsing MPIs.Neal H. Walfield
2018-04-26openpgp: Implement 'Serialize' for BodyLength.Justus Winter
2018-04-26openpgp: Implement 'Serialize' for the CTBs.Justus Winter
2018-04-26openpgp: Add constructors for CTBs.Justus Winter
2018-04-26openpgp: Add an error for invalid arguments.Justus Winter
2018-04-26openpgp: Emit only new-style CTBs.Justus Winter
2018-04-26openpgp: Implement streaming packet serialization.Justus Winter
2018-04-25openpgp: Introduce traits for packet serialization.Justus Winter
2018-04-25openpgp: Fix date handling.Justus Winter
2018-04-23openpgp: extend SKESK to all supported ciphers.Kai Michaelis
2018-04-23openpgp: Rustify and extend S2K.Kai Michaelis
2018-04-23openpgp: Enums for various alogrithmsKai Michaelis
2018-04-23openpgp: Honor trace setting.Justus Winter
2018-04-23openpgp: Update comment.Justus Winter
2018-04-19buffered-reader: Fix performance problem.Neal H. Walfield
2018-04-16openpgp: Simplify test.Justus Winter
2018-04-14openpgp: Fix last commit.Neal H. Walfield
2018-04-14openpgp: Add support for OnePassSig packets.Neal H. Walfield
2018-04-14openpgp: Ensure subsequent calls to PacketParser::finish are noopsNeal H. Walfield
2018-04-14openpgp: Improve some code comments.Neal H. Walfield
2018-04-14openpgp: Improve debugging output.Neal H. Walfield
2018-04-13openpgp: Use the where clause to constrain the trait.Justus Winter
2018-04-13openpgp: Remove superfluous imports.Justus Winter
2018-04-13openpgp: Tweak some headlines.Justus Winter
2018-04-13openpgp: Rename 'packet::PacketCommon' to 'packet::Common'.Justus Winter
2018-04-13openpgp: Use the trait name when invoking 'PacketCommon::default()'.Justus Winter
2018-04-13openpgp: Move Message-related functionality to openpgp::message.Justus Winter
2018-04-13openpgp: Move the packet iterators to openpgp::packet.Justus Winter
2018-04-13openpgp: Move the container type to openpgp::Packet.Justus Winter
2018-04-13openpgp: Move some packet-related types to openpgp::packet.Justus Winter
2018-04-13openpgp: Move CTB-related types to openpgp::ctb.Justus Winter
2018-04-12openpgp: Rework 'PacketParserOrBufferedReader'.Justus Winter