File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 uses : ./.github/workflows/build-workflow.yml
9191 with :
9292 config : --enable-pbkdf2 --with-pbkdf2-iterations=1000
93-
93+ pkcs11v3only :
94+ uses : ./.github/workflows/build-workflow.yml
95+ with :
96+ config : --enable-pkcs11v30 --disable-pkcs11v32
97+ pkcs11v32 :
98+ uses : ./.github/workflows/build-workflow.yml
99+ with :
100+ config : --enable-pkcs11v32
101+ pkcs11v32-static :
102+ uses : ./.github/workflows/build-workflow.yml
103+ with :
104+ config : --enable-pkcs11v32 --disable-shared
94105 debug :
95106 uses : ./.github/workflows/build-workflow.yml
96107 with :
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ tests/object_id_uniqueness_test
3838tests /rsa_session_persistence_test
3939tests /debug_test
4040tests /token_path_test
41+ tests /pkcs11v3test
4142examples /add_aes_key
4243examples /add_hmac_key
4344examples /add_rsa_key
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ noinst_PROGRAMS += tests/empty_pin_store_test
4141tests_empty_pin_store_test_SOURCES = tests/empty_pin_store_test.c
4242tests_empty_pin_store_test_LDADD =
4343
44+ check_PROGRAMS += tests/pkcs11v3test
45+ noinst_PROGRAMS += tests/pkcs11v3test
46+ tests_pkcs11v3test_SOURCES = tests/pkcs11v3test.c
47+ tests_pkcs11v3test_LDADD =
48+
4449if BUILD_STATIC
4550tests_pkcs11test_LDADD += src/libwolfpkcs11.la
4651tests_pkcs11mtt_LDADD += src/libwolfpkcs11.la
@@ -50,6 +55,7 @@ tests_rsa_session_persistence_test_LDADD += src/libwolfpkcs11.la
5055tests_debug_test_LDADD += src/libwolfpkcs11.la
5156tests_object_id_uniqueness_test_LDADD += src/libwolfpkcs11.la
5257tests_empty_pin_store_test_LDADD += src/libwolfpkcs11.la
58+ tests_pkcs11v3test_LDADD += src/libwolfpkcs11.la
5359else
5460tests_object_id_uniqueness_test_LDADD += src/libwolfpkcs11.la
5561tests_empty_pin_store_test_LDADD += src/libwolfpkcs11.la
You can’t perform that action at this time.
0 commit comments