summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-11-14lint: clippy::question_marknora/clippyNora Widdecke
2022-11-14lint: clippy::let_unit_valueNora Widdecke
2022-11-14lint: clippy::is_digit_ascii_radixNora Widdecke
2022-11-14lint: clippy::manual_split_onceNora Widdecke
2022-11-14lint: clippy::manual_findNora Widdecke
2022-11-14lint: clippy::needless_borrowNora Widdecke
2022-11-14lint: clippy::partialeq_to_noneNora Widdecke
2022-11-14lint: clippy::get_firstNora Widdecke
2022-11-14lint: clippy::explicit_auto_derefNora Widdecke
2022-11-14lint: clippy::derive_partial_eq_without_eqNora Widdecke
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