summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-21ci: Use Rust 1.46.0 on windows.windows_1.46.0Nora Widdecke
2020-09-21ci: Extract codespell job.Nora Widdecke
2020-09-21ci: Enable valgrind test on bullseye.Nora Widdecke
2020-09-21ci: Remove buster runner.Nora Widdecke
2020-09-21autocrypt: Extract test data to files.Nora Widdecke
2020-09-21openpgp: Improve comment.Nora Widdecke
2020-09-21openpgp: Fix typos.Nora Widdecke
2020-09-21store: Update rusqlite to 0.24.Nora Widdecke
2020-09-21tool: Update itertools to 0.9.Nora Widdecke
2020-09-21tool, sqv: Unpin transitive dependency colored.Nora Widdecke
2020-09-21openpgp, ipc: Update lalrpop to 0.19.Nora Widdecke
2020-09-21tool: Always specify clap 2.32.0.Nora Widdecke
2020-09-21openpgp: Unpin unicode-normalization.Nora Widdecke
2020-09-21openpgp: Unpin backtrace.Nora Widdecke
2020-09-21ipc: Unpin dependency socket2.Nora Widdecke
2020-09-21sq, openpgp: Update rpassword to 5.0.Nora Widdecke
2020-09-21Bump MSRV to 1.46.0.Nora Widdecke
2020-09-21openpgp: Refuse to parse ECDH public keys with unknown magic value.Justus Winter
2020-09-21openpgp: Typo.Justus Winter
2020-09-21ffi: Fix improper_ctypes_definitions warnings.Nora Widdecke
2020-09-21openpgp: Convert `extern crate` to `use` in examples.Wiktor Kwapisiewicz
2020-09-21openpgp: Call all layers of the message `message`.Wiktor Kwapisiewicz
2020-09-21openpgp: Fix examples to use stream::Armorer.Wiktor Kwapisiewicz
2020-09-21openpgp: Adjust examples to use try operator.Wiktor Kwapisiewicz
2020-09-21guide: Call all layers of the message `message`.Wiktor Kwapisiewicz
2020-09-21guide: Add missing dyn to trait objects.Wiktor Kwapisiewicz
2020-09-21guide: Convert unwraps to use the try operator.Wiktor Kwapisiewicz
2020-09-21examples: Convert unwraps to use the try operator.Wiktor Kwapisiewicz
2020-09-17openpgp: Make conventional User ID documentation available.Justus Winter
2020-09-17openpgp: Make UserID::assemble use concrete types.Justus Winter
2020-09-17openpgp: Rename file.Justus Winter
2020-09-17openpgp: Improve parsing examples to demonstrate body handling.Justus Winter
2020-09-17sq: Use buffered_reader::File::open instead of fs::File::open.Justus Winter
2020-09-17openpgp: Simplify examples.Justus Winter
2020-09-17openpgp: Add documentation for the new function.Justus Winter
2020-09-17openpgp: Make function more ergonomic.Justus Winter
2020-09-17Revert "openpgp: Remove SignatureBuilder::set_key_expiration_time."Justus Winter
2020-09-17openpgp: Marker packets must be ignored, adapt heuristics.Justus Winter
2020-09-16openpgp: Update backsig when changing expiration time.Justus Winter
2020-09-16openpgp: Improve documentation.Justus Winter
2020-09-16openpgp: Generalize ValidKeyAmalgamation conversions to references.Justus Winter
2020-09-15doc: Add source distribution step to the release checklist.Justus Winter
2020-09-15openpgp: Make test more robust.Justus Winter
2020-09-15openpgp: Ensure signatures created from templates take precedence.Justus Winter
2020-09-15openpgp: Backdate created certificates by a minute.Justus Winter
2020-09-15Revert "openpgp: TPK -> cert."Justus Winter
2020-09-15openpgp: Replace existing signatures in Cert::merge_packets.Justus Winter
2020-09-15openpgp: TPK -> cert.Justus Winter
2020-09-15openpgp: Improve docs.Justus Winter
2020-09-15buffered-reader: Track file paths and display them in errors.Justus Winter