summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-07Lint: Do not .clone a Copy type.nora/lintNora Widdecke
2021-04-07Lint: Remove unecessary imports.Nora Widdecke
2021-04-07Lint: Use next instead of nth(0).Nora Widdecke
2021-04-07Lint: Use is_empty().Nora Widdecke
2021-04-07Lint: Remove redundant lifetime.Nora Widdecke
2021-04-07Lint: Remove redundant returns.Nora Widdecke
2021-04-07Lint: Use matches! macro.Nora Widdecke
2021-04-07Lint: Remove useless as_ref.Nora Widdecke
2021-04-07Lint: Remove redundant closures.Nora Widdecke
2021-04-07Lint: Use byte literals.Nora Widdecke
2021-04-07Setup clippy.Nora Widdecke
2021-04-07Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-07Remove unnecessary trailing semicolons.Nora Widdecke
2021-04-07Lint: Use lazy evaluation.Nora Widdecke
2021-04-07openpgp: Remove unnecessary allocation.Nora Widdecke
2021-04-06Remove version consistency check.Justus Winter
2021-04-06doc: Use unordered list.Justus Winter
2021-04-06openpgp: Fix link.Justus Winter
2021-04-06openpgp: Fix SystemTime test.Nora Widdecke
2021-04-06openpgp: Correct system_time_32_bit test.Daniel Kahn Gillmor
2021-04-06openpgp: Enable time_t overflow test on other 32-bit platforms.Daniel Kahn Gillmor
2021-04-01ipc: Release 0.25.0.ipc/v0.25.0Neal H. Walfield
2021-04-01Run cargo update.Neal H. Walfield
2021-04-01Fix documentation links.Neal H. Walfield
2021-03-31ipc: Do not disable default features on rand.Wiktor Kwapisiewicz
2021-03-31net: Protect against redirection loops in WKD requests.Wiktor Kwapisiewicz
2021-03-31net: Follow redirects when using WKD lookup.Wiktor Kwapisiewicz
2021-03-31ipc: Incorporate sequoia-core crate as a core module.Wiktor Kwapisiewicz
2021-03-31ipc: Simplify error handling in examples.Wiktor Kwapisiewicz
2021-03-30Minor edits in documentation.Heiko
2021-03-30Fix terminology: certificate vs. certification.Heiko
2021-03-29Clarify/fix wording in documentation.Heiko
2021-03-25openpgp: Only record fields if we consume the data.Justus Winter
2021-03-24ipc: Fix armoring in the gpg-agent-sign example.Wiktor Kwapisiewicz
2021-03-23openpgp: Short-circuit regex alternations with empty branches.Neal H. Walfield
2021-03-22openpgp: Add test demonstrating that canonicalization is robust.Justus Winter
2021-03-19sq: Dump trust packets using the hex dumper.Justus Winter
2021-03-19openpgp: Simplify key serialization code.Justus Winter
2021-03-19openpgp: Align equality, serialization of Key packets.Justus Winter
2021-03-18openpgp: fix a few typos in docsEli Flanagan
2021-03-18openpgp: Use time-constant comparison for MDC.Wiktor Kwapisiewicz
2021-03-17openpgp: Fix handling of malformed MDC packets.Justus Winter
2021-03-17openpgp: Improve tests related to encrypted keys.Justus Winter
2021-03-17openpgp: Rename keys to certs to avoid confusion.Justus Winter
2021-03-17openpgp: Ignore marker packets when verifying detached sigs.Justus Winter
2021-03-17openpgp: Test that marker packets are ignored when parsing Certs.Justus Winter
2021-03-17openpgp: Test that marker packets are ignored when verifying.Justus Winter
2021-03-17openpgp: Add 1pa3pc test vector from dkgpg.Justus Winter
2021-03-12sq: Improve keyring list.Justus Winter
2021-03-11sq: Implement keyring filter --userid.Justus Winter