Re: [opensc-devel] Patch for OpenSC (0.12.1) that will make my FINEID-card work

2011-07-12 Thread Thomas Grenman
: > Hello, > On Jul 11, 2011, at 14:46 , Viktor Tarasov wrote: > >> Hello, >> >> Le 11/07/2011 09:53, Thomas Grenman a écrit : >>> One additional solution would be to patch the card specific select_file() >> >> Probably it would be the best solu

Re: [opensc-devel] Patch for OpenSC (0.12.1) that will make my FINEID-card work

2011-07-11 Thread Thomas Grenman
nt sc_enum_apps(sc_card_t *card) >card->ef_dir = NULL; >} >r = sc_select_file(card, &path, &card->ef_dir); > - SC_TEST_RET(ctx, SC_LOG_DEBUG_NORMAL, r, "Cannot select EF.DIR > file"); > + if (r) > +

Re: [opensc-devel] Patch for OpenSC (0.12.1) that will make my FINEID-card work

2011-07-06 Thread Thomas Grenman
8 > [2] http://www.opensc-project.org/downloads/nightly/martin/ > > On Thu, Jun 30, 2011 at 08:11, Thomas Grenman wrote: >> Hello >> >> Please consider including the patch below into upcoming versions of >> OpenSC. This patch will make OpenSC work with my fair

Re: [opensc-devel] Patch for OpenSC (0.12.1) that will make my FINEID-card work

2011-06-30 Thread Thomas Grenman
Hi > It seems to me that the card (or the relevant applet) is programmed to > return 6A88 instead of 6A82. Just to be sure: what happens if you try > opensc-explorer and try to cd to any non-existent DF with debug on, Yes, the error code comes from the card. And just as you expected, opensc-expl

[opensc-devel] Patch for OpenSC (0.12.1) that will make my FINEID-card work

2011-06-29 Thread Thomas Grenman
Hello Please consider including the patch below into upcoming versions of OpenSC. This patch will make OpenSC work with my fairly new FINEID-card (http://www.opensc-project.org/opensc/wiki/FinnishEid). My particular card is not for private citizens but for organisations. I have only modified 'l