summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse
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-10-10openpgp: Drop assertion that does not hold.Justus Winter
2023-07-07openpgp: Explicitly and selectively enable hashing.Justus Winter
2023-07-07openpgp: Add a way to disable automatic hashing.Justus Winter
2023-07-07openpgp: Fix tracing, dump the right data.Justus Winter
2023-07-07openpgp: Fix message structure validation.Justus Winter
2023-07-05openpgp: Don't put the packet body in the map unless we're bufferingJustus Winter
2023-07-04openpgp: Improve tests.Justus Winter
2023-06-19openpgp: Checksum raw MPIs when decrypting secret key material.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 mapping of synthetic packets.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-04-07openpgp: Don't unwrap.Justus Winter
2023-03-14openpgp: Avoid leaking secrets when parsing secret key material.Justus Winter
2023-03-07openpgp: Prevent secrets from leaking into the BufferedReader stack.Justus Winter
2023-03-06openpgp: Eagerly erase type in the PacketHeaderParser.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-12-12openpgp: Make hash_update_text more idomatic.Neal H. Walfield
2022-12-11openpgp: Don't implement traits that can just as well be derived.Neal H. Walfield
2022-12-11openpgp: Move HashingMode.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-29Use std::mem::take instead of std::mem::replace, for clarity.Nora Widdecke
2021-11-29openpgp: Apply clippy::manual_map.Nora Widdecke
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-11-04openpgp: Improve tracing.Justus Winter
2021-11-04openpgp: Don't try to fill the buffer if we reached the end.Justus Winter
2021-11-03openpgp: Try to get back on the happy path.Justus Winter
2021-11-03openpgp: Recycle buffers.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-30Tell clippy it's OK not to implement traitsLars Wirzenius