1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-04 22:57:47 +02: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:
Werner Koch 2003-04-29 19:08:35 +00:00
parent c483f6227b
commit 18ab605bcc

View File

@ -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