Skip to content

Initial commit for strongswan patch for wolfProvider #238

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ColtonWilley
Copy link
Contributor

Also setup new directory structure for wolfProvider OSP patches

@@ -840,49 +818,16 @@ plugin_t *openssl_plugin_create()
#endif /* OPENSSL_VERSION_NUMBER */

#if OPENSSL_VERSION_NUMBER >= 0x30000000L
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are patching it anyway, consider adding an #error in the #else case to avoid configuration errors.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In theory this could also work with a pre ossl 3 engine implementation, possibly ours even though it has not been tested. I would prefer to preserve that possible call path for the future.

ColtonWilley and others added 2 commits April 15, 2025 10:08
Co-authored-by: Juliusz Sosinowicz <49391366+julek-wolfssl@users.noreply.github.com>
Co-authored-by: Juliusz Sosinowicz <49391366+julek-wolfssl@users.noreply.github.com>
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.

2 participants