summaryrefslogtreecommitdiffstats
path: root/sq
AgeCommit message (Expand)Author
2022-05-16sq: Add logging for shell completions.Nora Widdecke
2022-05-16sq: Port command line handling from clap 2 to 3.Nora Widdecke
2022-05-13sq: Fix subplot scenario.Nora Widdecke
2022-05-13sq: Do not try to use non-existent argument.Nora Widdecke
2022-05-11sq: Add the cryptographic backend to the version string.Justus Winter
2022-05-06sq: Add scenarios for auth-capable key generation.Nora Widdecke
2022-05-06sq: Add option to generate an auth-capable subkey.Nora Widdecke
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2022-04-27sq: Improve dumping of KDF and KEK parameters.Justus Winter
2022-04-21sq: Bump itertools to 0.10.Nora Widdecke
2022-04-19sq: update to use new Subplot releaseLars Wirzenius
2022-04-12sq: explain FQDN in sq wkd generate helpLars Wirzenius
2022-03-07sq: Check if certificate contains domain User ID before inserting.Wiktor Kwapisiewicz
2022-03-02sq: Display whether a certification is valid according to the policyNeal H. Walfield
2022-03-02sq: Release 0.26.0.sq/v0.26.0Justus Winter
2022-03-01sq: fix requirement for bad signature to be _no_ outputLars Wirzenius
2022-02-28sq: Make test more robust.Justus Winter
2022-02-25sq: Use only assert_cmd.Nora Widdecke
2022-02-24sq: Clarify default features.Nora Widdecke
2022-02-24sq: Make the net feature mandatory.Nora Widdecke
2022-02-24sq: Make the compression-deflate feature mandatory.Nora Widdecke
2022-02-16sq: Implement sq keyring filter --handle.Justus Winter
2022-02-03sq: improve subplot scenario on how to extract cert to fileLars Wirzenius
2022-02-01sq: improve Subplot scenario for "sq keyring join"Lars Wirzenius
2022-01-24sq: Simplify test.Neal H. Walfield
2022-01-24sq: Fix using multiple keys.Neal H. Walfield
2022-01-24sq: When looking for a User ID, don't require that it be UTF-8.Neal H. Walfield
2022-01-24sq: Remove extraneous debugging output.Neal H. Walfield
2022-01-24sq: Improve the error message if a key is inappropriate.Neal H. Walfield
2022-01-24sq: Add a --time option to sq certify.Neal H. Walfield
2022-01-24sq: Allow specifying the expiration in seconds.Neal H. Walfield
2022-01-24sq: Improve sq inspect's display of certifications.Neal H. Walfield
2022-01-24sq: Add a --creation-time option to sq key generate.Neal H. Walfield
2022-01-20sq: Implement sq revoke subkey.Neal H. Walfield
2022-01-20sq: Remove redundant predicate.Neal H. Walfield
2022-01-20sq: Improve sq revoke's error messages.Neal H. Walfield
2022-01-20sq: Implement sq revoke userid.Neal H. Walfield
2022-01-20sq: Move revoke's argument parsing into the dispatch function.Neal H. Walfield
2022-01-20sq: Generalize cert_stub.Neal H. Walfield
2022-01-20sq: Move revocation subcommand dispatch to the revoke module.Neal H. Walfield
2022-01-20sq: add scenarios for encrypt/decrypt/sign/verify/certifyLars Wirzenius
2022-01-19sq: add scenarios to verify signing dataLars Wirzenius
2022-01-19sq: add verification scenarios for encryption and decryptionLars Wirzenius
2022-01-19sq: add verification scenarios for armor/dearmorLars Wirzenius
2022-01-19sq: add placeholder scenario for "sq keyring split"Lars Wirzenius
2022-01-19sq: verify that "sq keyring filter" worksLars Wirzenius
2022-01-17sq: add test scenarios for "sq keyring"Lars Wirzenius
2022-01-17sq: move all "sq key" scenarios under a common headingLars Wirzenius
2022-01-14test: verify "sq key extract-cert"Lars Wirzenius
2022-01-14sq: Improve sq inspect's output for revocation certificates.Neal H. Walfield