summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2021-04-09Lint: Remove unecessary imports.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 lifetime.Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove useless as_ref.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Use byte literals.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-04-09openpgp, sq: Remove redundant semicolons.Wiktor Kwapisiewicz
2021-04-08openpgp: Improve Packet::serialized_len.Justus Winter
2021-04-08openpgp: New test for SerializeInto::serialized_len.Justus Winter
2021-04-08openpgp: Improve Packet::arbitrary to also generate unknown packets.Justus Winter
2021-04-08openpgp: Fix Tag::arbitrary.Justus Winter
2021-04-08openpgp: Fix serialized length computation.Justus Winter
2021-04-08openpgp: Improving debugging of SerializeInto::serialized_len.Justus Winter
2021-04-08openpgp: Use Serialize::export for keys for consistency.Justus Winter
2021-04-08openpgp: Import Deref at the top level.Justus Winter
2021-04-08openpgp: Fix checking for exportability.Justus Winter
2021-04-08openpgp: Drop unused lifetime.Justus Winter
2021-04-08openpgp: Improve documentation.Justus Winter
2021-04-06openpgp: Fix link.Justus Winter
2021-04-06openpgp: Fix SystemTime test.Nora Widdecke
2021-04-06openpgp: Correct system_time_32_bit test.Daniel Kahn Gillmor
2021-04-06openpgp: Enable time_t overflow test on other 32-bit platforms.Daniel Kahn Gillmor
2021-03-30Minor edits in documentation.Heiko
2021-03-30Fix terminology: certificate vs. certification.Heiko
2021-03-29Clarify/fix wording in documentation.Heiko
2021-03-25openpgp: Only record fields if we consume the data.Justus Winter
2021-03-23openpgp: Short-circuit regex alternations with empty branches.Neal H. Walfield
2021-03-22openpgp: Add test demonstrating that canonicalization is robust.Justus Winter
2021-03-19openpgp: Simplify key serialization code.Justus Winter
2021-03-19openpgp: Align equality, serialization of Key packets.Justus Winter
2021-03-18openpgp: fix a few typos in docsEli Flanagan
2021-03-18openpgp: Use time-constant comparison for MDC.Wiktor Kwapisiewicz
2021-03-17openpgp: Fix handling of malformed MDC packets.Justus Winter
2021-03-17openpgp: Improve tests related to encrypted keys.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 parsing Certs.Justus Winter
2021-03-17openpgp: Test that marker packets are ignored when verifying.Justus Winter
2021-03-17openpgp: Add 1pa3pc test vector from dkgpg.Justus Winter
2021-03-05openpgp: Do not recommend padding by default.Justus Winter
2021-03-05openpgp: Fix panic when verifying signatures.Wiktor Kwapisiewicz
2021-03-05openpgp: Use fallible time operations.Nora Widdecke
2021-03-05openpgp: Fix SystemTime from Timestamp on 32bit.Nora Widdecke
2021-03-02openpgp: Implement fmt::Display for NotationData.Justus Winter
2021-03-02openpgp: Implement nicer fmt::Debug for NotationData.Justus Winter