summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse
AgeCommit message (Expand)Author
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-10openpgp: Add remaining assert_send_and_sync! calls.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-08openpgp: Make unnamed iterators Send + Sync.Justus Winter
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Require Policies to be Send and Sync.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-22openpgp: Introduce symbol for the magic value.Justus Winter
2020-10-20openpgp: Pop the armor filter off the stack after parsing.Justus Winter
2020-10-20openpgp: Avoid now unnecessary wrapping.Justus Winter
2020-10-20openpgp: Harmonize the BufferedReader type.Justus Winter
2020-10-20openpgp: Return the reader in PacketParserEOF.Justus Winter
2020-10-19openpgp: Avoid buffering.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-07openpgp: Align MPI parsing functions with trait Parse.Justus Winter
2020-10-06openpgp: Move checksum processing to SecretKeyMaterial::_parse.Justus Winter
2020-10-06openpgp: Implement two-octet checksums over secret key material.Justus Winter
2020-10-02openpgp: Make signature verification use a mutable self reference.Justus Winter
2020-10-02openpgp: Avoid eagerly referencing signature in errors.Justus Winter
2020-10-02openpgp: Avoid shadowing variable.Justus Winter
2020-09-21openpgp: Refuse to parse ECDH public keys with unknown magic value.Justus Winter
2020-09-17openpgp: Improve parsing examples to demonstrate body handling.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter
2020-08-13openpgp: Adjust for SymmetricAlgorithm support diff. across backendsIgor Matuszewski
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: Fix creation of text signatures.Justus Winter
2020-08-10openpgp: Correctly handle text signatures when verifying.Justus Winter
2020-07-27openpgp: Document parse::Dearmor.Justus Winter
2020-07-24openpgp: Improve PacketParserResult::as_ref, as_mut, and map.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-07-21openpgp: Remove PacketParserResult::is_none.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