mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Improved smartcard robustness.
This commit is contained in:
parent
a766a37290
commit
5e208460a1
34 changed files with 7771 additions and 7665 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue