Merge pull request #8732 from dgarske/stm32_hash_status

Fix for STM32 hash status check logic (also fix NO_AES_192 and NO_AES_256)
This commit is contained in:
Sean Parkinson
2025-05-07 20:56:18 +10:00
committed by GitHub
12 changed files with 175 additions and 94 deletions

View File

@@ -42,6 +42,7 @@ jobs:
--enable-psk --enable-aesccm --enable-nullcipher CPPFLAGS=-DWOLFSSL_STATIC_RSA',
'--enable-ascon --enable-experimental',
'--enable-ascon CPPFLAGS=-DWOLFSSL_ASCON_UNROLL --enable-experimental',
'--enable-all CPPFLAGS=''-DNO_AES_192 -DNO_AES_256'' ',
]
name: make check
if: github.repository_owner == 'wolfssl'