summaryrefslogtreecommitdiffstats
path: root/sq
AgeCommit message (Expand)Author
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Rename variable to be clearerLars Wirzenius
2021-09-30Simplify tests for OKLars Wirzenius
2021-09-30Use .find() in an iteratorLars Wirzenius
2021-09-30Use .starts_with instead of .chars().next()Lars Wirzenius
2021-09-30Drop pointless @_ match pattern bindingsLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-30Use .cloned() on iterators, instead of .map(|x| x.clone())Lars Wirzenius
2021-09-30When returning an error, use "return" instead of "?"Lars 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-26sq: Improve dumping of unknown variants.Justus Winter
2021-04-13bench: Disable libtest benchmark harness.Nora Widdecke
2021-04-12Include LICENSE.txt in all published cratesFabio Valentini
2021-04-09Lint: Remove redundant clone().Nora Widdecke
2021-04-09Lint: Use char for single characters.Nora Widdecke
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-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-04-09openpgp, sq: Remove redundant semicolons.Wiktor Kwapisiewicz
2021-03-19sq: Dump trust packets using the hex dumper.Justus Winter
2021-03-12sq: Improve keyring list.Justus Winter
2021-03-11sq: Implement keyring filter --userid.Justus Winter
2021-03-11sq: Clarify matching semantics.Justus Winter
2021-03-11sq: Fix filtering certificates.Justus Winter
2021-03-05sq: Release 0.25.0.sq/v0.25.0Justus Winter
2021-03-02sq: Improve reporting of verification errors.Justus Winter
2021-03-02Revert "sq: Make it build with sequoia-openpgp 1.0.0."Justus Winter
2021-03-02sq: Be smarter about emitting the unstable CLI warning.Justus Winter
2021-03-02sq: Refactor opening of output streams.Justus Winter
2021-03-02sq: Hexdump non human-readable notation values.Justus Winter
2021-02-24sq: Improve --signatures defaults, document error handling.Justus Winter
2021-02-24sq: Improve hint to use "--force".Justus Winter
2021-02-24sq: Improve output.Justus Winter
2021-02-24sq: Fix warning.Justus Winter
2021-02-24sq: Improve wording.Justus Winter
2021-02-24sq: Implement creation of cleartext signatures.Justus Winter
2021-02-11sq: Fix setting signature creation times.Justus Winter
2021-01-28sq: Release 0.24.0.sq/v0.24.0Justus Winter
2021-01-28sq: Add key extract-cert.Justus Winter
2021-01-28sq: Refactor.Justus Winter
2021-01-28sq: Rename --to-certificate to --to-cert.Justus Winter