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

20250130-UHAVE_FFDHE_2048 #8401

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

douzzer
Copy link
Contributor

@douzzer douzzer commented Jan 30, 2025

tests/api.c and wolfcrypt/benchmark/benchmark.c: fixes for building with HAVE_FFDHE_3072 and/or HAVE_FFDHE_4096 but without HAVE_FFDHE_2048.

tested with

./configure --enable-all --with-eccminsz=256 --with-max-rsa-bits=8192 CFLAGS='-DRSA_MIN_SIZE=2048 -UHAVE_FFDHE_2048 -DHAVE_FFDHE_3072 -DHAVE_FFDHE_4096 -DHAVE_FFDHE_6144 -DHAVE_FFDHE_8192'

and same without DHE 3072:

`./configure --enable-all --with-eccminsz=256 --with-max-rsa-bits=8192 CFLAGS='-DRSA_MIN_SIZE=2048 -UHAVE_FFDHE_2048 -UHAVE_FFDHE_3072 -DHAVE_FFDHE_4096 -DHAVE_FFDHE_6144 -DHAVE_FFDHE_8192'`

…ith HAVE_FFDHE_3072 and/or HAVE_FFDHE_4096 but without HAVE_FFDHE_2048.
@JacobBarthelmeh JacobBarthelmeh merged commit 6181559 into wolfSSL:master Jan 30, 2025
163 checks passed
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