While testing the opensc-0.11.3-pre2 on Windows with IdAlly I found a problem tat was introduced with the PIV changes for 0.11.3. In that code, I was setting the SC_PKCS15_CO_PRIVATE flag for the pubkey and prvkey objects. 0.11.2 did not set these.
This causes a problem with IdAlly which triest to determine if there are private key objects on the card before doing a C_Login with the pin The keys where marke private, so they would not be found. The patch for ticket #149 removes the SC_PKCS15_PRIVATE bits. Ca you please try and get this into the 0.11.3 release, especially the SCB? Thanks. Andreas Jellinghaus wrote: > this change includes the recent improvements to the piv code. > please give it a try. > > https://www.opensc-project.org/files/opensc/testing/ > https://www.opensc-project.org/files/opensc/testing/opensc-0.11.3-pre1.tar.gz > > Regards, Andreas > _______________________________________________ > opensc-devel mailing list > [email protected] > http://www.opensc-project.org/mailman/listinfo/opensc-devel > > -- Douglas E. Engert <[EMAIL PROTECTED]> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
