Skip to content

Commit

Permalink
add CRL and DSA testing back and touch up help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Nov 14, 2024
1 parent 9e18bd8 commit 05e1100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fsanitize-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
config: [
# Add new configs here and make wolfclu matrix match
'--enable-wolfclu',
'--enable-wolfclu --enable-crl --enable-dsa --enable-pkcs7',
'--enable-wolfclu --enable-smallstack',
'--enable-wolfclu --enable-experimental --enable-dilithium',
'--enable-wolfclu --enable-smallstack --enable-experimental --enable-dilithium',
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
os: [ ubuntu-latest ]
config: [
'--enable-wolfclu',
'--enable-wolfclu --enable-crl --enable-dsa --enable-pkcs7',
'--enable-wolfclu --enable-smallstack',
'--enable-wolfclu --enable-experimental --enable-dilithium',
'--enable-wolfclu --enable-smallstack --enable-experimental --enable-dilithium',
Expand Down
1 change: 1 addition & 0 deletions src/tools/clu_funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ static const struct option crypt_algo_options[] = {
WOLFCLU_LOG(WOLFCLU_L0, "rsa RSA key operations");
WOLFCLU_LOG(WOLFCLU_L0, "x509 X509 certificate processing");
WOLFCLU_LOG(WOLFCLU_L0, "verify X509 certificate verify");
WOLFCLU_LOG(WOLFCLU_L0, "pkcs7 Used for parsing PKCS7 files");
WOLFCLU_LOG(WOLFCLU_L0, "pkcs12 Used for parsing PKCS12 files");
WOLFCLU_LOG(WOLFCLU_L0, "s_server Basic TLS server for testing"
" connection");
Expand Down

0 comments on commit 05e1100

Please sign in to comment.