From aa1a7848ff73cdb39e50e541b2d2930075caa74e Mon Sep 17 00:00:00 2001 From: Ewerton Scaboro da Silva Date: Mon, 24 Aug 2026 18:02:57 +0000 Subject: [PATCH] Update c-utility to pick up mbedTLS 4.x support mbedTLS 3.6 LTS goes EOL in March 2027. mbedTLS 4.0 removed the public entropy/CTR_DRBG modules, mbedtls_ssl_conf_rng() and mbedtls_ssl_conf_min_version(), and requires psa_crypto_init() before any cryptographic operation. c-utility's mbedTLS adapters guard those call sites on MBEDTLS_VERSION_NUMBER. Points at azure-c-shared-utility master (262123bc), the merge commit of Azure/azure-c-shared-utility#681. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- deps/c-utility | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/c-utility b/deps/c-utility index c947b82..262123b 160000 --- a/deps/c-utility +++ b/deps/c-utility @@ -1 +1 @@ -Subproject commit c947b829c5871f95eefe406d2d09d74a889bfffe +Subproject commit 262123bcb72c469c5b702b2a5bca6ad8163c4d5f