Commit 436a1c4
committed
Addressed copilot's comments
1 parent eadb860 commit 436a1c4
5 files changed
Lines changed: 11 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
Submodule wolfPKCS11 updated 58 files
- .github/workflows/alpine-architecture-tests.yml+1-1
- .github/workflows/build-workflow.yml+1-1
- .github/workflows/clang-tidy.yml+3-5
- .github/workflows/cmake.yml-72
- .github/workflows/empty-pin-store-test.yml-95
- .github/workflows/nss-cmsutil-test.yml+3-3
- .github/workflows/nss-curl-test.yml+4-4
- .github/workflows/nss-pdfsig-test.yml+1-1
- .github/workflows/nss-pk12util-debian-test.yml+1-1
- .github/workflows/nss-pk12util-test.yml+1-1
- .github/workflows/nss-ssltap-test.yml+1-1
- .github/workflows/nss.yml+1-1
- .github/workflows/sanitizer-tests.yml+2-4
- .github/workflows/scan-build.yml+1-3
- .github/workflows/storage-upgrade-test-tpm.yml+2-2
- .github/workflows/storage-upgrade-test.yml+9-9
- .github/workflows/unit-test.yml+1-16
- .github/workflows/wolfboot-integration.yml-95
- .gitignore-12
- CMakeLists.txt-918
- Docker/firefox/Dockerfile+1-2
- Makefile.am+1-15
- README.md-126
- cmake/functions.cmake-83
- cmake/options.h.in-116
- cmake/wolfpkcs11Config.cmake.in-15
- cmake/wolfpkcs11ConfigVersion.cmake.in-12
- cmake/wolfpkcs11Targets.cmake.in-35
- configure.ac+1-73
- examples/add_aes_key.c+7-10
- examples/add_cert.c+7-10
- examples/add_cert_file.c+7-10
- examples/add_hmac_key.c+7-10
- examples/add_rsa_key.c+7-10
- examples/add_rsa_key_file.c+7-10
- examples/init_token.c+3-7
- examples/mech_info.c+3-7
- examples/nss_pkcs12_pbe_example.c+4-8
- examples/obj_list.c+7-10
- examples/slot_info.c+3-7
- examples/stm32_dhuk_aes_key.c+6-7
- examples/token_info.c+3-7
- src/crypto.c+5-645
- src/internal.c+28-1.2k
- src/slot.c-118
- src/wolfpkcs11.c+4-353
- tests/debug_test.c+1-13
- tests/empty_pin_store_test.c-458
- tests/include.am-13
- tests/pkcs11mtt.c+2-2
- tests/pkcs11str.c-4
- tests/pkcs11test.c+11-337
- tests/pkcs11v3test.c-1.8k
- tests/testdata.h-6
- tests/token_path_test.c+14-2
- wolfpkcs11/internal.h+1-23
- wolfpkcs11/pkcs11.h+2-707
- wolfpkcs11/store.h-2
- .github/workflows/psa-compliance.yml-29
- .github/workflows/test-psa-api.yml-65
- .github/workflows/wolfcrypt-benchmark.yml-35
- .github/workflows/wolfssl-psa-client-server.yml-36
- .gitignore-7
- Makefile+3-8
- src/misc_impl.c-15
- src/psa_aead.c+40-28
- src/psa_aead_internal.h-37
- src/psa_asymmetric.c-16
- src/psa_asymmetric_api.c+27-32
- src/psa_cipher.c+23-27
- src/psa_ecc.c+4-8
- src/psa_ed25519_ed448.c+10-40
- src/psa_hash_engine.c+2-7
- src/psa_key_derivation.c+27-72
- src/psa_key_storage.c+18-86
- src/psa_lms_xmss.c+6-28
- src/psa_mac.c+15-20
- src/psa_mldsa.c+11-16
- src/psa_pq.c-6
- src/psa_random.c-3
- src/psa_rsa.c+7-40
- test/Makefile+8-109
- test/psa_server/psa_api_test.c+81-301
- test/psa_server/psa_api_test_user_settings.h-43
- test/psa_server/psa_des3_stack_scrub_test.c-53
- test/psa_server/psa_ecc_bit_inference_test.c-107
- test/psa_server/psa_ecc_curve_id_test.c-58
- test/psa_server/psa_random_size_test.c-53
- test/psa_server/psa_rsa_pss_interop_test.c-211
- test/psa_server/psa_tls_server.c+13-93
- test/psa_server/tls_client/user_settings.h+3
- test/run_psa_tls_server_client.sh+6-57
- test/wolfcrypt-benchmark/user_settings.h-2
- user_settings.h+1
- wolfpsa.map-94
- wolfpsa/psa_key_storage.h+1-2
- .github/workflows/cmake-build.yml-3
- .github/workflows/codespell.yml-26
- .github/workflows/coverity-scan-fixes.yml-56
- .github/workflows/make-test-swtpm.yml-19
- .github/workflows/multi-compiler.yml-99
- .github/workflows/sanitizer.yml-112
- .github/workflows/seal-test.yml-71
- .github/workflows/zephyr.yml+1-1
- .gitignore-18
- CMakeLists.txt+2-5
- ChangeLog.md-45
- IDE/Espressif/components/wolfssl/README.md-20
- IDE/Espressif/components/wolfssl/include/user_settings.h+4-10
- IDE/Espressif/main/main.c-17
- IDE/Espressif/sdkconfig.defaults+2-2
- README.md+4-48
- configure.ac+4-5
- docs/Doxyfile+1-1
- examples/attestation/README.md+1-1
- examples/attestation/activate_credential.c-14
- examples/attestation/make_credential.c-8
- examples/bench/bench.c+1-4
- examples/boot/secret_seal.c+1-1
- examples/csr/csr.c+3-35
- examples/endorsement/README.md+1-1
- examples/endorsement/get_ek_certs.c+2-154
- examples/firmware/README.md+1-98
- examples/firmware/ifx_fw_extract.c+1-1
- examples/firmware/include.am+2-16
- examples/firmware/st33_fw_update.c-405
- examples/gpio/gpio_config.c+1-1
- examples/keygen/external_import.c-1
- examples/management/flush.c+1-1
- examples/nvram/include.am+2-10
- examples/nvram/nvram.h+2-1
- examples/nvram/read.c+1-1
- examples/nvram/seal_nv.c-382
- examples/pcr/extend.c+4-14
- examples/pcr/pcr.h+1
- examples/pcr/reset.c+1-1
- examples/pkcs7/pkcs7.c+1-4
- examples/run_examples.sh-139
- examples/seal/README.md-128
- examples/seal/include.am+2-19
- examples/seal/seal.h+1-2
- examples/seal/seal_pcr.c-363
- examples/seal/seal_policy_auth.c-530
- examples/seal/seal_test.sh-288
- examples/seal/unseal.c+1-2
- examples/timestamp/clock_set.c+1-1
- examples/tls/tls_client.c+1-1
- examples/tls/tls_client_notpm.c+2-13
- examples/tpm_test.h+1-1
- examples/tpm_test_keys.c+3-9
- examples/wrap/caps.c+1-4
- examples/wrap/wrap_test.c+5-7
- hal/tpm_io.c-2
- hal/tpm_io_espressif.c+12-216
- hal/tpm_io_linux.c-76
- hal/tpm_io_microchip.c+1-1
- hal/tpm_io_mmio.c+4-17
- hal/tpm_io_uboot.c+19-152
- hal/tpm_io_xilinx.c+1-1
- hal/tpm_io_zephyr.c+8-3
- pre-commit.sh+1-1
- scripts/swtpm_sim.test+1-1
- src/include.am+5-2
- src/tpm2.c+13-134
- src/tpm2_asn.c+2-11
- src/tpm2_cryptocb.c+10-20
- src/tpm2_linux.c+10-54
- src/tpm2_packet.c+8-81
- src/tpm2_param_enc.c+43-120
- src/tpm2_swtpm.c+4-5
- src/tpm2_tis.c+3-5
- src/tpm2_wrap.c+238-1.1k
- tests/unit_tests.c+41-276
- wolftpm/tpm2.h+1-28
- wolftpm/tpm2_linux.h-15
- wolftpm/tpm2_packet.h+1-1
- wolftpm/tpm2_swtpm.h-4
- wolftpm/tpm2_types.h+16-48
- wolftpm/tpm2_winapi.h-4
- wolftpm/tpm2_wrap.h+3-42
- wolftpm/version.h+2-2
- wrapper/CSharp/wolfTPM-tests.cs-27
- wrapper/CSharp/wolfTPM.cs+1-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
504 | | - | |
505 | | - | |
| 503 | + | |
| 504 | + | |
506 | 505 | | |
507 | 506 | | |
508 | 507 | | |
| |||
513 | 512 | | |
514 | 513 | | |
515 | 514 | | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
| 515 | + | |
| 516 | + | |
521 | 517 | | |
522 | 518 | | |
523 | 519 | | |
| |||
0 commit comments