summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/stream.rs
AgeCommit message (Expand)Author
2022-06-10openpgp: Rename every from_buffered_reader to from_cookie_reader.Justus Winter
2022-06-09openpgp: Rename PacketParser::{set_,}encrypted to processed.Wiktor Kwapisiewicz
2022-05-20openpgp: Add missing forwarder.Justus Winter
2022-03-28openpgp: Explicit SEIP packet version in the message parser.Justus Winter
2022-02-16openpgp: Fix verifying cleartext signed messages with multiple sigs.Justus Winter
2022-01-20openpgp: Fix decryption of AED messages using SKESK5.Justus Winter
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-11-04openpgp: Improve the streaming Decryptor's buffer strategy.Justus Winter
2021-09-30Annotate functions where single_match is OKLars Wirzenius
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Allow if conditions that use complex codeLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-28openpgp: Improve tests.Justus Winter
2021-09-15openpgp: Avoid creating unused borrows.Justus Winter
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-06-07openpgp: Add decryption test vectors.Justus Winter
2021-04-20lint: Remove unnecessary trailing semicolons.Nora Widdecke
2021-04-09Lint: Do not .clone a Copy type.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-03-17openpgp: Fix handling of malformed MDC packets.Justus Winter
2021-03-17openpgp: Rename keys to certs to avoid confusion.Justus Winter
2021-03-17openpgp: Ignore marker packets when verifying detached sigs.Justus Winter
2021-03-17openpgp: Test that marker packets are ignored when verifying.Justus Winter
2021-03-05openpgp: Fix panic when verifying signatures.Wiktor Kwapisiewicz
2021-03-02openpgp, autocrypt, guide: Make tests more robust.Justus Winter
2021-02-24openpgp: Verify messages using the Cleartext Signature Framework.Justus Winter
2021-02-24openpgp: Rework certificate lookup in the streaming decryptor.Justus Winter
2021-02-17openpgp: Generalize test.Justus Winter
2021-02-09openpgp: Fix crash on malformed input.Justus Winter
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: 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-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.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-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