summaryrefslogtreecommitdiffstats
path: root/sq/src/commands/certify.rs
AgeCommit message (Expand)Author
2022-01-24sq: Add a --time option to sq certify.Neal H. Walfield
2022-01-20sq: Remove redundant predicate.Neal H. Walfield
2022-01-14sq: Make sq certify work with password-protected keys.Neal H. Walfield
2021-09-30Use .starts_with instead of .chars().next()Lars Wirzenius
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-03-02sq: Refactor opening of output streams.Justus Winter
2021-01-28sq: Copy policy into struct Config.Justus Winter
2021-01-22sq: Add an option to add notations to signatures and certifications.Neal H. Walfield
2021-01-21sq: Add certify --output and --binary.Justus Winter
2021-01-20sq: Add sq certify.Neal H. Walfield