summaryrefslogtreecommitdiffstats
path: root/sq
AgeCommit message (Expand)Author
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
2022-01-14sq: Make sq certify work with password-protected keys.Neal H. Walfield
2022-01-14test: verify more aspects of key generationLars Wirzenius
2022-01-14docs: add section on the testing approach for sqLars Wirzenius
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
2022-01-03sq: Add missing test vectors.Justus Winter
2022-01-03sq: Fix LICENSE.txt.Justus Winter
2021-12-07fix: change how signed file is mangledLars Wirzenius
2021-12-06autocrypt: Release 0.24.0.autocrypt/v0.24.0Justus Winter
2021-12-06net: Release 0.24.0.net/v0.24.0Justus Winter
2021-12-01Update tokio to 1.13.1.Nora Widdecke
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
2021-11-29sq: Clarify output.Nora Widdecke
2021-11-22sq: Fix argument parsing.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-10-27sq: add scaffolding for an integration/acceptance test suiteLars Wirzenius