aboutsummaryrefslogtreecommitdiffstats
path: root/doc/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/DETAILS13
1 files changed, 13 insertions, 0 deletions
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
=====================================