summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse
AgeCommit message (Expand)Author
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: Remove convenience functions.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-09openpgp: Rename MAX_RECURSION_DEPTH and make it public.Justus Winter
2020-04-08openpgp: Impl TryFrom<PacketParserBuilder> for PacketPileParser.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-08openpgp: Rename Field::data to as_bytes.Justus Winter
2020-04-08openpgp: Remove convenience function.Justus Winter
2020-04-08openpgp: Restrict visibility.Justus Winter
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
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-31openpgp: Move definition of struct PacketPile.Justus Winter
2020-03-30Allow unused parens on generated codeIgor Matuszewski
2020-03-30openpgp: Add test for PacketPileParser::next.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-26openpgp: Merge parse/mod.rs and parse/parse.rs into parse.rs.Neal H. Walfield
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-20openpgp: Rework PacketParser::buffer_unread_content.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-20openpgp: Update documentation.Justus Winter
2020-03-13openpgp: Decouple PacketPile and Container.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-25openpgp: Drop XXX.Justus Winter
2020-02-24openpgp: Return a more appropriate error.Justus Winter
2020-02-21openpgp: Extend policy to check AEAD algorithms.Justus Winter
2020-02-21openpgp: Remove bare implementations of serialized_len on MPIs.Justus Winter
2020-02-21openpgp: Mark enum PublicKeyAlgorithm as non-exhaustive.Justus Winter
2020-02-20openpgp: Typo.Justus Winter
2020-02-20openpgp: Extend policy to check symmetric algorithms.Justus Winter
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-20openpgp: Extend policy to check packets.Justus Winter
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-19openpgp: Keep signatures in the verifier, hand out refs.Justus Winter
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-14openpgp: Improve error reporting.Neal H. Walfield
2020-02-14openpgp: Improve Decryptor::verify_signatures's tracing outputNeal H. Walfield
2020-02-14openpgp: Fix typos in documentation.Jonas Bernoulli