diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/DETAILS | 13 |
2 files changed, 17 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 599e64310..7b003b1ff 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-03-07 Werner Koch <[email protected]> + + * DETAILS: Document new status codes. + 2005-02-15 Werner Koch <[email protected]> * faq.raw: Add htmlcharset header line as suggested by Maxim @@ -6,7 +10,6 @@ * gpg.ru.sgml: Updated from upstream. Added a closing PARA. - * gpg.sgml: Add bkuptocard command for --edit-key. 2005-02-05 David Shaw <[email protected]> diff --git a/doc/DETAILS b/doc/DETAILS index 5b7fce189..8148a4def 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -349,6 +349,9 @@ more arguments in future versions. The supplied passphrase was good and the secret key material is therefore usable. + BAD_PASSPHRASE_PIN + Reserved for future use. + DECRYPTION_FAILED The symmetric decryption failed - one reason could be a wrong passphrase for a symmetrical encrypted message. @@ -570,6 +573,16 @@ more arguments in future versions. This indicates that a signature subpacket was seen. The format is the same as the "spk" record above. + SC_OP_FAILURE + An operation on a smartcard definitely failed. Currently + there is no indication of the actual error code, but + application should be prepared to later accept more arguments. + + SC_OP_SUCCESS + A smart card operaion succeeded. This status is only printed + for certain operation and is mostly useful to check whether a + PIN change really worked. + Format of the "--attribute-fd" output ===================================== |