diff options
author | Werner Koch <[email protected]> | 2008-06-16 15:48:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-06-16 15:48:33 +0000 |
commit | aa68a60301e719be3df7e08250bbc9152abd511a (patch) | |
tree | 9ccf76fece1f25963064cc2b4a1a6e916a78629f /doc | |
parent | [W32] Change location of /etc. (diff) | |
download | gnupg-aa68a60301e719be3df7e08250bbc9152abd511a.tar.gz gnupg-aa68a60301e719be3df7e08250bbc9152abd511a.zip |
Add controlo statement %ask-passphrase
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 0eae30b77..4ee8dc450 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-06-16 Werner Koch <[email protected]> + + * DETAILS (group): Document %ask-passphrase. + 2008-05-26 Werner Koch <[email protected]> * gpgv.texi: Minor fixes. Fixes bug#918. diff --git a/doc/DETAILS b/doc/DETAILS index 720b23bad..fd47f19c1 100644 --- a/doc/DETAILS +++ b/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 |