Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for compiling against mbedtls 3.x. #648

Merged
merged 3 commits into from
Jan 31, 2024

Conversation

Apprentice-Alchemist
Copy link
Contributor

Closes #604.

@Simn
Copy link
Member

Simn commented Jan 31, 2024

How does this relate to #594?

@Apprentice-Alchemist
Copy link
Contributor Author

That PR updates the bundled version of mbedtls that is used on Windows.

This PR adds support for compiling with mbedtls 3.x (while still retaining compatibility with 2.x), so that users can compile HL on distros that have started using mbedtls 3.x (Arch Linux for example).

libs/ssl/ssl.c Outdated Show resolved Hide resolved
@Simn Simn merged commit 5406694 into HaxeFoundation:master Jan 31, 2024
9 checks passed
@Apprentice-Alchemist Apprentice-Alchemist deleted the update-mbedtls branch January 31, 2024 16:58
GlassySundew pushed a commit to GlassySundew/hashlink that referenced this pull request May 11, 2024
* MbedTLS 3.x compatibility.

* Update mbedtls version in Brewfile, Makefile and build.yml.

* Fix indentation.
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.

Can't compile on arch linux
2 participants