summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-11-07doc: updates to release checklistheiko/release-checklistHeiko Schaefer
2022-10-31openpgp: Synchronize AsymmetricAlgorithm's derives.Neal H. Walfield
2022-10-30sq: Rename --signer-cert, etc. to --signer-fileNeal H. Walfield
2022-10-30sq: The argument to --signer-cert, etc. is a cert file, not a certNeal H. Walfield
2022-10-30sq: Rename --signer-key, etc. to --signer-fileNeal H. Walfield
2022-10-30sq: The argument to --signer-key, etc. is a key file, not a keyNeal H. Walfield
2022-10-29openpgp: Note that OpenPGP is a standardized form of PGPNeal H. Walfield
2022-10-29openpgp: widen dependency on idna to include 0.3 and upDaniel Kahn Gillmor
2022-10-28openpgp: Document the existence of the sequoia-policy-config crate.Neal H. Walfield
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