diff options
author | Werner Koch <[email protected]> | 2009-03-25 16:05:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-25 16:05:16 +0000 |
commit | ceb42db4dd6b98d6b31429bed2ca40505731b9e8 (patch) | |
tree | e471d7b311d3c73dc55a3a1f420233dd847b16a2 /doc | |
parent | log file fixes. (diff) | |
download | gnupg-ceb42db4dd6b98d6b31429bed2ca40505731b9e8.tar.gz gnupg-ceb42db4dd6b98d6b31429bed2ca40505731b9e8.zip |
Print NO_SECKEY status line in gpgsm.
This fixes bug#1020.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 6168264fe..7118b0fb1 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -309,12 +309,12 @@ more arguments in future versions. since epoch or an ISO 8601 string which can be detected by the presence of the letter 'T' inside. - - ENC_TO <long keyid> <keytype> <keylength> - The message is encrypted to this keyid. - keytype is the numerical value of the public key algorithm, - keylength is the length of the key or 0 if it is not known - (which is currently always the case). + ENC_TO <long_keyid> <keytype> <keylength> + The message is encrypted to this LONG_KEYID. KEYTYPE is the + numerical value of the public key algorithm or 0 if it is not + known, KEYLENGTH is the length of the key or 0 if it is not + known (which is currently always the case). Gpg prints this + line always; Gpgsm only if it knows the certificate. NODATA <what> No data has been found. Codes for what are: |