CardContact / sc-hsm-embedded

PKCS#11 and CSP-Minidriver library for the SmartCard-HSM and STARCOS based signature cards
BSD 3-Clause "New" or "Revised" License
95 stars 31 forks source link

Microsoft CSP-Minidriver #32

Closed johughes99 closed 2 years ago

johughes99 commented 3 years ago

Can the Mini-drrver be built such that it calls another PKC#11 library - or is it set up so that it has to call the inbuilt PKCS#11 library?

CardContact commented 3 years ago

No. The PKCS#11 module and the CSP-Minidriver share code, but they don't build on top of each other.

johughes99 commented 3 years ago

I have just been looking through the code - and realized that they build into a single dll.

Having the ability to load 3rd party PKCS#11 libraries something easy to do - and/or you are interested in?

I'm basically looking for a generic minidriver that can wrap a PKCS#11 library that supports read/write operations. I suspect we may have to produce our own

kategray commented 3 years ago

@johughes99 How would you configure such a thing? Put everything in the registry?

johughes99 commented 3 years ago

I guess so. The main thing you would need to do is to config the location of the pkcs#11 library