From: Peter P. <pop...@gm...> - 2018-04-23 08:30:18
|
Hi After receiving the information about opensc-mindriver.dll location change (thanks to Frank Morgner), now MyEID card is recognized by certutil -scinfo in WIN 10 (64 bit). ( replacing KEY in MyEID registry: old: "80000001"="opensc-minidriver.dll" new: "80000001"="C:\Program Files\OpenSC Project\OpenSC\minidriver\opensc-minidriver.dll" ) Still I am wondering, why opensc installer does not install myeid registry info. But here is second problem .. EDGE browser fails for TLS client auth. If I access web server, browser inform me that I need my credentials - here the correct certificate is displayed. If I confirm this step by OK, browser checks card status and after small time tells me that smart card is ready for use. If I push "OK" button, there is no PIN dialog and browser tells me that I can't connect to page.. In last working version there is no window with "checking smart card status".. but after small time PIN dialog appears. last working version: https://ci.appveyor.com/project/LudovicRousseau/opensc/build/0.17.0.1461 first failing version: https://ci.appveyor.com/project/LudovicRousseau/opensc/build/0.17.0.1462 Relevant changes in this diff .. git diff 6a4e120b447acd12072e3bc23b6030de34a4a111 498aedd165de1de8251b52702cbd8f054d633d7f Peter On Fri, Apr 20, 2018 at 2:52 PM, Peter Popovec <pop...@gm...> wrote: > Hi, > > Seems to be problem with certutil -scifo in win 10 (64 bit) can be > isolated to one patch: > > https://ci.appveyor.com/project/LudovicRousseau/opensc/build/0.17.0.1391 > - failed > https://ci.appveyor.com/project/LudovicRousseau/opensc/build/0.17.0.1390 > - working > > Please check: > git diff 172f320c9a1b5664240be5fa3e143622941b2845 > 2765b7b1a097daa46e412b58933ec5a6e85f6ce3 > > Peter > > |