Use mbedTLS instead of OpenSSL - #282
Open
Faless wants to merge 2 commits into
Open
Conversation
akien-mga
reviewed
May 26, 2025
akien-mga
reviewed
May 26, 2025
akien-mga
approved these changes
May 26, 2025
Member
|
Seems good to me. If anything we're more familiar with mbedTLS and it works well for Godot, so it's a better pick IMO. As discussed with @Calinou, we'll first make a release with the new OpenSSL PRs merged (and Godot 4.2 baseline), and then merge this PR and make another release. So there will be a recent release with OpenSSL and Godot 4.2 to compare with in case there are any new issues related to mbedTLS. |
Faless
force-pushed
the
feat/mbedtls
branch
3 times, most recently
from
May 28, 2025 11:22
b0cab0c to
c9eb393
Compare
Faless
force-pushed
the
feat/mbedtls
branch
3 times, most recently
from
May 30, 2025 23:03
da656d6 to
a8cb0c0
Compare
Member
|
@Faless Can you look into rebasing this PR? The SSL certificate issue is still being run into regularly with 3.2.1, so I'd like to merge this, tag 3.3.0 and hopefully fix the issue once and for all. |
Faless
marked this pull request as draft
July 27, 2026 23:57
Faless
force-pushed
the
feat/mbedtls
branch
8 times, most recently
from
July 28, 2026 15:50
c8d21c3 to
ad534a4
Compare
Member
|
@Faless Out of curiosity, is this ready for review now? |
Contributor
Author
Faless
force-pushed
the
feat/mbedtls
branch
2 times, most recently
from
July 30, 2026 16:32
87d239e to
026a5ef
Compare
Faless
marked this pull request as ready for review
July 30, 2026 18:31
Calinou
reviewed
Jul 30, 2026
Faless
force-pushed
the
feat/mbedtls
branch
3 times, most recently
from
July 30, 2026 23:54
543c604 to
5c04ea5
Compare
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Improve CI, add x86_32, arm32, arm64 and android builds
Original Description!
Build dependencies using cmake.I was nerd-sniped by the merge of #191 and #199 to try and switch to mbedTLS as the crypto library.
This should make it much easier to get ARM32/ARM64 (#260) builds on both windows and linux (I've confirmed cross-builds for linux arm32/arm64, for windows, see godotengine/webrtc-native#174 ).
I can add the CI bits as a separate commit to this PR if desired.