Skip to content

Commit 7ec084d

Browse files
committed
Add support for CKR_OPERATION_ACTIVE
Stops overwriting previous state. F-1616
1 parent 8fec695 commit 7ec084d

File tree

8 files changed

+840
-81
lines changed

8 files changed

+840
-81
lines changed

.gitignore

Lines changed: 11 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@ coverage.info
3535
cmake/wolfpkcs11Config.cmake
3636
cmake/wolfpkcs11Targets.cmake
3737
cmake/wolfpkcs11ConfigVersion.cmake
38-
tests/pkcs11test
39-
tests/pkcs11mtt
40-
tests/pkcs11str
41-
tests/object_id_uniqueness_test
42-
tests/rsa_session_persistence_test
43-
tests/debug_test
44-
tests/token_path_test
45-
tests/pkcs11v3test
38+
# Test binaries and build artifacts
39+
tests/*
40+
!tests/*.c
41+
!tests/*.h
42+
!tests/*.am
43+
!tests/README.md
4644
examples/add_aes_key
4745
examples/add_hmac_key
4846
examples/add_rsa_key
@@ -53,16 +51,7 @@ examples/mech_info
5351
examples/obj_list
5452
examples/slot_info
5553
examples/token_info
56-
store/wp11*
57-
store/debug
58-
store/empty_pin_test
59-
store/object
60-
store/pkcs11mtt
61-
store/pkcs11test
62-
store/pkcs11v3test
63-
store/rsa
64-
store/str
65-
store/debug
54+
store/*
6655
test/*
6756
*.gcda
6857
*.gcno
@@ -73,18 +62,13 @@ add_cert_file
7362
.cache
7463
compile_commands.json
7564

76-
tests/wp11_rsakey_*
77-
tests/wp11_dhkey_*
78-
tests/wp11_ecckey_*
79-
tests/wp11_symmkey_*
80-
tests/wp11_token_*
81-
tests/wp11_obj_*
82-
tests/token_path_test
83-
tests/rsa_session_persistence_test
84-
tests/empty_pin_store_test
8565

8666
IDE/VisualStudio/.vs
8767

8868
doc/doxygen_warnings
8969
doc/html/
9070
doc/refman.pdf
71+
72+
AGENTS.md
73+
CLAUDE.md
74+
.clangd

0 commit comments

Comments
 (0)