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

Regression testing fixes #8315

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

SparkiDev
Copy link
Contributor

@SparkiDev SparkiDev commented Dec 24, 2024

Description

test.c: Dilithium private key not available in cert_test.h unless signing is enabled.
./configure --disable-shared --enable-dilithium=make,44,65,87 ./configure --disable-shared --enable-dilithium=make,sign,44,65,87 ./configure --disable-shared --enable-dilithium=make,verify,44,65,87
test.c: Dilithium doesn't have decode/encode when
WOLFSSL_DILITHIUM_NO_ASN1 is defined.
./configure --disable-shared --enable-dilithium=yes CFLAGS=-DWOLFSSL_DILITHIUM_NO_ASN1

Testing

See above

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

test.c: Dilithium private key not available in cert_test.h unless
signing is enabled.
./configure --disable-shared --enable-dilithium=make,44,65,87
./configure --disable-shared --enable-dilithium=make,sign,44,65,87
./configure --disable-shared --enable-dilithium=make,verify,44,65,87
test.c: Dilithium doesn't have decode/encode when
WOLFSSL_DILITHIUM_NO_ASN1 is defined.
./configure --disable-shared --enable-dilithium=yes
CFLAGS=-DWOLFSSL_DILITHIUM_NO_ASN1
@JacobBarthelmeh JacobBarthelmeh merged commit 98d212d into wolfSSL:master Dec 24, 2024
149 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants