summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-06-27ci: Drop the build-* jobs.Justus Winter
2022-06-27ci: Don't run shell fragments using Powershell.Justus Winter
2022-06-27ci: Don't depend on the codespell job.Justus Winter
2022-06-27ci: Rename MinGW jobs, pipeline them.Justus Winter
2022-06-27ci: Rename MSVC jobs, pipeline them.Justus Winter
2022-06-22sq: make use of sed in subplot more portableLars Wirzenius
2022-06-20ipc: Improve error handling when importing keys.Justus Winter
2022-06-20ipc: Improve assertion message.Justus Winter
2022-06-17sq: Handle session keys with algorithm prefix.Nora Widdecke
2022-06-17sq: Improve error message for --session-key.Nora Widdecke
2022-06-15openpgp: Fix typo.Justus Winter
2022-06-14sq: Allow creating a certification with an expired or revoke keyNeal H. Walfield
2022-06-14openpgp: Add a subkey builder.Neal H. Walfield
2022-06-14openpgp: Add Cert::insert_packets2 and Cert::insert_packets_merge.Justus Winter
2022-06-13sq: fix up help text for "sq wkd generate" based on further feedbackLars Wirzenius
2022-06-12sq: improve help text for "sq wkd generate"Lars Wirzenius
2022-06-12sq: fix how "sq wkd generate" gets its argumentsLars Wirzenius
2022-06-12sq: add "sq wkd direct-url" and subplot tests for wkd URL generationLars Wirzenius
2022-06-12net: fix WKD URL generationLars Wirzenius
2022-06-10openpgp: Add docs to PublicKeyAlgorithm's Display impl.Wiktor Kwapisiewicz
2022-06-10openpgp: Provide short names for AEADAlgorithm.Wiktor Kwapisiewicz
2022-06-10openpgp: Provide short names for SymmetricAlgorithm.Wiktor Kwapisiewicz
2022-06-10openpgp: Provide short curve names by default.Wiktor Kwapisiewicz
2022-06-10sq: Improve --prefix help.Nora Widdecke
2022-06-10sq: Add actual short about to sq wkd generate.Nora Widdecke
2022-06-10sq: add README.mdLars Wirzenius
2022-06-09ipc: Use full names when referencing external types from public APINeal H. Walfield
2022-06-09ipc: Make sure the socket is non-blocking.Neal H. Walfield
2022-06-09ipc: Update to the latest versions of capnproto and tokio.Neal H. Walfield
2022-06-09openpgp: Rename PacketParser::{set_,}encrypted to processed.Wiktor Kwapisiewicz
2022-06-09openpgp: Deprecate DataFormat::MIMEWiktor Kwapisiewicz
2022-06-09openpgp: Fix armor::Reader::from_reader documentation.Wiktor Kwapisiewicz
2022-06-09sq: Fix autocrypt conditional compilation.Nora Widdecke
2022-06-08sq: Reflow text for sq revoke.Nora Widdecke
2022-06-08sq: Undo change MESSAGE parameter help.Nora Widdecke
2022-06-08sq: Remove leading newlines.Nora Widdecke
2022-06-08sq: Derive decrypt subcommand.Nora Widdecke
2022-06-08sq: Derive encrypt subcommand.Nora Widdecke
2022-06-08sq: Derive inspect subcommand.Nora Widdecke
2022-06-08sq: Derive key subcommand.Nora Widdecke
2022-06-08sq: Derive keyring subcommand.Nora Widdecke
2022-06-08sq: Derive certify subcommand.Nora Widdecke
2022-06-08sq: Derive packet subcommand.Nora Widdecke
2022-06-08sq: Derive revoke subcommand.Nora Widdecke
2022-06-08sq: Derive keyserver subcommand.Nora Widdecke
2022-06-08sq: Derive wkd subcommand.Nora Widdecke
2022-06-08sq: Adapt autocrypt command to clap3's derive.Nora Widdecke
2022-06-08sq: Derive autocrypt subcommand.Nora Widdecke
2022-06-08sq: Make input and output arguments reusable.Nora Widdecke
2022-06-08sq: Adapt sign command to clap3's derive style.Nora Widdecke