-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bot): github actions updated submodule refs
- Loading branch information
Git bot
committed
Nov 8, 2024
1 parent
74a868a
commit 18f5b4f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mbedtls
updated
25 files
+2 −0 | ChangeLog.d/tls-key-exchange-rsa.txt | |
+0 −1 | docs/architecture/tls13-support.md | |
+0 −7 | include/mbedtls/check_config.h | |
+0 −1 | include/mbedtls/config_adjust_ssl.h | |
+1 −41 | include/mbedtls/mbedtls_config.h | |
+0 −3 | include/mbedtls/ssl.h | |
+7 −36 | include/mbedtls/ssl_ciphersuites.h | |
+0 −174 | library/ssl_ciphersuites.c | |
+0 −2 | library/ssl_ciphersuites_internal.h | |
+0 −25 | library/ssl_tls.c | |
+7 −22 | library/ssl_tls12_client.c | |
+4 −41 | library/ssl_tls12_server.c | |
+3 −27 | tests/compat.sh | |
+26 −20 | tests/scripts/all-core.sh | |
+104 −7 | tests/scripts/all.sh | |
+0 −20 | tests/scripts/components-build-system.sh | |
+0 −2 | tests/scripts/components-configuration-crypto.sh | |
+0 −1 | tests/scripts/depends.py | |
+16 −0 | tests/scripts/mbedtls-all.sh | |
+2 −177 | tests/ssl-opt.sh | |
+0 −20 | tests/suites/test_suite_ssl.data | |
+1 −2 | tf-psa-crypto/core/psa_crypto.c | |
+0 −7 | tf-psa-crypto/include/psa/crypto_values.h | |
+23 −0 | tf-psa-crypto/tests/scripts/all.sh | |
+24 −0 | tf-psa-crypto/tests/scripts/components-build-system.sh |