Skip to content

Add pre-compiler checks for different config options#316

Merged
ColtonWilley merged 1 commit into
wolfSSL:masterfrom
padelsbach:wp-build-flag-config
Oct 23, 2025
Merged

Add pre-compiler checks for different config options#316
ColtonWilley merged 1 commit into
wolfSSL:masterfrom
padelsbach:wp-build-flag-config

Conversation

@padelsbach

Copy link
Copy Markdown
Contributor

This change addresses build and unit test errors when using the following config in utils-wolfssl.sh.

WOLFSSL_TAG=${WOLFSSL_TAG:-"v5.8.2-stable"}
WOLFSSL_CONFIG_OPTS=${WOLFSSL_CONFIG_OPTS:-'--enable-all-crypto --with-eccminsz=192 --with-max-ecc-bits=1024 --enable-opensslcoexist --enable-sha'}
WOLFSSL_CONFIG_CFLAGS=${WOLFSSL_CONFIG_CFLAGS:-"-I${OPENSSL_INSTALL_DIR}/include -DWC_RSA_NO_PADDING -DWOLFSSL_PUBLIC_MP -DHAVE_PUBLIC_FFDHE -DHAVE_FFDHE_6144 -DHAVE_FFDHE_8192 -DWOLFSSL_PSS_LONG_SALT -DWOLFSSL_PSS_SALT_LEN_DISCOVER -DRSA_MIN_SIZE=1024 -DWOLFSSL_OLD_OID_SUM "}

@padelsbach
padelsbach force-pushed the wp-build-flag-config branch from d5414f8 to cdbeb99 Compare October 22, 2025 00:36
@padelsbach
padelsbach marked this pull request as ready for review October 22, 2025 19:14
@padelsbach
padelsbach requested a review from SparkiDev October 22, 2025 19:29
@SparkiDev SparkiDev assigned ColtonWilley and unassigned SparkiDev Oct 22, 2025
@ColtonWilley
ColtonWilley merged commit 435c998 into wolfSSL:master Oct 23, 2025
217 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.

4 participants