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

Don't force a ECC CA when a custom CA is passed with -A #4936

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

julek-wolfssl
Copy link
Member

@julek-wolfssl julek-wolfssl commented Mar 8, 2022

The following config would fail ./configure --enable-opensslall CFLAGS="-DOPENSSL_COMPATIBLE_DEFAULTS" && make -j check. This is because test-fails.conf ECC no signer error test expects a failure while the ECC CA was being added as a trusted cert due to OPENSSL_COMPATIBLE_DEFAULTS.

Reported in #4593 (comment)

The following config would fail `../configure --enable-opensslall CFLAGS="-DOPENSSL_COMPATIBLE_DEFAULTS" && make -j check`. This is because `test-fails.conf` `ECC no signer error` test expects a failure while the ECC CA was being added as a trusted cert due to  `OPENSSL_COMPATIBLE_DEFAULTS`.
@dgarske dgarske merged commit c256d8c into wolfSSL:master Mar 8, 2022
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