Commit e1d986a
6 files changed
+29
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
- CMakeLists.txt+1-1
- ChangeLog.md+35
- IDE/OPENSTM32/Inc/wolftpm_example.h+2-2
- IDE/OPENSTM32/Src/main.c+3-2
- IDE/OPENSTM32/Src/wolftpm_example.c+2-2
- configure.ac+10-5
- examples/attestation/activate_credential.c+2-2
- examples/attestation/credential.h+2-2
- examples/attestation/make_credential.c+2-2
- examples/bench/bench.c+2-2
- examples/bench/bench.h+2-2
- examples/csr/csr.c+131-151
- examples/csr/csr.h+2-2
- examples/gpio/gpio.h+2-2
- examples/gpio/gpio_config.c+2-2
- examples/gpio/gpio_read.c+2-2
- examples/gpio/gpio_set.c+2-2
- examples/keygen/create_primary.c+1-1
- examples/keygen/keygen.c+2-2
- examples/keygen/keygen.h+2-2
- examples/keygen/keyimport.c+2-2
- examples/keygen/keyload.c+2-2
- examples/management/flush.c+2-2
- examples/management/flush.h+2-2
- examples/native/native_test.c+2-2
- examples/native/native_test.h+2-2
- examples/nvram/nvram.h+2-2
- examples/nvram/read.c+2-2
- examples/nvram/store.c+2-2
- examples/pcr/extend.c+2-2
- examples/pcr/pcr.h+2-2
- examples/pcr/quote.c+2-2
- examples/pcr/quote.h+2-2
- examples/pcr/read_pcr.c+2-2
- examples/pcr/reset.c+2-2
- examples/pkcs7/pkcs7.c+7-9
- examples/pkcs7/pkcs7.h+2-2
- examples/seal/seal.c+2-2
- examples/seal/seal.h+2-2
- examples/seal/unseal.c+2-2
- examples/timestamp/clock_set.c+2-2
- examples/timestamp/clock_set.h+2-2
- examples/timestamp/signed_timestamp.c+2-2
- examples/timestamp/signed_timestamp.h+2-2
- examples/tls/tls_client.c+7-9
- examples/tls/tls_client.h+2-2
- examples/tls/tls_client_notpm.c+2-2
- examples/tls/tls_common.h+2-2
- examples/tls/tls_server.c+7-9
- examples/tls/tls_server.h+2-2
- examples/tpm_io.c+2-2
- examples/tpm_io.h+2-2
- examples/tpm_io_atmel.c+2-2
- examples/tpm_io_barebox.c+2-2
- examples/tpm_io_linux.c+2-2
- examples/tpm_io_qnx.c+2-2
- examples/tpm_io_st.c+2-2
- examples/tpm_io_xilinx.c+2-2
- examples/tpm_test.h+2-2
- examples/tpm_test_keys.c+2-2
- examples/tpm_test_keys.h+2-2
- examples/wrap/wrap_test.c+4-4
- examples/wrap/wrap_test.h+2-2
- src/tpm2.c+5-4
- src/tpm2_linux.c+1-1
- src/tpm2_packet.c+1-1
- src/tpm2_param_enc.c+1-1
- src/tpm2_swtpm.c+1-1
- src/tpm2_tis.c+1-1
- src/tpm2_winapi.c+1-1
- src/tpm2_wrap.c+458-74
- tests/unit_tests.c+39-2
- wolftpm/options.h.in+1-1
- wolftpm/tpm2.h+1-1
- wolftpm/tpm2_linux.h+2-2
- wolftpm/tpm2_packet.h+1-1
- wolftpm/tpm2_param_enc.h+2-2
- wolftpm/tpm2_socket.h+2-2
- wolftpm/tpm2_swtpm.h+2-2
- wolftpm/tpm2_tis.h+1-1
- wolftpm/tpm2_types.h+46-17
- wolftpm/tpm2_winapi.h+2-2
- wolftpm/tpm2_wrap.h+225-6
- wolftpm/version.h+3-3
- wolftpm/version.h.in+1-1
- wolftpm/visibility.h+1-1
- wrapper/CSharp/wolfTPM-tests.cs+380-76
- wrapper/CSharp/wolfTPM.cs+758-118
- CMakeLists.txt+2-2
- ChangeLog.md+150
- IDE/WIN10/wolfssl-fips.rc+4-4
- README+147-149
- README.md+142-147
- configure.ac+4-4
- cyassl/ssl.h+3-1
- rpm/spec.in+5-2
- src/internal.c+82-31
- src/pk.c+1-1
- src/ssl.c+23-12
- src/wolfio.c+14-2
- tests/api.c+101-3
- wolfcrypt/src/aes.c+45-21
- wolfcrypt/src/asn.c+5-3
- wolfcrypt/src/ecc.c+32-13
- wolfcrypt/src/hmac.c+6
- wolfcrypt/src/memory.c+2-2
- wolfcrypt/src/port/arm/armv8-sha512.c+19-1
- wolfssl.rc
- wolfssl/internal.h+5
- wolfssl/version.h+2-2
- wolfssl/wolfcrypt/asn.h+2-1
- wolfssl/wolfcrypt/settings.h+27-25
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| 882 | + | |
882 | 883 | | |
883 | 884 | | |
884 | 885 | | |
885 | | - | |
| 886 | + | |
886 | 887 | | |
887 | | - | |
| 888 | + | |
888 | 889 | | |
889 | | - | |
| 890 | + | |
890 | 891 | | |
891 | | - | |
| 892 | + | |
892 | 893 | | |
893 | | - | |
| 894 | + | |
894 | 895 | | |
895 | | - | |
| 896 | + | |
896 | 897 | | |
897 | | - | |
| 898 | + | |
898 | 899 | | |
899 | | - | |
| 900 | + | |
900 | 901 | | |
901 | | - | |
| 902 | + | |
902 | 903 | | |
903 | | - | |
| 904 | + | |
904 | 905 | | |
905 | | - | |
| 906 | + | |
906 | 907 | | |
907 | | - | |
| 908 | + | |
908 | 909 | | |
0 commit comments