"Tim Wong" <[EMAIL PROTECTED]> writes: >I am trying to implement the PKCS11 functions, but it would be very >helpful to me to see a reference implementation. I am trying to do >this in visual C++, but the ref. implementation linked from the RSA >Labs site (GPKCS11 ?) is quite outdated and does not work. I've also >downloaded something called umPKCS11 (from a university in spain), but >this has limited functionality since it was created to be non-token >specific. Can you recommend a current/working reference implementation >that I can convert as a visual C++ project?
There isn't one. There are commercial vendors who have soft-token implementations, but none are available in source form. The usual practice with PKCS #11 is to implement what you think is required and then test it with Netscape/Mozilla to make sure it works OK. (Testing it with something other than Netscape is also a good idea, since only doing what Netscape requires means you can end up with something that doesn't work with other apps). Peter. _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
