Blame testcases/README

Packit 8681c6
openCryptoki Test Programs
Packit 8681c6
Packit 8681c6
This directory contains programs designed to test the functionality of
Packit 8681c6
openCryptoki and PKCS#11.  The rely on STDLL's installed to the standard system
Packit 8681c6
location.  Many of the programs have command line options for passing the slot
Packit 8681c6
number to use (default is slot 0) as well as other options.  All programs expect
Packit 8681c6
that the a slot has been intialized using pkcsconf.  The expected user pin is
Packit 8681c6
"01234567" and this can also be set using pkcsconf.  The expected PINs can also
Packit 8681c6
be changed by modifying DEFAULT_USER_PIN and DEFAULT_SO_PIN in
Packit 8681c6
include/regress.h.
Packit 8681c6
Packit 8681c6
For correct testcase execution, the token should be initialized before and
Packit 8681c6
after running the testcases.
Packit 8681c6
Packit 8681c6
crypto
Packit 8681c6
------
Packit 8681c6
This directory contains testcases to test various crypto algorithms.
Packit 8681c6
Packit 8681c6
login
Packit 8681c6
-----
Packit 8681c6
This directory contains testcases to test login functionality in pkcs11
Packit 8681c6
and opencryptoki.
Packit 8681c6
Packit 8681c6
pkcs11
Packit 8681c6
------
Packit 8681c6
This directory contains tests that tests various api/functionality in 
Packit 8681c6
pkcs11 specification.
Packit 8681c6
Packit 8681c6
misc_tests
Packit 8681c6
----------
Packit 8681c6
This directory contains tests to test various functionality and operations
Packit 8681c6
in opencryptoki.
Packit 8681c6
Packit 8681c6
ock_test.sh
Packit 8681c6
-----------
Packit 8681c6
This driver runs the various testcases on various tokens.
Packit 8681c6
TODO: Needs to be modified and tested for new testcase structure.
Packit 8681c6
Packit 8681c6
For help, send mail to the openCryptoki mailing list at
Packit 8681c6
opencryptoki-users@lists.sourceforge.net