使用开源 PKCS#11 库作为令牌?

Using open source PKCS#11 library for a token?

我一直在学习 PKCS#11,现在我想在 C 中使用它创建一些应用程序。现在我有以下问题,

1) 我认为令牌的共享库随令牌供应商一起提供,对吗?

2) 如果我有一个令牌而不是它的共享库,我可以使用哪个 PKCS#11(C 语言)的开源库?

1) I think the shared library for a token comes with vendor of the token, Am I right?

在大多数情况下是的。

2) Which open source library for PKCS#11 (in C) I can use if I have a token and not the its shared library?

OpenSC project ships PKCS#11 library which supports several cards and tokens.