summaryrefslogtreecommitdiffstats
path: root/sq/src/sq.rs
AgeCommit message (Expand)Author
2022-06-08sq: Adapt autocrypt command to clap3's derive.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
2022-06-08sq: Adapt dearmor command to clap3's derive style.Nora Widdecke
2022-06-08sq: Adapt verify command to clap3's derive style.Nora Widdecke
2022-06-08sq: Add some todos.Nora Widdecke
2022-06-08sq: Adapt armor subcommand to clap3's derive style.Nora Widdecke
2022-05-16sq: Port command line handling from clap 2 to 3.Nora Widdecke
2022-05-13sq: Do not try to use non-existent argument.Nora Widdecke
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-02-24sq: Make the net feature mandatory.Nora Widdecke
2022-01-24sq: Allow specifying the expiration in seconds.Neal H. Walfield
2022-01-20sq: Remove redundant predicate.Neal H. Walfield
2022-01-20sq: Move revocation subcommand dispatch to the revoke module.Neal H. Walfield
2022-01-14sq: Implement sq revoke certificate.Neal H. Walfield
2021-11-29sq: Simplify nested match expression.Nora Widdecke
2021-11-03sq: Delegate crypto operations to private key store if set.Wiktor Kwapisiewicz
2021-11-03sq: Add parameter for specifying private key storeWiktor Kwapisiewicz
2021-09-30Tell clippy loops that never loop are OKLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Use .starts_with instead of .chars().next()Lars Wirzenius
2021-09-30When returning an error, use "return" instead of "?"Lars Wirzenius
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-03-02sq: Improve reporting of verification errors.Justus Winter
2021-03-02Revert "sq: Make it build with sequoia-openpgp 1.0.0."Justus Winter
2021-03-02sq: Be smarter about emitting the unstable CLI warning.Justus Winter
2021-03-02sq: Refactor opening of output streams.Justus Winter
2021-02-24sq: Improve --signatures defaults, document error handling.Justus Winter
2021-02-24sq: Improve hint to use "--force".Justus Winter
2021-02-24sq: Implement creation of cleartext signatures.Justus Winter
2021-01-28sq: Refactor.Justus Winter
2021-01-28sq: Improve non-interactive use warning.Justus Winter
2021-01-28sq: Make Autocrypt support optional.Justus Winter
2021-01-28sq: Copy policy into struct Config.Justus Winter
2021-01-22sq: Rename 'sq certring' to 'sq keyring'.Neal H. Walfield
2021-01-22sq: Add an option to add notations to signatures and certifications.Neal H. Walfield
2021-01-22sq: Make limit explicit.Justus Winter
2021-01-22sq: Fix armor detection.Justus Winter
2021-01-22sq: Use buffered_reader::Dup::data in the armor detection.Justus Winter
2021-01-21sq: Align sq armor with SOP.Justus Winter
2021-01-21sq: Add autocrypt decode --binary.Justus Winter
2021-01-21sq: Add certify --output and --binary.Justus Winter
2021-01-21sq: Add key adopt --output and --binary.Justus Winter
2021-01-21sq: Add key attest_certifications --output and --binary.Justus Winter
2021-01-21sq: Move merge-signatures to sign --merge.Justus Winter
2021-01-21sq: Make it build with sequoia-openpgp 1.0.0.Justus Winter
2021-01-21sq: Reword and reorder the cli.Justus Winter