sequoia-sq/src
Neal H. Walfield 0cd8bae06f
Don't generate user ID-less certificates by default.
- Although Sequoia is able to use user ID-less certificates, they
    don't have good support in the ecosystem, and are probably not
    what most users want.

  - Consequently, don't make user ID-less certificates the default.
    Instead, require users to opt in by passing the `--no-userids` flag
    to `sq key generate`.

  - Fixes #223.
2024-04-05 18:08:45 +02:00
..
cli Don't generate user ID-less certificates by default. 2024-04-05 18:08:45 +02:00
commands Output guidance when there are no matching certificates. 2024-04-05 15:17:44 +02:00
common Fix the password prompts. 2024-01-08 14:18:42 +01:00
output Implement Display for more variants of Safe. 2024-02-28 11:42:11 +01:00
commands.rs Change Config::cert_store to a wot::store::CertStore. 2024-02-27 14:59:42 +01:00
common.rs Change best_effort_primary_uid to also return the trust amount. 2024-02-29 13:42:28 +01:00
log.rs Add sq wot 2023-03-30 16:03:48 +02:00
macros.rs Wrap human-readable pki output. 2024-02-08 16:23:19 +01:00
man-pandoc.inc.html Use back ticks for inline code and subcommand references. 2024-01-12 17:16:36 +01:00
man-pandoc.lua man: Fix spelling of Sequoia PGP. 2024-02-14 14:28:30 +01:00
man.rs man: Include global options in sq.1, refer to it from other pages. 2024-02-14 14:28:38 +01:00
output.rs Change Config::policy from an owned value to a reference. 2024-02-27 13:25:04 +01:00
sq.rs Move key import functionality to Config. 2024-03-01 09:42:56 +01:00
utils.rs Move utility function. 2024-02-14 17:12:42 +01:00