mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Print NO_SECKEY status line in gpgsm.
This fixes bug#1020.
This commit is contained in:
parent
6dc17a2b4d
commit
ceb42db4dd
12 changed files with 62 additions and 17 deletions
12
doc/DETAILS
12
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue