summaryrefslogtreecommitdiffstats
path: root/sq
AgeCommit message (Expand)Author
2022-03-25openpgp: Implement S2K::Argon2 using RustCrypto's argon2 crate.justus/alternative-argon2Justus Winter
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
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