Can somebody give me a link to PKCS#11 test suite? This may be a simple utility or part of big project no matter.
I now only this one: Netscape PKCS #11 Test Suites
Can somebody give me a link to PKCS#11 test suite? This may be a simple utility or part of big project no matter.
I now only this one: Netscape PKCS #11 Test Suites
An automated test won't be able to enumerate security flaws in your implementation or SSL/TLS. An automated test will tell you weather or not you are meeting the specifications.
Here are some manual testing guidelines: http://www.owasp.org/index.php/Testing_for_SSL-TLS_(OWASP-CM-001)
Testing ecc+ssl/tls: http://ecc.fedora.redhat.com/
Not sure what reception you would get, but you could ask on the Cryptoki mailing list or perhaps send a private email to someone off the list.
Also you could do a google code search for things like Cryptoki, C_Initialize etc it may turn something up.
Sorry, I don't have anything more concrete.
I would check OpenSSL and see if it includes anything relevant: http://www.openssl.org/source/
OpenSC package includes pkcs11-tool, a very rudimentary test-suite, pkcs11-tool --test --slot X --module module
. This is just for reference, I'm sure you can find some quirks in pkcs11-tool test suite if you're using a strange or little bit exotic PKCS#11 module.