mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgsm: Allow CSR generation with an unprotected key.
* sm/call-agent.c (gpgsm_agent_genkey): Add arg no_protection. * sm/certreqgen.c (struct reqgen_ctrl_s): Add field no_protection. (read_parameters): Add keyword "%no-protection". (proc_parameters): Pass no_protection to gpgsm_agent_genkey.
This commit is contained in:
parent
2469dc5aae
commit
89055f24f4
4 changed files with 15 additions and 6 deletions
|
@ -1179,6 +1179,9 @@ Print @var{text} as diagnostic.
|
|||
@item %dry-run
|
||||
Suppress actual key generation (useful for syntax checking).
|
||||
|
||||
@item %no-protection
|
||||
Creates the private key without a passphrase.
|
||||
|
||||
@item %commit
|
||||
Perform the key generation. Note that an implicit commit is done at
|
||||
the next @asis{Key-Type} parameter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue