From: Alex S. <ml...@os...> - 2013-07-23 09:31:16
|
On 07/22/2013 11:27 PM, Douglas E. Engert wrote: > >>> When you run the test on 0.12, do the AuthID show up as >>> two different lengths? >> Yes, it is. Only difference in .12 is that code logic will add all >> keys anyway (and this code was removed in .13). But this check will >> fail as well. >> > > So the change should be to add all the keys back in, and try and > accommodate the > difference for the Fetian card? Done, in https://github.com/OpenSC/OpenSC/pull/174/files. I tested this patch and it works for me. I don`t think that we need to add all keys like before because it does looks to be good. This workaround addressing only this specific issue. |