summaryrefslogtreecommitdiffstats
path: root/sq/src
AgeCommit message (Expand)Author
2022-06-08sq: Adapt sign command to clap3's derive style.Nora Widdecke
2022-06-08sq: Derive sign subcommand.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: Derive verify subcommand.Nora Widdecke
2022-06-08sq: Add some todos.Nora Widdecke
2022-06-08sq: Adapt armor subcommand to clap3's derive style.Nora Widdecke
2022-06-08sq: Derive dearmor subcommand.Nora Widdecke
2022-06-08sq: Derive armor subcommand.Nora Widdecke
2022-06-08sq: Fix typo.Nora Widdecke
2022-06-08sq: Fix typo.Nora Widdecke
2022-06-08sq: Make sq keyring split gracefully handle v3 certs.Justus Winter
2022-06-08sq: Gracefully handle malformed certs in keyring list.Justus Winter
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-11sq: Add the cryptographic backend to the version string.Justus Winter
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-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-02-24sq: Make the net feature mandatory.Nora Widdecke
2022-02-16sq: Implement sq keyring filter --handle.Justus Winter
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-14sq: Improve sq inspect's output for revocation certificates.Neal H. Walfield
2022-01-14sq: Make sq certify work with password-protected keys.Neal H. Walfield
2022-01-14sq: Implement sq revoke certificate.Neal H. Walfield
2022-01-13sq: Refactor helper function.Neal H. Walfield
2022-01-13sq: Change function to also take a reference.Neal H. Walfield
2021-11-29sq: Simplify nested match expression.Nora Widdecke
2021-11-29Use std::mem::take instead of std::mem::replace, for clarity.Nora Widdecke
2021-11-29openpgp, sq: Drop unneeded clone on a Copy value.Nora Widdecke
2021-11-29Prefer vec! macro.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke