Add initial mbedTLS v4 support#3477
Closed
Easton97-Jens wants to merge 0 commit intoowasp-modsecurity:v3/masterfrom
Closed
Add initial mbedTLS v4 support#3477Easton97-Jens wants to merge 0 commit intoowasp-modsecurity:v3/masterfrom
Easton97-Jens wants to merge 0 commit intoowasp-modsecurity:v3/masterfrom
Conversation
airween
requested changes
Jan 25, 2026
airween
requested changes
Jan 27, 2026
f7e7180 to
9328b6c
Compare
Contributor
Author
|
I have made all the necessary adjustments. Everything now works as expected with the new test and runs without errors |
Member
Unfortunately none of the regression tests were success, all were failed. Please take a look at them. |
Contributor
Author
|
Only the new test is expected to work. |
Member
Contributor
Author
|
That would require an adjustment to the ci.yml file. Should I correct it or edit the teama file in a new pull? |
941d7db to
da00c6d
Compare
|
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.



what
Updated the project to support mbedTLS v4
Adapted to the new mbedTLS v4 structure, which is split into two separate parts
Integrated mbedTLS v4 as a submodule so it can be used by the main module
why
This pull request is based on the request and discussion in
#3450
mbedTLS v4 introduces structural changes that require updates to the build and integration process
The goal is to provide an initial, working approach for mbedTLS v4 support
known issues / notes
Since mbedTLS v4 is split into two separate components, it is included as a submodule
→ To ensure the submodule is properly loaded by the main module, the following step is currently required:
git submodule update --init --recursive
The include setup is now working, and I can build the project locally.
Note: I am not a professional programmer, and this pull request represents my best effort
→ I am explicitly relying on feedback and guidance from the maintainers, especially regarding the Makefile and build system structure
references
Discussion / Request: #3450
Repository: https://github.com/Easton97-Jens/ModSecurity