mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* scdaemon.c: New options --print-atr and --reader-port
* apdu.c, apdu.h: New * card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC.
This commit is contained in:
parent
c483f6227b
commit
18ab605bcc
@ -58,6 +58,11 @@ default mode is to create a socket and listen for commands there.
|
|||||||
Run the program in the background. This option is required to prevent
|
Run the program in the background. This option is required to prevent
|
||||||
it from being accidently running in the background.
|
it from being accidently running in the background.
|
||||||
|
|
||||||
|
@item --print-atr
|
||||||
|
@opindex print-atr
|
||||||
|
This is mainly a debugging command, used to print the ATR
|
||||||
|
(Answer-To-Reset) of a card and exit immediately.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
||||||
@ -131,6 +136,11 @@ debugging.
|
|||||||
Append all logging output to @var{file}. This is very helpful in
|
Append all logging output to @var{file}. This is very helpful in
|
||||||
seeing what the agent actually does.
|
seeing what the agent actually does.
|
||||||
|
|
||||||
|
@item --reader-port @var{number}
|
||||||
|
When the program has been build without OpenSC support, this option must
|
||||||
|
be used to specify the port of the card terminal. A value of 0 refers
|
||||||
|
to the first serial device; add 32768 to access USB devices. The
|
||||||
|
default is 32768 (first USB device).
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user