mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add controlo statement %ask-passphrase
This commit is contained in:
parent
8e37ee4099
commit
aa68a60301
6 changed files with 93 additions and 28 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-06-16 Werner Koch <wk@g10code.com>
|
||||
|
||||
* DETAILS (group): Document %ask-passphrase.
|
||||
|
||||
2008-05-26 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgv.texi: Minor fixes. Fixes bug#918.
|
||||
|
|
10
doc/DETAILS
10
doc/DETAILS
|
@ -789,6 +789,16 @@ The format of this file is as follows:
|
|||
and all keys are written to that file. If a new filename is given,
|
||||
this file is created (and overwrites an existing one).
|
||||
Both control statements must be given.
|
||||
%ask-passphrase
|
||||
Enable a mode where the command "passphrase" is ignored and
|
||||
instead the usual passphrase dialog is used. This does not
|
||||
make sense for batch key generation; however the unattended
|
||||
key generation feature is also used by GUIs and this feature
|
||||
relinquishes the GUI from implementing its own passphrase
|
||||
entry code. This is a global option.
|
||||
%no-ask-passphrase
|
||||
Disable the ask-passphrase mode.
|
||||
|
||||
o The order of the parameters does not matter except for "Key-Type"
|
||||
which must be the first parameter. The parameters are only for the
|
||||
generated keyblock and parameters from previous key generations are not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue