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

Update mbedtls to 3.6.1 #700

Merged
merged 8 commits into from
Sep 11, 2024
Merged

Conversation

yuxiaomao
Copy link
Collaborator

@yuxiaomao yuxiaomao commented Aug 1, 2024

Basically similar to #594 but 3.6.1.

Big thanks to @tobil4sk for the discussion and help! I have adopted the changes in #594 where we separate hashlink change and mbedtls files. Using the file name mbedtls_config.h dosn't work for me 3.6.x Visual Studio build (it's probably including the one in mbedtls/), so I'll just use another filename.
I made multiple commits, which are all valid and will allow us to use previous version if needed.

Note: As for now, the only change made to include/mbedtls:

#if defined(_MSC_VER)
#pragma comment(lib, "bcrypt.lib")
#endif

@yuxiaomao yuxiaomao changed the title Update mbedtls to 3.6.0 Update mbedtls to 3.6.1 Sep 10, 2024
@yuxiaomao yuxiaomao merged commit 6a1e894 into HaxeFoundation:master Sep 11, 2024
10 checks passed
@yuxiaomao yuxiaomao deleted the dev-mbedtls branch September 11, 2024 10: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.

1 participant