summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-10-19openpgp: Explicitly drop the Box.941-rfe-future-proofing-against-newly-added-algorithmsJustus Winter
2022-10-18Document how to update MSRV.Nora Widdecke
2022-10-18Update READMEs for new MSRV.Nora Widdecke
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-10-14sq: Add Heiko and Lars to crate authorsWiktor Kwapisiewicz
2022-10-07Align msrv with rust-toolchain.Heiko Schaefer
2022-10-07rust-toolchain: bump MSRV to 1.60.0Heiko Schaefer
2022-10-07sq: drop now-unnecessary allow for a clippy warningHeiko Schaefer
2022-10-07net: derive Default implementation instead of hand coding itHeiko Schaefer
2022-10-07net: use Option::and_then instead of .map and .flattenHeiko Schaefer
2022-10-07autocrypt: use a char instead of a string with one characterHeiko Schaefer
2022-10-07openpgp: make effect of the code more obvious to readers.Heiko Schaefer
2022-10-07Disable clippy lint unnecessary_lazy_evaluations.Heiko Schaefer
2022-09-29openpgp, sq: Update dependency rpassword to 6.Nora Widdecke
2022-09-29ipc: Fix computing keygrips.Justus Winter
2022-09-29ipc: Drop unused attribute.Justus Winter
2022-09-22Debian bookworm has dropped the libssl1.1 packageHeiko Schaefer
2022-09-20sq: write out manual pages for sqLars Wirzenius
2022-09-16sq: port to new SubplotLars Wirzenius
2022-09-15sq: Expose `dane get` command.Wiktor Kwapisiewicz
2022-09-15net: Add support for DANE certificate retrieval.Wiktor Kwapisiewicz
2022-09-09ipc: Reexport capnp_rpc.Neal H. Walfield
2022-09-07sq: Rewrite detect_armor_kind.Nora Widdecke
2022-09-07sq: Refactor helper function.Nora Widdecke
2022-09-07sq: Clean up openpgp imports.Nora Widdecke
2022-09-06Document MSRV policy.Nora Widdecke
2022-09-06openpgp: Fix typos spotted by codespell.Wiktor Kwapisiewicz
2022-08-16openpgp: Expose `HashAlgorithm::oid()` on all crypto backends.Wiktor Kwapisiewicz
2022-08-15ipc: Harmonize indent macro.Nora Widdecke
2022-08-15ipc, net: Fix assert_send_and_sync's doctests.Nora Widdecke
2022-08-15ci: Test the whole workspace in windows-gnu-nettle.Nora Widdecke
2022-08-15ci: Update gnupg in windows-gnu-nettleNora Widdecke
2022-08-15ci: Emit meta information for easier debugging.Nora Widdecke
2022-08-15openpgp: Avoid hardcoding EAX for memory encryption.Justus Winter
2022-08-11sq: Move common types into module.Nora Widdecke
2022-08-11sq: Unify ArmorKind.Nora Widdecke
2022-08-11sq: Remove prefix Cli from names.Nora Widdecke
2022-08-11sq: DRY entity names in module paths.Nora Widdecke
2022-08-09sq: Extract each first level subcommand into module.Nora Widdecke
2022-07-29sq: update dependencies on Subplot creates to new releaseLars Wirzenius
2022-07-28openpgp: Fix subtraction with overflow.Justus Winter
2022-07-21sq: relax serde_json dependency to 1.0.80Daniel Kahn Gillmor
2022-07-20sq: add command output-versionsLars Wirzenius
2022-07-20sq: move all output models to src/output.rsLars Wirzenius
2022-07-20sq: add JSON support for sq wkd url/direct-urlLars Wirzenius
2022-07-20sq: Improve help formatting.Nora Widdecke
2022-07-20sq: Fix help generation for docs.Nora Widdecke
2022-07-20sq: Assign ordering of wkd subcommands.Nora Widdecke
2022-07-20sq: Derive subcommand display order from fields.Nora Widdecke
2022-07-20sq: Clean up build.Nora Widdecke