summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse.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
2024-01-22openpgp: Simplify Parse implementations by using the macro.Justus Winter
2023-11-14openpgp: Improve tracing.Justus Winter
2023-09-12openpgp: Fix building without compression support.Justus Winter
2023-08-21openpgp: Shortcut parse_finish for non-document signatures.Justus Winter
2023-07-07openpgp: Improve test.Justus Winter
2023-07-07openpgp: Add test vectors for the Camellia ciphers.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: Reuse computed value.Justus Winter
2023-07-05openpgp: Don't put the packet body in the map unless we're bufferingJustus Winter
2023-07-05openpgp: Fix body length computation.Justus Winter
2023-07-04openpgp: Avoid extra copy.Justus Winter
2023-07-03openpgp: Deprecate SubpacketTag::PreferredAEADAlgorithms.Justus Winter
2023-06-20openpgp: Accept slightly malformed MPIs when reading secrets.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-05-12openpgp: Fix crash in the packet parser.Justus Winter
2023-05-11buffered-reader: Fix returning partial reads ending in errors.Justus Winter
2023-04-26Revert "openpgp: Improve error message, avoid stuttering."Justus Winter
2023-04-18openpgp: Avoid leaking secrets in error messages.Justus Winter
2023-04-07openpgp: Don't unwrap.Justus Winter
2023-04-07openpgp: Refactor OnePassSig::parse in preparation for v6.Justus Winter
2023-04-07openpgp: Improve error message, avoid stuttering.Justus Winter
2023-03-23openpgp: Re-export buffered_reader.Justus Winter
2023-03-14openpgp: Avoid leaking secrets when parsing secret key material.Justus Winter
2023-03-14openpgp: Avoid a heap allocation during MPI parsing.Justus Winter
2023-03-06openpgp: Eagerly erase type in the PacketHeaderParser.Justus Winter
2023-02-01openpgp: Avoid creating a Buffered reader when parsing packets.Neal H. Walfield
2023-01-19openpgp: Improve tracing.Justus Winter
2023-01-06openpgp: Fix PacketParser to return the packet preceding any junk.Neal H. Walfield
2023-01-06openpgp: Reduce debug output.Neal H. Walfield
2023-01-06openpgp: Make PacketParser::plausible_cert more generic.Neal H. Walfield
2022-12-21openpgp: Adjust test suite to filter out unsupported AEAD algorithms.Wiktor Kwapisiewicz
2022-12-12openpgp: Make hash_update_text more idomatic.Neal H. Walfield
2022-12-11openpgp: Move HashingMode.Neal H. Walfield
2022-11-18openpgp: Improve tests with marker packets.Justus Winter
2022-11-18openpgp: Ignore marker packets when validating cert streams.Justus Winter
2022-11-11openpgp: Add support for verifying v3 signatures.Neal H. Walfield
2022-06-09openpgp: Rename PacketParser::{set_,}encrypted to processed.Wiktor Kwapisiewicz
2022-05-12openpgp: Rename `iv_size` to `nonce_size` leaving `iv_size`.Wiktor Kwapisiewicz
2022-05-03openpgp: Make the stern warning sterner, add reference.Justus Winter
2022-05-03openpgp: Don't include decrypted block in error message.Justus Winter
2022-05-03openpgp: Rename function.Justus Winter
2022-04-28openpgp: Rework handing of unknown compression algorithms.Justus Winter
2022-04-28openpgp: Fix comment.Justus Winter
2022-04-28openpgp: Don't mark unknown packets as encrypted.Justus Winter
2022-03-28openpgp: Explicit SEIP packet version in the message parser.Justus Winter
2022-03-28openpgp: Clarify that message::Token is not covered by SemVer.Justus Winter