summaryrefslogtreecommitdiffstats
path: root/sq
AgeCommit message (Expand)Author
2021-01-22sq: Rename 'sq certring' to 'sq keyring'.Neal H. Walfield
2021-01-22sq: Add an option to add notations to signatures and certifications.Neal H. Walfield
2021-01-22sq: Make limit explicit.Justus Winter
2021-01-22sq: Fix armor detection.Justus Winter
2021-01-22sq: Use buffered_reader::Dup::data in the armor detection.Justus Winter
2021-01-22sq: Make key attest-certifications --all the default.Justus Winter
2021-01-22sq: Make key adopt's target-key argument optional.Justus Winter
2021-01-22sq: Make key attest-certifications' key argument optional.Justus Winter
2021-01-21sq: Align sq armor with SOP.Justus Winter
2021-01-21sq: Add autocrypt decode --binary.Justus Winter
2021-01-21sq: Typo.Justus Winter
2021-01-21sq: Fix long about of certring join and merge.Justus Winter
2021-01-21sq: Create attestations for user attribute certifications.Justus Winter
2021-01-21sq: Add certify --output and --binary.Justus Winter
2021-01-21sq: Add key adopt --output and --binary.Justus Winter
2021-01-21sq: Add key attest_certifications --output and --binary.Justus Winter
2021-01-21sq: Add certring split --binary.Justus Winter
2021-01-21sq: Add new command 'sq certring merge'Neal H. Walfield
2021-01-21net: Release 0.23.0.net/v0.23.0Justus Winter
2021-01-21autocrypt: Release 0.23.0.autocrypt/v0.23.0Justus Winter
2021-01-21sq: Include the version of sequoia-openpgp in sq's version.Justus Winter
2021-01-21sq: Move merge-signatures to sign --merge.Justus Winter
2021-01-21sq: Make it build with sequoia-openpgp 1.0.0.Justus Winter
2021-01-21sq: Reword and reorder the cli.Justus Winter
2021-01-21sq: Move --network-policy to the network subcommands.Justus Winter
2021-01-21sq: Improve description of sign and verify.Justus Winter
2021-01-21sq: Avoid OpenPGP and negation in the help of --binary.Justus Winter
2021-01-21sq: Consistency.Justus Winter
2021-01-21sq: Do not mention OpenPGP that often in the cli's help.Justus Winter
2021-01-21sq: Disable --version flags for subcommands.Justus Winter
2021-01-20sq: Fix spelling.Neal H. Walfield
2021-01-20sq: Add sq certify.Neal H. Walfield
2021-01-20sq: Move utility functions to the root.Neal H. Walfield
2021-01-20sq: Call the armoring subcommand 'armor' like in SOP.Justus Winter
2021-01-20sq: Reorder top-level subcommands.Justus Winter
2021-01-20sq: Reformat cli definitions.Justus Winter
2021-01-20sq: Simplify cli parsing.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-20Add branding to all crates.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-19sq: Add 'key attest-certifications'.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