• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common/H16-Nov-2018-989772

crypto/H16-Nov-2018-33,97230,502

include/H16-Nov-2018-1,6781,523

login/H16-Nov-2018-1,182821

misc_tests/H16-Nov-2018-6,2924,623

pkcs11/H16-Nov-2018-4,5113,243

READMEH A D16-Nov-20181.3 KiB4132

init_cca.shH A D16-Nov-2018903 2918

init_token.sh.inH A D16-Nov-20181.5 KiB7257

init_tpmtoken.shH A D16-Nov-2018792 3418

ock_tests.sh.inH A D16-Nov-20188.3 KiB346233

testcases.mkH A D16-Nov-20181.1 KiB3126

README

1openCryptoki Test Programs
2
3This directory contains programs designed to test the functionality of
4openCryptoki and PKCS#11.  The rely on STDLL's installed to the standard system
5location.  Many of the programs have command line options for passing the slot
6number to use (default is slot 0) as well as other options.  All programs expect
7that the a slot has been intialized using pkcsconf.  The expected user pin is
8"01234567" and this can also be set using pkcsconf.  The expected PINs can also
9be changed by modifying DEFAULT_USER_PIN and DEFAULT_SO_PIN in
10include/regress.h.
11
12For correct testcase execution, the token should be initialized before and
13after running the testcases.
14
15crypto
16------
17This directory contains testcases to test various crypto algorithms.
18
19login
20-----
21This directory contains testcases to test login functionality in pkcs11
22and opencryptoki.
23
24pkcs11
25------
26This directory contains tests that tests various api/functionality in
27pkcs11 specification.
28
29misc_tests
30----------
31This directory contains tests to test various functionality and operations
32in opencryptoki.
33
34ock_test.sh
35-----------
36This driver runs the various testcases on various tokens.
37TODO: Needs to be modified and tested for new testcase structure.
38
39For help, send mail to the openCryptoki mailing list at
40opencryptoki-users@lists.sourceforge.net
41