summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/stream.rs
AgeCommit message (Expand)Author
2020-08-12openpgp: Change SubpacketAreas::intended_recipients to return an iterNeal H. Walfield
2020-08-12openpgp: Change accessors to return all issuers.Neal H. Walfield
2020-08-11openpgp: Move hash_buffered_reader, drop hash_reader.Justus Winter
2020-08-10openpgp: Correctly handle text signatures when verifying.Justus Winter
2020-07-24openpgp: Clarify what happens when verifying detached signatures.Justus Winter
2020-07-24openpgp: Improve documentation of enum MessageLayer.Justus Winter
2020-06-30openpgp: Improve message structure documentation.Justus Winter
2020-06-30openpgp: Explain corner case of missing issuer hints.Justus Winter
2020-06-30openpgp: Simplify.Justus Winter
2020-06-30openpgp: Improve panic message.Justus Winter
2020-06-30openpgp: New test.Justus Winter
2020-06-25openpgp: Improve reporting of verification errors.Justus Winter
2020-06-25openpgp: Improve documentation for verification results.Justus Winter
2020-06-24openpgp: Add examples for the builders.Justus Winter
2020-06-24openpgp: Make import visible in doctest.Justus Winter
2020-06-24openpgp: Improve documentation.Justus Winter
2020-06-24openpgp: Improve documentation for Verifier::message_processed.Justus Winter
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-07openpgp: Make amount of buffering in streaming parsers configurable.Justus Winter
2020-05-07openpgp: Configure mapping in the builder, remove from Helper trait.Justus Winter
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-05-07openpgp: Drop obsolete comment.Justus Winter
2020-05-07openpgp: Use a builder to construct DetachedVerifier.Justus Winter
2020-05-07openpgp: Fix documentation, DetachedVerifier no longer is a filter.Justus Winter
2020-05-06openpgp: Improve documentation of parse::stream.Justus Winter
2020-05-06openpgp: Streamline iteration over MessageStructure.Justus Winter
2020-04-30openpgp: Improve documentation of the parse module.Justus Winter
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-08openpgp: Replace PacketParser::decrypted with PP::encrypted.Justus Winter
2020-04-08openpgp: Move methods mapping and inspect to VerificationHelper.Justus Winter
2020-04-07openpgp: Simplify some default time unwrappingIgor Matuszewski
2020-04-07openpgp: Remove convenience methods that don't improve convenienceNeal H. Walfield
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-25openpgp: Improve performance of detached signature verification.Justus Winter
2020-03-23openpgp: Avoid copying data around in Decryptor's buffer.Justus Winter
2020-03-23openpgp: Avoid copying data around in the Transformer's buffer.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-24openpgp: Return a more appropriate error.Justus Winter
2020-02-21openpgp: Extend policy to check AEAD algorithms.Justus Winter