Fix for RSA private key parsing (allowing public) and RSA keygen no malloc support.

This commit is contained in:
David Garske
2026-01-26 16:06:05 -08:00
parent 4574a0c10e
commit c8fa1e915b
6 changed files with 68 additions and 11 deletions

View File

@@ -70,6 +70,7 @@ jobs:
'--enable-all --enable-certgencache',
'--enable-sessionexport --enable-dtls --enable-dtls13',
'--enable-sessionexport',
'--disable-examples CPPFLAGS=-DWOLFSSL_NO_MALLOC',
]
name: make check
if: github.repository_owner == 'wolfssl'