wolfBoot/tests
David Garske eb8ddfb778 Fix valgrind report about `test_wrap_unwrap_key` not setting `mech`. 2023-12-26 13:26:13 -08:00
..
README.md Fix wrap/unwrap negative test case for expected error code. Fix spelling on "mechanism". Document tests. 2023-11-02 16:59:52 -07:00
include.am Fix compiler warnings from mingw. Add portability macro `WOLFPKCS11_NO_ENV` when setenv/getenv is not available. Only require `-ldl` for non-static builds. 2023-12-04 15:24:39 -08:00
pkcs11mtt.c Fix scan-build warnings. 2023-12-26 12:07:19 -08:00
pkcs11str.c Add support for custom setenv/get env using `WOLFPKCS11_USER_ENV`. 2023-12-20 14:50:42 -08:00
pkcs11test.c Fix valgrind report about `test_wrap_unwrap_key` not setting `mech`. 2023-12-26 13:26:13 -08:00
testdata.h Fix compiler warnings from mingw. Add portability macro `WOLFPKCS11_NO_ENV` when setenv/getenv is not available. Only require `-ldl` for non-static builds. 2023-12-04 15:24:39 -08:00
unit.h Additional CI tests. 2023-11-06 15:11:19 -08:00

README.md

wolfPKCS11 Tests

The test files have the following purposes:

  • pkcs11test.c: is the standard tests
  • pkcs11mtt.c: is the multithreaded tests
  • pkcs11str.c: is a storage test