Skip to content

Commit b4b617d

Browse files
committed
api.c: Split out more functions
More X509 function testing. X509 store function testing. X509 lookup function testing.
1 parent 0b2fb66 commit b4b617d

19 files changed

+4660
-4129
lines changed

CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2693,6 +2693,18 @@ if(WOLFSSL_EXAMPLES)
26932693
tests/api/test_ossl_mac.c
26942694
tests/api/test_ossl_rsa.c
26952695
tests/api/test_ossl_sk.c
2696+
tests/api/test_ossl_x509.c
2697+
tests/api/test_ossl_x509_ext.c
2698+
tests/api/test_ossl_x509_name.c
2699+
tests/api/test_ossl_x509_pk.c
2700+
tests/api/test_ossl_x509_vp.c
2701+
tests/api/test_ossl_x509_io.c
2702+
tests/api/test_ossl_x509_crypto.c
2703+
tests/api/test_ossl_x509_acert.c
2704+
tests/api/test_ossl_x509_info.c
2705+
tests/api/test_ossl_x509_str.c
2706+
tests/api/test_ossl_x509_lu.c
2707+
tests/api/test_ossl_pem.c
26962708
tests/api/test_tls13.c
26972709
tests/srp.c
26982710
tests/suites.c

0 commit comments

Comments
 (0)