Skip to content

Commit

Permalink
update wolfTPM
Browse files Browse the repository at this point in the history
  • Loading branch information
tmael authored and danielinux committed Aug 22, 2023
1 parent 1fcac35 commit 6e1c249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wolfTPM
Submodule wolfTPM updated 51 files
+1 −0 .gitignore
+23 −0 IDE/STM32CUBE/README.md
+100 −0 IDE/STM32CUBE/default_conf.ftl
+8 −0 IDE/STM32CUBE/include.am
+52 −0 IDE/STM32CUBE/wolftpm_test.c
+38 −0 IDE/STM32CUBE/wolftpm_test.h
+1 −0 IDE/include.am
+2 −2 README.md
+ certs/example-ecc256-key-pub.der
+4 −0 certs/example-ecc256-key-pub.pem
+ certs/example-ecc256-key.der
+9 −0 certs/example-ecc256-key.pem
+ certs/example-ecc384-key-pub.der
+5 −0 certs/example-ecc384-key-pub.pem
+ certs/example-ecc384-key.der
+6 −0 certs/example-ecc384-key.pem
+ certs/example-rsa2048-key-pub.der
+9 −0 certs/example-rsa2048-key-pub.pem
+ certs/example-rsa2048-key.der
+0 −0 certs/example-rsa2048-key.pem
+17 −6 certs/include.am
+11 −11 certs/wolf-ca-ecc-cert.pem
+28 −28 certs/wolf-ca-rsa-cert.pem
+49 −0 examples/boot/README.md
+35 −0 examples/boot/boot.h
+16 −0 examples/boot/include.am
+327 −0 examples/boot/secure_rot.c
+4 −4 examples/csr/csr.c
+1 −0 examples/include.am
+4 −4 examples/keygen/create_primary.c
+60 −17 examples/keygen/external_import.c
+2 −2 examples/keygen/keygen.c
+130 −90 examples/keygen/keyimport.c
+20 −11 examples/keygen/keyload.c
+1 −1 examples/nvram/counter.c
+1 −1 examples/pcr/extend.c
+23 −23 examples/pkcs7/pkcs7.c
+1 −1 examples/seal/unseal.c
+2 −0 examples/tpm_test.h
+83 −36 examples/tpm_test_keys.c
+4 −0 examples/tpm_test_keys.h
+20 −5 examples/wrap/wrap_test.c
+4 −2 hal/tpm_io.c
+18 −10 src/tpm2.c
+7 −7 src/tpm2_param_enc.c
+11 −3 src/tpm2_tis.c
+785 −345 src/tpm2_wrap.c
+6 −1 wolftpm/tpm2.h
+7 −3 wolftpm/tpm2_tis.h
+14 −6 wolftpm/tpm2_types.h
+67 −8 wolftpm/tpm2_wrap.h

0 comments on commit 6e1c249

Please sign in to comment.