Skip to content

Commit

Permalink
feat(bot): github actions updated submodule refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Git bot committed Dec 5, 2024
1 parent b622a8a commit e190469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbedtls
Submodule mbedtls updated 36 files
+2 −2 CMakeLists.txt
+16 −0 ChangeLog.d/configuration-split.txt
+0 −21 configs/config-ccm-psk-dtls1_2.h
+0 −20 configs/config-ccm-psk-tls1_2.h
+0 −40 configs/config-suite-b.h
+0 −33 configs/config-symmetric-only.h
+0 −56 configs/config-tfm.h
+0 −25 configs/config-thread.h
+5 −0 configs/crypto-config-ccm-aes-sha256.h
+20 −0 configs/crypto-config-ccm-psk-tls1_2.h
+38 −0 configs/crypto-config-suite-b.h
+33 −0 configs/crypto-config-symmetric-only.h
+23 −0 configs/crypto-config-thread.h
+53 −0 configs/ext/crypto_config_profile_medium.h
+6 −6 configs/ext/tfm_mbedcrypto_config_profile_medium.h
+5 −1 docs/proposed/config-split.md
+1 −1 framework
+4 −4 include/mbedtls/build_info.h
+159 −2,755 include/mbedtls/mbedtls_config.h
+1 −1 scripts/config.py
+10 −4 tests/Makefile
+2 −2 tests/configs/user-config-for-test.h
+33 −33 tests/scripts/analyze_outcomes.py
+1 −1 tests/scripts/check_names.py
+23 −11 tests/scripts/components-build-system.sh
+1 −0 tests/scripts/components-compiler.sh
+51 −52 tests/scripts/components-configuration-crypto.sh
+62 −58 tests/scripts/components-configuration-tls.sh
+4 −3 tests/scripts/components-configuration.sh
+1 −1 tests/scripts/components-sanitizers.sh
+4 −2 tests/ssl-opt.sh
+3 −3 tests/suites/test_suite_version.data
+2 −2 tf-psa-crypto/CMakeLists.txt
+2,658 −0 tf-psa-crypto/include/psa/crypto_config.h
+0 −25 tf-psa-crypto/tests/configs/config_test_driver.h
+40 −0 tf-psa-crypto/tests/configs/crypto_config_test_driver.h

0 comments on commit e190469

Please sign in to comment.