Skip to content

fix mldsa test case for buffer size and expire date#9024

Merged
dgarske merged 1 commit intowolfSSL:masterfrom
JacobBarthelmeh:mldsa
Jul 22, 2025
Merged

fix mldsa test case for buffer size and expire date#9024
dgarske merged 1 commit intowolfSSL:masterfrom
JacobBarthelmeh:mldsa

Conversation

@JacobBarthelmeh
Copy link
Contributor

Size of certificate being signed could be larger than the test buffer. Steps to hit the failing test case is:

./configure --enable-kyber --enable-dilithium --enable-all CC="clang -g -fsanitize=address"
make
for i in {1..10000}; do echo "Test $i"; ./tests/unit.test -372 -373 &> stdout.txt; if [ "$?" != "0" ]; then echo "Caught a failure"; break; fi done

@JacobBarthelmeh JacobBarthelmeh self-assigned this Jul 21, 2025
@JacobBarthelmeh
Copy link
Contributor Author

Retest this please Jenkins:

Found unhandled org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException exception:

@dgarske dgarske self-assigned this Jul 22, 2025
@dgarske dgarske merged commit 357b624 into wolfSSL:master Jul 22, 2025
243 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