diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f824d243a..8f0905634 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-09 Werner Koch <[email protected]> + + * DETAILS: Fixed docs for NEED_PASSPHRASE and added USERID_HINT. + 2000-11-30 Werner Koch <[email protected]> * gpg.sgml: Fixed the description of --verify. Add a short note diff --git a/doc/DETAILS b/doc/DETAILS index dc9743c6d..8577c13b2 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -141,7 +141,7 @@ more arguments in future versions. GET_HIDDEN GOT_IT - NEED_PASSPHRASE <long keyid> <keytype> <keylength> + NEED_PASSPHRASE <long main keyid> <long keyid> <keytype> <keylength> Issued whenever a passphrase is needed. keytype is the numerical value of the public key algorithm or 0 if this is not applicable, keylength is the length @@ -242,9 +242,12 @@ more arguments in future versions. NOTATION_NAME <name> NOTATION_DATA <string> - name and string are %XX escaped; the data may be spliited + name and string are %XX escaped; the data may be splitted among several notation_data lines. + USERID_HINT <long main keyid> <string> + Give a hint about the user ID for a certain keyID. + POLICY_URL <string> string is %XX escaped |