summaryrefslogtreecommitdiffstats
path: root/sq
AgeCommit message (Expand)Author
2021-12-06net: Release 0.24.0.net/v0.24.0Justus Winter
2021-12-01Update tokio to 1.13.1.Nora Widdecke
2021-11-29sq: Simplify nested match expression.Nora Widdecke
2021-11-29Use std::mem::take instead of std::mem::replace, for clarity.Nora Widdecke
2021-11-29openpgp, sq: Drop unneeded clone on a Copy value.Nora Widdecke
2021-11-29Prefer vec! macro.Nora Widdecke
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-11-29sq: Clarify output.Nora Widdecke
2021-11-22sq: Fix argument parsing.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-27sq: add scaffolding for an integration/acceptance test suiteLars Wirzenius
2021-10-25ffi, net, sq: Update to tokio 1.0.Nora Widdecke
2021-10-15sq: When merging keyrings, produce output in a reproducible orderLars Wirzenius
2021-10-05sq: Don't panic if reading the password fails.Neal H. Walfield
2021-09-30Annotate function to allow if_let_some_resultLars Wirzenius
2021-09-30Revert "Simplify tests for OK"Lars Wirzenius
2021-09-30Annotate functions where clippy::redundant_pattern_matching is OKLars Wirzenius
2021-09-30Tell clippy loops that never loop are OKLars Wirzenius
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