Skip to content

Commit

Permalink
restore correct wolfTPM and wolfssl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbland1 committed Oct 8, 2023
1 parent 5cc38ed commit b32d412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wolfTPM
Submodule wolfTPM updated 82 files
+79 −10 .github/workflows/make-test-swtpm.yml
+5 −3 .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
+6 −6 certs/certreq.sh
+ 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
+2 −1 configure.ac
+10 −40 examples/README.md
+2 −2 examples/attestation/activate_credential.c
+3 −3 examples/attestation/make_credential.c
+39 −31 examples/bench/bench.c
+84 −0 examples/boot/README.md
+37 −0 examples/boot/boot.h
+33 −0 examples/boot/include.am
+317 −0 examples/boot/secret_seal.c
+379 −0 examples/boot/secret_unseal.c
+305 −0 examples/boot/secure_rot.c
+17 −12 examples/csr/csr.c
+3 −1 examples/gpio/gpio_config.c
+5 −0 examples/include.am
+4 −4 examples/keygen/create_primary.c
+61 −18 examples/keygen/external_import.c
+10 −10 examples/keygen/keygen.c
+125 −90 examples/keygen/keyimport.c
+21 −12 examples/keygen/keyload.c
+27 −14 examples/nvram/counter.c
+8 −15 examples/nvram/include.am
+1 −0 examples/nvram/nvram.h
+307 −0 examples/nvram/policy_nv.c
+39 −13 examples/nvram/read.c
+0 −296 examples/nvram/seal_policy_auth_nv.c
+0 −343 examples/nvram/seal_policy_auth_nv_external.c
+36 −12 examples/nvram/store.c
+5 −3 examples/pcr/extend.c
+10 −1 examples/pcr/include.am
+1 −0 examples/pcr/pcr.h
+2 −30 examples/pcr/policy.c
+412 −0 examples/pcr/policy_sign.c
+2 −2 examples/pcr/quote.c
+57 −47 examples/pkcs7/pkcs7.c
+445 −0 examples/run_examples.sh
+3 −12 examples/seal/include.am
+2 −3 examples/seal/seal.c
+0 −359 examples/seal/seal_policy_auth.c
+3 −3 examples/seal/unseal.c
+1 −1 examples/timestamp/clock_set.c
+16 −3 examples/tls/tls_client.c
+13 −2 examples/tls/tls_server.c
+2 −0 examples/tpm_test.h
+171 −43 examples/tpm_test_keys.c
+11 −1 examples/tpm_test_keys.h
+22 −5 examples/wrap/wrap_test.c
+4 −2 hal/tpm_io.c
+20 −14 src/tpm2.c
+7 −11 src/tpm2_param_enc.c
+11 −3 src/tpm2_tis.c
+1,327 −1,377 src/tpm2_wrap.c
+2 −1 tests/include.am
+112 −0 tests/unit_tests.c
+14 −3 wolftpm/tpm2.h
+7 −3 wolftpm/tpm2_tis.h
+18 −6 wolftpm/tpm2_types.h
+295 −215 wolftpm/tpm2_wrap.h
2 changes: 1 addition & 1 deletion lib/wolfssl
Submodule wolfssl updated 344 files

0 comments on commit b32d412

Please sign in to comment.