summaryrefslogtreecommitdiffstats
path: root/sq/src/commands/inspect.rs
AgeCommit message (Expand)Author
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-05sq: Adapt sq inspect to clap3's derive API.Nora Widdecke
2022-03-02sq: Display whether a certification is valid according to the policyNeal H. Walfield
2022-01-24sq: Improve sq inspect's display of certifications.Neal H. Walfield
2022-01-14sq: Improve sq inspect's output for revocation certificates.Neal H. Walfield
2021-11-29Use std::mem::take instead of std::mem::replace, for clarity.Nora Widdecke
2021-09-30Drop pointless @_ match pattern bindingsLars Wirzenius
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-02-24sq: Improve output.Justus Winter
2021-02-24sq: Fix warning.Justus Winter
2021-01-15sq: Drop the ability to print keygrips.Justus Winter
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-09sq: Display all known key flags when inspecting certs.Justus Winter
2020-10-14sq: Rename module to 'sequoia-sq'.Justus Winter