-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a6d309
commit 2989ec9
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule wolfPKCS11
updated
25 files
+11 −0 | .gitignore | |
+1 −0 | Makefile.am | |
+163 −0 | examples/README.md | |
+314 −0 | examples/add_aes_key.c | |
+427 −0 | examples/add_cert.c | |
+401 −0 | examples/add_cert_file.c | |
+308 −0 | examples/add_hmac_key.c | |
+480 −0 | examples/add_rsa_key.c | |
+426 −0 | examples/add_rsa_key_file.c | |
+81 −0 | examples/examples.test | |
+63 −0 | examples/include.am | |
+273 −0 | examples/init_token.c | |
+409 −0 | examples/mech_info.c | |
+630 −0 | examples/obj_list.c | |
+ − | examples/rsa-2048.der | |
+295 −0 | examples/slot_info.c | |
+267 −0 | examples/token_info.c | |
+130 −84 | src/crypto.c | |
+644 −343 | src/internal.c | |
+0 −0 | store/.dummy | |
+1 −1 | tests/include.am | |
+251 −1 | tests/pkcs11test.c | |
+3 −1 | wolfpkcs11/internal.h | |
+19 −1 | wolfpkcs11/pkcs11.h | |
+3 −1 | wolfpkcs11/store.h |
Submodule wolfTPM
updated
38 files