Hi, Somewhere between 0.11.4 and 0.11.8 the SigG application of "TeleSec GmbH" Netkey cards got broken.
I bisected it to commit 3309. With the attached patch I was able to use slot 3 with the SigG PIN and key again. Please check whether the change in the patch is sane and consider applying it for the next release. Christian
diff --git a/src/libopensc/pkcs15-tcos.c b/src/libopensc/pkcs15-tcos.c index 4d4528c..5dec677 100644 --- a/src/libopensc/pkcs15-tcos.c +++ b/src/libopensc/pkcs15-tcos.c @@ -323,7 +323,7 @@ static int detect_netkey( insert_key(p15card, dirpath(dir,"5331"), 0x49, 0x80, 1024, 5, "SigG Schluessel"); } - insert_pin(p15card, dirpath(dir,"5081"), 6, 0, 0x81, 6, "SigG PIN", + insert_pin(p15card, dirpath(dir,"5081"), 5, 0, 0x81, 6, "SigG PIN", SC_PKCS15_PIN_FLAG_CASE_SENSITIVE | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED );
_______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel