0

in the past we developed a pkcs#11 module to be used for web authentication and digital signature. Now we are asked to develop a card minidriver for windows to achieve the same functionalities. It it possible to implement the cardmod.h interface on the top of PKCS#11? Thanks

Indio
  • 337
  • 1
  • 3
  • 12

1 Answers1

1

There is such a project on github...

https://github.com/CardContact/sc-hsm-embedded/wiki/minidriver

  • 1
    Hi, thank you for you comment. This project is not exacty what i was planning to do. Infact "The CSP-Minidriver is build on top of the token interface, which is part of the PKCS#11 module. It inherits card and crypto support from the PKCS#11 module." I mean a CSP minidriver built on top of the PKCS#11 interface. – Indio Dec 16 '19 at 15:42
  • I think i should vote your answer because this is a good starting project. – Indio Jan 06 '20 at 11:33