Skip to content

[cmake] Update to mbedtls 3.6.7 - #325

Merged
tobil4sk merged 1 commit into
HaxeFoundation:masterfrom
tobil4sk:mbedtls-3.6.7
Aug 16, 2026
Merged

[cmake] Update to mbedtls 3.6.7#325
tobil4sk merged 1 commit into
HaxeFoundation:masterfrom
tobil4sk:mbedtls-3.6.7

Conversation

@tobil4sk

Copy link
Copy Markdown
Member

This solves mac static build errors:

/Users/runner/work/neko/neko/libs/src/MbedTLS/library/ssl_tls13_keys.c:44:5: error: initializer-string for character array is too long, array size is 8 but initializer has size 9 (including the null terminating character); did you mean to use the 'nonstring' attribute? [-Werror,-Wunterminated-string-initialization]
   44 |     MBEDTLS_SSL_TLS1_3_LABEL_LIST
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/runner/work/neko/neko/libs/src/MbedTLS/library/ssl_tls13_keys.h:14:40: note: expanded from macro 'MBEDTLS_SSL_TLS1_3_LABEL_LIST'
   14 |     MBEDTLS_SSL_TLS1_3_LABEL(finished, "finished") \
      |                                        ^~~~~~~~~~

Upstream issue: Mbed-TLS/mbedtls#9944

@Simn

Simn commented Aug 16, 2026

Copy link
Copy Markdown
Member

Thanks, I was about to bring up these CI failures. Feel free to merge this once it's green!

@tobil4sk
tobil4sk merged commit b450fa4 into HaxeFoundation:master Aug 16, 2026
16 checks passed
@tobil4sk
tobil4sk deleted the mbedtls-3.6.7 branch August 16, 2026 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants