GNUPG-1-9-BRANCH gnupg/scd (6 files)

cvs user werner cvs at cvs.gnupg.org
Fri Jul 16 17:45:25 CEST 2004


    Date: Friday, July 16, 2004 @ 17:45:25
  Author: werner
    Path: /cvs/gnupg/gnupg/scd
     Tag: GNUPG-1-9-BRANCH

Modified: ChangeLog apdu.c apdu.h ccid-driver.c ccid-driver.h iso7816.c

(reader_table_s):  Add function pointers for the backends.
(apdu_close_reader, apdu_get_status, apdu_activate) 
(send_apdu): Make use of them.
(new_reader_slot): Intialize them to NULL.
(dump_ccid_reader_status, ct_dump_reader_status): New.
(dump_pcsc_reader_status): New.
(open_ct_reader, open_pcsc_reader, open_ccid_reader) 
(open_osc_reader, open_rapdu_reader): Intialize function pointers.
(ct_activate_card, ct_send_apdu, pcsc_send_apdu, osc_send_apdu) 
(error_string): Removed.  Replaced by apdu_strerror.
(get_ccid_error_string): Removed.
(ct_activate_card): Remove the unused loop.
(reset_ct_reader): Implemented.
(ct_send_apdu): Activate the card if not yet done.
(pcsc_send_apdu): Ditto.


---------------+
 ChangeLog     |   43 +
 apdu.c        | 1793 ++++++++++++++++++++++++++++++++++++--------------------
 apdu.h        |   27 
 ccid-driver.c |   53 -
 ccid-driver.h |   16 
 iso7816.c     |    6 
 6 files changed, 1303 insertions(+), 635 deletions(-)



More information about the Gnupg-commits mailing list