Skip to content

Commit

Permalink
Merge pull request wolfSSL#8513 from SparkiDev/api_c_split_ciphers
Browse files Browse the repository at this point in the history
Test api.c: split out MACs and ciphers
  • Loading branch information
douzzer authored Feb 27, 2025
2 parents 7d0ef5b + 4830035 commit d63a180
Show file tree
Hide file tree
Showing 28 changed files with 6,217 additions and 5,124 deletions.
14 changes: 13 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,6 @@ if(WOLFSSL_EXAMPLES)
# Build unit tests
add_executable(unit_test
tests/api.c
tests/api/test_dtls.c
tests/api/test_md5.c
tests/api/test_sha.c
tests/api/test_sha256.c
Expand All @@ -2522,8 +2521,21 @@ if(WOLFSSL_EXAMPLES)
tests/api/test_sm3.c
tests/api/test_ripemd.c
tests/api/test_hash.c
tests/api/test_hmac.c
tests/api/test_cmac.c
tests/api/test_des3.c
tests/api/test_chacha.c
tests/api/test_poly1305.c
tests/api/test_chacha20_poly1305.c
tests/api/test_camellia.c
tests/api/test_arc4.c
tests/api/test_rc2.c
tests/api/test_aes.c
tests/api/test_ascon.c
tests/api/test_sm4.c
tests/api/test_wc_encrypt.c
tests/api/test_mlkem.c
tests/api/test_dtls.c
tests/api/test_ocsp.c
tests/hash.c
tests/srp.c
Expand Down
Loading

0 comments on commit d63a180

Please sign in to comment.