Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 2005-06-16 | 1 | -1/+1 |
| | | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | ||||
* | * command.c (scd_update_reader_status_file): Write status files. | Werner Koch | 2004-04-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | * app-help.c (app_help_read_length_of_cert): Fixed calculation of R_CERTOFF. * pcsc-wrapper.c: New. * Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth. (apdu_send_le): Reinitialize RESULTLEN. Handle SW_EOF_REACHED like SW_SUCCESS. | ||||
* | * app-dinsig.c: Implemented. Based on app-nks.c and card-dinsig.c | Werner Koch | 2004-03-16 | 1 | -0/+157 |
* app-nks.c (get_length_of_cert): Removed. * app-help.c: New. (app_help_read_length_of_cert): New. Code taken from above. New optional arg R_CERTOFF. * card-dinsig.c: Removed. * card.c (card_get_serial_and_stamp): Do not bind to the old and never finsiged card-dinsig.c. * iso7816.c (iso7816_read_binary): Allow for an NMAX > 254. |