Skip to content

Conversation

@vszakats
Copy link
Member

@vszakats vszakats commented Oct 24, 2025

Fixing:

lib/vtls/mbedtls.c:1505:10: error: call to undeclared function 'Curl_sha256it'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 1505 |   return Curl_sha256it(sha256sum, input, inputlen);
      |          ^
1 error generated.

with mbedTLS configuration:

tf-psa-crypto/scripts/config.py unset PSA_WANT_ALG_SHA_256
tf-psa-crypto/scripts/config.py unset PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS
tf-psa-crypto/scripts/config.py unset MBEDTLS_LMS_C

Follow-up to 3a30583 #19077


I wonder if such mbedTLS build is possible in practice... [YES]

@vszakats vszakats closed this in 207a742 Oct 24, 2025
@vszakats vszakats deleted the mbednosha256 branch October 24, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant