summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/stream.rs
AgeCommit message (Expand)Author
2024-01-22openpgp: Add Parse::from_buffered_reader.Justus Winter
2024-01-22openpgp: Rename every from_buffered_reader to from_cookie_reader.Justus Winter
2023-12-21openpgp: Make VerificationError implement std::error::ErrorRyanSquared
2023-11-14openpgp: Add new test.Justus Winter
2023-07-07openpgp: Fix message structure validation.Justus Winter
2023-06-14openpgp: Deprecate `Packet::MDC` variant.Wiktor Kwapisiewicz
2023-06-06buffered_reader: Introduce `into_boxed` and deprecate `as_boxed`.Wiktor Kwapisiewicz
2023-06-06openpgp: Fix the cleartext signature framework.Justus Winter
2023-05-23openpgp: Improve tracing.Justus Winter
2023-05-12openpgp: Fix a crash in the Cleartext Signature Framework.Justus Winter
2023-05-12openpgp: Fix a crash in the Cleartext Signature Framework.Justus Winter
2023-05-12openpgp: Fix a crash related to stray signatures.Justus Winter
2023-03-01openpgp: Add high-level encryption and signing roundtrip tests.Justus Winter
2023-02-17openpgp: Add streaming decryptor tests using passwords.Justus Winter
2023-01-19openpgp: Improve tracing.Justus Winter
2023-01-06openpgp: Fix PacketParser to return the packet preceding any junk.Neal H. Walfield
2022-12-12openpgp: Fix how text signatures are hashed.Neal H. Walfield
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