aboutsummaryrefslogtreecommitdiffstats
path: root/scd/card.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-09* card.c (card_get_serial_and_stamp): Use the tokeinfo serialWerner Koch1-48/+131
number as a fallback. Add a special prefix for serial numbers.
2002-04-12* scdaemon.c: New option --debug-sc N.Werner Koch1-5/+6
* card.c (card_open): set it here. * card-p15.c (p15_prepare_key): Factored out common code from ... (p15_sign, p15_decipher): here and made the decryption work the regular way.
2002-04-10* card.c (card_open): Return immediately when no reader is available.Werner Koch1-0/+1
2002-03-28* card.c (card_open, card_close): Adjusted for changes in OpenSC.Werner Koch1-60/+52
2002-03-18Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch1-382/+167
2002-03-06Decryption using a Cryptoflex card does now work.Werner Koch1-0/+100
2002-03-05Well and some stuff to access the SC will be helpful. Note, that theWerner Koch1-15/+55
code requires the latest OpenSC CVS code.
2002-03-04Added more code fragments.Werner Koch1-15/+95
2002-02-28Changes needed to support smartcards. Well, only _support_. There isWerner Koch1-3/+205
no real code yet.
2002-02-18Some experimental code - don't use it.Werner Koch1-0/+221