且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

PKCS11命令流

更新时间:2023-09-13 23:48:16

I have written PKCS#11 wrapper for .NET called Pkcs11Interop which comes with unit tests covering all functions provided by PKCS#11 API. You can take a look at its LowLevelAPI tests which can be easily mapped to ANSI C.

You should also consider reading at least "Chapter 2 - Scope", "Chapter 6 - General overview" and "Chapter 10 - Objects" of PKCS#11 standard.