From: Robert <fuz...@ya...> - 2018-01-17 13:39:22
|
All, Just wanted to knowif my assumption to add in a new card to OpenSC is correct. I have been alongtime user of pcsc-lite but never had to dive into it myself. Well I got asked if I could look into implementing a card if I wasgiven the ADPU spec for the card. If I am readingeverything correctly from the pages below I just need to add insupport to OpenSC and make sure I put in the proper ATR's for thecards. Is that correct? Oram I missing an important part where I need to add in something tothe pkcs11 layer as well. Also what about some of the debug toolslike opensc-tool, would they need to be modified? Or do they pullwhat they need from the OpenSC card driver? Robert https://github.com/OpenSC/OpenSC/wiki/Quick-Start-with-OpenSC https://github.com/OpenSC/OpenSC/wiki/Adding-a-new-card-driver https://github.com/OpenSC/OpenSC/wiki/New-card-driver:-EnterSafe-card-example |