From: Frank M. <fra...@gm...> - 2018-04-23 10:32:39
|
Your ATR has never been registered. If you make a pull request, then we can add it to the Windows installer. (Note that if multiple smart card provier are available in the registry, Windows just picks the first one. So OpenSC may not work as expected in conjunction with the official driver.) I have no idea what could go wrong with the change you've pointed out. Does certutil.exe work as expected (note that the output of the tool may also indicate some problem)? certutil uses both, authentication and signature key (and PIN). Could you send a debug log of both cases? 2018-04-23 10:30 GMT+02:00 Peter Popovec <pop...@gm...>: > > 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 >> >> > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Opensc-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensc-devel > > |