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

Add WOLFSSL_CLU option to CMakeLists.txt #8548

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

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Add WOLFSSL_CLU option to CMakeLists.txt

This PR adds a CMake option that accomplishes the same functionality as the --enable-wolfclu option in configure.ac. When enabled, the WOLFSSL_CLU option automatically enables the following features:

  • CertGen
  • CertReq
  • CertExt
  • MD5
  • AES CTR
  • Key Generation
  • OpenSSL All
  • ED25519
  • SHA512
  • DES3
  • PKCS7

It also adds the necessary compiler flags:

  • -DHAVE_OID_ENCODING
  • -DWOLFSSL_NO_ASN_STRICT
  • -DWOLFSSL_ALT_NAMES

Link to Devin run: https://app.devin.ai/sessions/83c50326ba0540f182e5404182e9def4

Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@wolfSSL-Bot
Copy link

Can one of the admins verify this patch?

@embhorn
Copy link
Member

embhorn commented Mar 11, 2025

This PR fixes #8271

@embhorn embhorn self-assigned this Mar 11, 2025
@embhorn embhorn requested a review from philljj March 11, 2025 17:35
@embhorn embhorn assigned wolfSSL-Bot and unassigned embhorn Mar 11, 2025
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