Skip to content

Commit 43d831f

Browse files
committed
API testing: split out more test cases
EVP into test_evp_cipher, test_evp_digest, test_evp_pkey and test_evp. OBJ into test_ossl_obj. OpenSSL RAND into test_ossl_rand. OpenSSL PKCS7 and PKCS12 tests into test_ossl_p7p12. CertificateManager into test_certman. Move some BIO tests from api.c into test_evp_bio.c. Fix line lengths.
1 parent 6264c11 commit 43d831f

27 files changed

Lines changed: 24159 additions & 23377 deletions

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,6 +2705,13 @@ if(WOLFSSL_EXAMPLES)
27052705
tests/api/test_ossl_x509_str.c
27062706
tests/api/test_ossl_x509_lu.c
27072707
tests/api/test_ossl_pem.c
2708+
tests/api/test_ossl_rand.c
2709+
tests/api/test_ossl_obj.c
2710+
tests/api/test_ossl_p7p12.c
2711+
tests/api/test_evp_digest.c
2712+
tests/api/test_evp_cipher.c
2713+
tests/api/test_evp_pkey.c
2714+
tests/api/test_certman.c
27082715
tests/api/test_tls13.c
27092716
tests/srp.c
27102717
tests/suites.c

0 commit comments

Comments
 (0)