summaryrefslogtreecommitdiffstats
path: root/sq/src/commands/mod.rs
AgeCommit message (Expand)Author
2022-09-29openpgp, sq: Update dependency rpassword to 6.Nora Widdecke
2022-09-07sq: Clean up openpgp imports.Nora Widdecke
2022-08-11sq: DRY entity names in module paths.Nora Widdecke
2022-08-09sq: Extract each first level subcommand into module.Nora Widdecke
2022-07-08sq: Implement 'key userid add'.Heiko Schaefer
2022-07-05sq: Adapt sq packet join to clap3's derive API.Nora Widdecke
2022-07-05sq: Adapt sq encrypt to clap3's derive API.Nora Widdecke
2022-06-29sq: Add a utility function to return the primary key.Neal H. Walfield
2022-06-14sq: Allow creating a certification with an expired or revoke keyNeal H. Walfield
2022-02-24sq: Make the net feature mandatory.Nora Widdecke
2022-01-24sq: Fix using multiple keys.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-20sq: Move revoke's argument parsing into the dispatch function.Neal H. Walfield
2022-01-20sq: Generalize cert_stub.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-29Remove unnecessary borrows.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-05sq: Don't panic if reading the password fails.Neal H. Walfield
2021-09-30Tell clippy loops that never loop are OKLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-04-09Lint: Remove redundant clone().Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-03-02sq: Improve reporting of verification errors.Justus Winter
2021-03-02sq: Refactor opening of output streams.Justus Winter
2021-02-24sq: Implement creation of cleartext signatures.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-21sq: Align sq armor with SOP.Justus Winter
2021-01-20sq: Add sq certify.Neal H. Walfield
2021-01-15sq: Make networking features optional.Justus Winter
2021-01-15sq: Move networking services to their own file.Justus Winter
2021-01-15sq: Drop public key store integration.Justus Winter
2021-01-15sq: Push creation of mappings closer to the leafs.Justus Winter
2021-01-15sq: Move the store-related functionality to its own file.Justus Winter
2021-01-06sq: Implement 'certring split'.Justus Winter
2021-01-05tool: Add merge signatures command.Nora Widdecke
2020-12-11sq: Add switch to fall back to an expired encryption subkey.Justus Winter
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-11-10openpgp: Use Padme as default padding policy.Wiktor Kwapisiewicz
2020-11-10openpgp: Make stream::Padder use the builder pattern.Wiktor Kwapisiewicz
2020-10-22openpgp: Select only supported encryption-capable keys.Justus Winter
2020-10-14sq: Rename module to 'sequoia-sq'.Justus Winter