HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.03k stars 648 forks source link

[mbedtls] Support mbedtls 3.x and fix bugs and compiler warnings. #11646

Closed Apprentice-Alchemist closed 2 months ago

Apprentice-Alchemist commented 2 months ago

closes #11195 and fixes the segfaults/EBADF issue (#11638)

The segfault/EBADF fix currently results in a small memory leak, but I am unsure how to avoid this.

Simn commented 2 months ago

Thank you so much!