summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-05-13 19:12:00 +0200
committerWerner Koch <wk@gnupg.org>2009-05-13 19:12:00 +0200
commit5e208460a1489f89a5c0e48f00a24448665b8f4a (patch)
tree67fcecd196a5d03c0d8baf7c3df4c9c241f79f22 /doc
parentPrint keyid in gpg --list-packets. (diff)
downloadgnupg2-5e208460a1489f89a5c0e48f00a24448665b8f4a.tar.xz
gnupg2-5e208460a1489f89a5c0e48f00a24448665b8f4a.zip
Improved smartcard robustness.
Diffstat (limited to 'doc')
-rw-r--r--doc/scdaemon.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi
index 61671f441..c254868f2 100644
--- a/doc/scdaemon.texi
+++ b/doc/scdaemon.texi
@@ -670,7 +670,7 @@ command; i.e. to select another application.
@subsection Send a verbatim APDU to the card.
@example
- APDU [--atr] [--more] [@var{hexstring}]
+ APDU [--atr] [--more] [--exlen[=@var{n}]] [@var{hexstring}]
@end example
@@ -689,6 +689,10 @@ message before any data like this:
Using the option @code{--more} handles the card status word MORE_DATA
(61xx) and concatenate all reponses to one block.
+Using the option @code{--exlen} the returned APDU may use extended
+length up to N bytes. If N is not given a default value is used
+(currently 4096).
+
@mansect see also