summaryrefslogtreecommitdiffstats
path: root/sq/src/commands/key.rs
AgeCommit message (Expand)Author
2023-01-12sq: Support CipherSuite::Cv448.justus/openpgp-next-cv448Justus Winter
2022-12-01sq: Improve error message for key userid add.Nora Widdecke
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 strip'.heiko/workworkHeiko Schaefer
2022-07-08sq: Implement 'key userid add'.Heiko Schaefer
2022-07-05sq: Make --time arguments more typesafe.Nora Widdecke
2022-07-05sq: Adapt main of sq key to clap3's derive API.Nora Widdecke
2022-07-05sq: Adapt key adopt to clap3's derive API.Nora Widdecke
2022-07-05sq: Adapt key exctract-cert to clap3's derive API.Nora Widdecke
2022-07-05sq: Adapt key password to clap 3's derive API.Nora Widdecke
2022-07-05sq: Adapt sq key generate to clap3's derive API.Nora Widdecke
2022-07-04sq: Use default input argument for key password.Nora Widdecke
2022-05-16sq: Port command line handling from clap 2 to 3.Nora Widdecke
2022-05-06sq: Add option to generate an auth-capable subkey.Nora Widdecke
2022-01-24sq: Add a --creation-time option to sq key generate.Neal H. Walfield
2021-11-29Prefer vec! macro.Nora Widdecke
2021-09-30Use .find() in an iteratorLars Wirzenius
2021-09-30Use .is_empty() for clarity, instead of .len() == 0Lars Wirzenius
2021-04-28sq: Implement sq key password.Justus Winter
2021-04-26openpgp: Add high-level interface for attested certifications.Justus Winter
2021-04-26openpgp: Expose low-level functions for attestation key signatures.Justus Winter
2021-04-26openpgp: Expose support for attested certifications.Justus Winter
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-03-02Revert "sq: Make it build with sequoia-openpgp 1.0.0."Justus Winter
2021-03-02sq: Refactor opening of output streams.Justus Winter
2021-01-28sq: Add key extract-cert.Justus Winter
2021-01-28sq: Refactor.Justus Winter
2021-01-28sq: Copy policy into struct Config.Justus Winter
2021-01-22sq: Make key attest-certifications --all the default.Justus Winter
2021-01-22sq: Make key adopt's target-key argument optional.Justus Winter
2021-01-22sq: Make key attest-certifications' key argument optional.Justus Winter
2021-01-21sq: Create attestations for user attribute certifications.Justus Winter
2021-01-21sq: Add key adopt --output and --binary.Justus Winter
2021-01-21sq: Add key attest_certifications --output and --binary.Justus Winter
2021-01-21sq: Make it build with sequoia-openpgp 1.0.0.Justus Winter
2021-01-20sq: Move utility functions to the root.Neal H. Walfield
2021-01-19sq: Add 'key attest-certifications'.Justus Winter
2020-12-22sq: Add --allow-broken-crypto to 'sq key adopt'.Neal H. Walfield
2020-12-22sq: Add command sq key adopt.Neal H. Walfield
2020-10-14sq: Rename module to 'sequoia-sq'.Justus Winter