PKCS #11 Conformance Testing
Newsgroup: mozilla.dev.tech.cryptoThis page summarizes information about PKCS #11 conformance test suites currently available in the Mozilla tree. See Mozilla CVS Information (below) for details.
Test Suites and Documentation
The following test suites are available in the Mozilla CVS tree:- Netscape PKCS #11 Test Suites. Exercise the PKCS #11 operations most commonly accessed from Netscape products through the PKCS #11 interface. Running the suites against your PKCS #11 implementation will help expose incompatibilities that could otherwise be found by manual testing only.
Mozilla CVS Information
PKCS #11 test suites are available in mozilla/security/nss/test/pkcs11/. Build instructions for the Netscape PKCS #11 Test Suites will be available soon.coreconf is checked into the root of mozilla/security/.
coreconf/location.mk and coreconf/source.mk find dist in $(COREDEPTH)/../dist rather then $(COREDEPTH)/dist.