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 enable provider #7550

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Add enable provider #7550

merged 4 commits into from
Jul 15, 2024

Conversation

bandi13
Copy link
Contributor

@bandi13 bandi13 commented May 16, 2024

Cleaned up how ECC_MIN_SZ gets set. Added in '--enable-wolfprovider' option.

@bandi13 bandi13 self-assigned this May 16, 2024
@bandi13
Copy link
Contributor Author

bandi13 commented May 21, 2024

retest this please

The discrepancy shows up when trying to compile with FIPS
Copy link
Contributor

@douzzer douzzer left a comment

Choose a reason for hiding this comment

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

nice catch on the FIPS eccminsz!

configure.ac Outdated
Comment on lines 333 to 337
enable_all_crypto=yes
enable_opensslcoexist=yes
enable_sha=yes
enable_eccminsz=192
with_max_ecc_bits=1024
Copy link
Contributor

Choose a reason for hiding this comment

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

These should be conditional on the user not supplying an override value to configure. E.g.

    test -z "$enable_all_crypto" && enable_all_crypto=yes

Notice that --enable-all, --enable-all-crypto, and even FIPS dev or v5-dev, use similar logic to allow tailoring and testing of different feature combinations. It's understood that some combinations won't work -- if the user forces something, they own the consequences.

@douzzer douzzer merged commit 475ec7b into wolfSSL:master Jul 15, 2024
119 checks passed
@bandi13 bandi13 deleted the addEnableProvider branch July 23, 2024 21:10
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.

3 participants