summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-20sq: Simplify cli parsing.Justus Winter
2021-01-20sqv: Make generated documentation wrap nicely on most displays.Justus Winter
2021-01-20sq: Make generated documentation wrap nicely on most displays.Justus Winter
2021-01-20sq: Rework cert and key arguments.Justus Winter
2021-01-20sq: Make the network policy option conditional.Justus Winter
2021-01-20Turn missing documentation into a warning in all crates.Justus Winter
2021-01-20autocrypt, ipc: Add missing documentation.Justus Winter
2021-01-20core: Drop unused macro.Justus Winter
2021-01-20Add branding to all crates.Justus Winter
2021-01-20core: Fix example.Justus Winter
2021-01-19openpgp: Use IntoIterator into of impl Iterator.Neal H. Walfield
2021-01-19openpgp: Keep track of regular expressions that match everything.Neal H. Walfield
2021-01-19openpgp: Assert that Regex and RegexSet are send and sync.Neal H. Walfield
2021-01-19sqv: Enable wrapping of help texts.Justus Winter
2021-01-19sqv: Generate usage documentation in build script.Justus Winter
2021-01-19sq: Enable wrapping of help texts.Justus Winter
2021-01-19sq: Generate usage documentation in build script.Justus Winter
2021-01-19guide: Fix links.Justus Winter
2021-01-19sq: Add 'key attest-certifications'.Justus Winter
2021-01-19openpgp: Support attested key signatures in certs.Justus Winter
2021-01-19openpgp: Implement verification of attested key signatures.Justus Winter
2021-01-19openpgp: Implement hashing for Third-Party Confirmations.Justus Winter
2021-01-15sq: Rewrite tests to avoid additional dependencies.Justus Winter
2021-01-15sq: Drop the ability to print keygrips.Justus Winter
2021-01-15sq: Make networking features optional.Justus Winter
2021-01-15sq: Move networking services to their own file.Justus Winter
2021-01-15sq: Warn about the CLI interface not being stable.Justus Winter
2021-01-15sq: Use term_size to get the terminal's width.Justus Winter
2021-01-15sq: Drop public key store integration.Justus Winter
2021-01-15sq: Push creation of mappings closer to the leafs.Justus Winter
2021-01-15sq: Move the store-related functionality to its own file.Justus Winter
2021-01-15net: Make conversion from u8 to Policy fallible.Justus Winter
2021-01-15net: Decouple from core.Justus Winter
2021-01-14openpgp: Simplify Cert::merge_public.Justus Winter
2021-01-12openpgp: Simplify certificate serialization.Justus Winter
2021-01-12openpgp: Add an accessor for all component signatures.Justus Winter
2021-01-12openpgp: Fix examples.Justus Winter
2021-01-11openpgp: Improve documentation.Justus Winter
2021-01-08openpgp: Add regex support.Neal H. Walfield
2021-01-06sq: Implement 'certring filter'.Justus Winter
2021-01-06sq: Generalize join to filter.Justus Winter
2021-01-06sq: Implement 'certring list'.Justus Winter
2021-01-06sq: Implement 'certring join'.Justus Winter
2021-01-06sq: Implement 'certring split'.Justus Winter
2021-01-05openpgp: Fix link.Justus Winter
2021-01-05openpgp: Make crypto backends responsible for IV.Nikhil Benesch
2021-01-05tool: Add merge signatures command.Nora Widdecke
2021-01-05tool: Fix grammar.Nora Widdecke
2021-01-04sop: Move to https://gitlab.com/sequoia-pgp/sequoia-sopJustus Winter
2020-12-22sq: Add --allow-broken-crypto to 'sq key adopt'.Neal H. Walfield