summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
AgeCommit message (Expand)Author
2022-07-28openpgp: Fix subtraction with overflow.Justus Winter
2022-06-08openpgp: Implement TryFrom<Packet> for Unknown.Justus Winter
2022-06-07openpgp: Fix comment.Heiko Schaefer
2022-06-07openpgp: Clarify error message.Heiko Schaefer
2022-05-12openpgp: Rename `iv_size` to `nonce_size` leaving `iv_size`.Wiktor Kwapisiewicz
2022-05-11openpgp: Use the new downcasting methods to reword some tests.Justus Winter
2022-05-11openpgp: Implement downcasting of Packets to Packet Bodies.Justus Winter
2022-05-11openpgp: Drop .skip(0), that's a NOP.Justus Winter
2022-05-05openpgp: Fix ECDH parameter selection on generation and import.Justus Winter
2022-04-27openpgp: Succinctly express Key4::public_cmp.Justus Winter
2022-03-25openpgp: New function Packet::version.Justus Winter
2022-03-07openpgp: Add SignatureBuilder::effective_signature_creation_time.Neal H. Walfield
2022-03-07openpgp: Extend SignatureBuilder to include a reference time.Neal H. Walfield
2022-03-02openpgp: Fix warnings when building without compression features.Justus Winter
2022-02-22openpgp: Fix decrypting SKESK4 packets, simple S2K, no ESK.Justus Winter
2022-01-27openpgp: Make the test even less timing-sensitive.Justus Winter
2022-01-27openpgp: Make test less timing-sensitive.Justus Winter
2022-01-21openpgp: Fix parsing and serializing keys on 32-bit time_t systems.Justus Winter
2022-01-19openpgp: Fix documentation.Justus Winter
2022-01-06openpgp: Generalize test to all curves.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-12-03openpgp: Derive Default.Nora Widdecke
2021-12-03openpgp: Use unused-must-use.Nora Widdecke
2021-11-29openpgp: Simplify print statement.Nora Widdecke
2021-11-29openpgp, sq: Drop unneeded clone on a Copy value.Nora Widdecke
2021-11-29Drop unnecessary lifetime annotations.Nora Widdecke
2021-11-29Prefer vec! macro.Nora Widdecke
2021-11-29Remove unnecessary slicing.Nora Widdecke
2021-11-29openpgp: Apply clippy::manual_map.Nora Widdecke
2021-11-29Use range syntax.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-11-04openpgp: Use XXH3 to hash packet bodies.Justus Winter
2021-10-11openpgp: Fix link.Nora Widdecke
2021-10-11openpgp: Fix links to SignatureBuilder.Nora Widdecke
2021-10-11openpgp: Use fragment syntax.Nora Widdecke
2021-10-11openpgp: Fix links.Nora Widdecke
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Allow a pointer-to-pointer transmutationLars Wirzenius
2021-09-30Use as_derefLars Wirzenius
2021-09-30Allow new() without default()Lars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Use .iter() instead of .into_iter()Lars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-30Simplify &foo == &bar into foo == barLars Wirzenius
2021-09-30Improve error message for a malformed packetLars Wirzenius
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-09-28openpgp: Skip test vectors if we don't support the curve.Justus Winter
2021-09-28openpgp: Improve tests.Justus Winter
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius