Skip to content

Conversation

@Easton97-Jens
Copy link

@Easton97-Jens Easton97-Jens commented Dec 20, 2025

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

@sonarqubecloud
Copy link

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