Commit 4408eea
committed
Fixes for sealing/unsealing:
* Fix for sealing policy, which was not being set on creation.
* Fix to clear the userWithAuth bit requiring policy
* Updated wolfTPM submodule with changes in wolfSSL/wolfTPM#3271 parent c6ac284 commit 4408eea
3 files changed
Lines changed: 28 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
- .github/workflows/cmake-build.yml+44
- CMakeLists.txt+2-1
- ChangeLog.md+55
- IDE/STM32CUBE/default_conf.ftl+59-7
- README.md+11-9
- configure.ac+2-2
- examples/README.md+8-4
- examples/attestation/activate_credential.c+28-19
- examples/attestation/make_credential.c+33-37
- examples/boot/secret_unseal.c+8-1
- examples/csr/csr.c+14-9
- examples/keygen/keygen.c+41-20
- examples/keygen/keyload.c+17-11
- examples/native/native_test.c+4-21
- examples/pcr/policy.c-1
- examples/pkcs7/pkcs7.c+156-44
- examples/run_examples.sh+194-103
- examples/seal/seal.c+2
- examples/tls/tls_client.c+10-47
- examples/tls/tls_server.c+25-47
- examples/tpm_test_keys.c+9-7
- src/tpm2.c+143-97
- src/tpm2_cryptocb.c+7-1
- src/tpm2_packet.c+5
- src/tpm2_wrap.c+142-64
- wolftpm/tpm2.h+1-1
- wolftpm/tpm2_types.h+2-17
- wolftpm/tpm2_wrap.h+76-3
- wolftpm/version.h+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| 791 | + | |
| 792 | + | |
791 | 793 | | |
792 | 794 | | |
793 | 795 | | |
| |||
800 | 802 | | |
801 | 803 | | |
802 | 804 | | |
803 | | - | |
804 | | - | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
805 | 814 | | |
806 | 815 | | |
807 | 816 | | |
| |||
1005 | 1014 | | |
1006 | 1015 | | |
1007 | 1016 | | |
1008 | | - | |
1009 | | - | |
1010 | | - | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
1011 | 1032 | | |
1012 | 1033 | | |
1013 | 1034 | | |
| |||
0 commit comments