Fix for Curve25519 and static ephemeral issue with curve25519 blinding. Added new test case (used by wolfKeyMgr).

This commit is contained in:
David Garske
2025-05-12 10:26:31 -07:00
parent ed6f853b9c
commit e09e3f6098
2 changed files with 8 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ jobs:
'--enable-ascon --enable-experimental',
'--enable-ascon CPPFLAGS=-DWOLFSSL_ASCON_UNROLL --enable-experimental',
'--enable-all CPPFLAGS=''-DNO_AES_192 -DNO_AES_256'' ',
'--enable-sniffer --enable-curve25519 --enable-curve448 --enable-enckeys CFLAGS=-DWOLFSSL_DH_EXTRA',
]
name: make check
if: github.repository_owner == 'wolfssl'