wolfssl/tests/api
Sean Parkinson 5a1cd9fc3e ssl.c split: cleanup
Clean up includes single return point from every function, consistent formatting function block comment and tests added.

ssl_api_rw.c: Cleanup; 6 helpers extracted from write_dup/shutdown; fixed a SendBuffered corner case that returned 0 instead of an error.

ssl_api_ext.c: Cleanup; extracted wolfssl_ticket_key_cb_process, wolfssl_rehandshake_prepare.

ssl_api_hs.c: Cleanup + de-indent; 9 helpers extracted, incl. shared wolfssl_handshake_flush/_done between connect and accept (~100 duplicated lines removed). wolfSSL_connect/accept left multi-exit.

ssl_api_cert.c: Cleanup of newer functions at end of file; extracted PushPeerCertToChain; fixed a double free in CreatePeerCertChain; fixed 5 wrong @param names.

ssl_api_crl_ocsp.c: Full cleanup of all 49 functions; wolfSSL_OCSP_parse_url rewritten; fixed a URL with no host returning success with the rest of the URL as the host; added IPv6 literal support; fixed 4 wrong WOLFSSL_ENTER names.

ssl.c: Moved the x509GetIssuerFromCM forward declaration here for clarity.
2026-08-07 09:30:56 +10:00
..
api.h fixes for issues identified by CI tests and AI review: 2026-07-07 02:35:51 -05:00
api_decl.h update Copyright year 2026-02-18 09:52:21 -07:00
create_ocsp_test_blobs.py reject status_request_v2 ocsp-multi staples that bundle multiple SingleResponses 2026-07-10 18:56:51 +02:00
include.am ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_aes.c fixes and improvements from AI review: 2026-08-05 13:53:47 -05:00
test_aes.h tests: AES MC/DC white-box supplement + api decision/feature coverage 2026-07-09 10:02:21 +02:00
test_arc4.c Ensure a key is set for ARC4 operations 2026-06-10 11:36:29 +02:00
test_arc4.h Ensure a key is set for ARC4 operations 2026-06-10 11:36:29 +02:00
test_ascon.c tests: re-enable ascon inSz=0 and rsa prime-check OOM cases (PR 10973) 2026-07-31 13:16:41 +02:00
test_ascon.h tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_ascon_kats.h update Copyright year 2026-02-18 09:52:21 -07:00
test_asn.c Fix buffer overrun in SignCert when sizing the signature wrapper 2026-08-06 08:50:30 +02:00
test_asn.h Fix buffer overrun in SignCert when sizing the signature wrapper 2026-08-06 08:50:30 +02:00
test_blake2.c tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_blake2.h tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_camellia.c tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_camellia.h F-6426 - Reject Camellia cipher ops when no key is set 2026-07-02 11:36:01 +02:00
test_certman.c More tests 2026-07-24 14:34:17 -04:00
test_certman.h More tests 2026-07-24 14:34:17 -04:00
test_chacha.c Reject unset key in wc_Chacha_Process 2026-08-01 13:11:52 +02:00
test_chacha.h Reject unset key in wc_Chacha_Process 2026-08-01 13:11:52 +02:00
test_chacha20_poly1305.c tests: MC/DC gap-closing for the deferred Part-3 modules 2026-07-17 08:56:03 +02:00
test_chacha20_poly1305.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_cmac.c tests/api/test_cmac.c: add `&& !defined(WOLFSSL_KCAPI)` to two build guards. 2026-08-05 13:53:46 -05:00
test_cmac.h tests: MC/DC decision coverage for hmac.c and cmac.c 2026-07-13 11:19:23 +02:00
test_coding.c tests: MC/DC gap-closing for the deferred Part-3 modules 2026-07-17 08:56:03 +02:00
test_coding.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_curve448.c tests: MC/DC gap-closing for the deferred Part-3 modules 2026-07-17 08:56:03 +02:00
test_curve448.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_curve25519.c Curve25519 crypto cb full 2026-08-03 16:30:31 -07:00
test_curve25519.h Curve25519 crypto cb full 2026-08-03 16:30:31 -07:00
test_des3.c tests: skip single-DES NULL-arg MC/DC under FIPS/selftest (SIGSEGV) 2026-07-31 12:56:52 +02:00
test_des3.h tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_dh.c Use random-witness primality test for untrusted DH modulus 2026-08-01 13:13:00 +02:00
test_dh.h Use random-witness primality test for untrusted DH modulus 2026-08-01 13:13:00 +02:00
test_digest.h update Copyright year 2026-02-18 09:52:21 -07:00
test_dsa.c tests: guard DsaSign_ex / DhGenerateParams tests for the frozen selftest API 2026-07-13 11:19:24 +02:00
test_dsa.h tests: MC/DC decision coverage for dh.c and dsa.c 2026-07-13 11:19:23 +02:00
test_dtls.c Merge pull request #10984 from embhorn/zd22162 2026-08-03 10:11:25 -07:00
test_dtls.h Cover the DTLS 1.3 scheduled work API in the tests 2026-08-01 12:04:57 +02:00
test_dtls13.c Cover the DTLS 1.3 scheduled work API in the tests 2026-08-01 12:04:57 +02:00
test_dtls13.h Zeroize key material when clearing a WOLFSSL for reuse 2026-08-01 11:54:40 +02:00
test_ecc.c Add negative tests for wc_ecc_check_key public-key checks 2026-08-01 13:13:00 +02:00
test_ecc.h Add negative tests for wc_ecc_check_key public-key checks 2026-08-01 13:13:00 +02:00
test_eccsi.c tests: fix eccsi ValidateEccsiPair error code under WOLFSSL_SP_MATH 2026-07-31 12:56:52 +02:00
test_eccsi.h tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_ed448.c Merge pull request #10911 from rizlik/der_import_trusted 2026-08-04 10:29:42 -07:00
test_ed448.h Merge pull request #10911 from rizlik/der_import_trusted 2026-08-04 10:29:42 -07:00
test_ed25519.c wolfssl: expose trusted argument in ed25519/ed448 der export 2026-07-29 23:20:44 +02:00
test_ed25519.h wolfssl: expose trusted argument in ed25519/ed448 der export 2026-07-29 23:20:44 +02:00
test_error.c tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_error.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_evp.c Merge pull request #10706 from JacobBarthelmeh/dev 2026-07-07 16:41:15 -07:00
test_evp.h update Copyright year 2026-02-18 09:52:21 -07:00
test_evp_cipher.c Merge pull request #10364 from MarkAtwood/fix/evp-cipher-iv-length-cfb-ofb 2026-06-04 17:26:48 -05:00
test_evp_cipher.h Fix review feedback 2026-03-05 08:51:52 -06:00
test_evp_digest.c add unit test for NULL SHAKE parameters 2026-05-06 15:25:06 -06:00
test_evp_digest.h update Copyright year 2026-02-18 09:52:21 -07:00
test_evp_pkey.c Reset stale key metadata when d2i reuses an EVP_PKEY 2026-08-06 22:19:42 +02:00
test_evp_pkey.h Reset stale key metadata when d2i reuses an EVP_PKEY 2026-08-06 22:19:42 +02:00
test_falcon.c tests: MC/DC coverage for native Falcon (falcon.c) 2026-07-31 12:56:52 +02:00
test_falcon.h tests: MC/DC coverage for native Falcon (falcon.c) 2026-07-31 12:56:52 +02:00
test_frodokem.c fixes from peer review, post-rebase test results, and test coverage expansion: 2026-08-05 13:55:14 -05:00
test_frodokem.h FrodoKEM: ASN.1 keys, X.509 certicates 2026-07-17 22:38:55 +10:00
test_hash.c tests: skip DEBUG-unreachable hash type-error checks in test_hash 2026-07-17 08:56:03 +02:00
test_hash.h tests: MC/DC gap-closing for the deferred Part-3 modules 2026-07-17 08:56:03 +02:00
test_hmac.c Merge pull request #10938 from yosuke-wolfssl/fix/f_6767 2026-08-04 10:43:24 -07:00
test_hmac.h Merge pull request #10938 from yosuke-wolfssl/fix/f_6767 2026-08-04 10:43:24 -07:00
test_hpke.c tests: fix CI failures in HPKE/SAKKE MC/DC coverage tests 2026-07-31 12:56:52 +02:00
test_hpke.h tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_kdf.c wolfcrypt/src/hmac.c: in wc_HmacSetKey_ex reject WC_MD5 under HAVE_FIPS 2026-08-05 13:53:45 -05:00
test_kdf.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_lms_xmss.c LMS/XMSS: don't skip the software reload when a read callback is set 2026-08-05 22:23:43 +02:00
test_lms_xmss.h LMS/XMSS: don't skip the software reload when a read callback is set 2026-08-05 22:23:43 +02:00
test_md2.c update MD2 functions to return int instead of void 2026-05-13 11:36:36 -06:00
test_md2.h update Copyright year 2026-02-18 09:52:21 -07:00
test_md4.c update MD4 return from void to int 2026-05-13 11:36:36 -06:00
test_md4.h update Copyright year 2026-02-18 09:52:21 -07:00
test_md5.c update Copyright year 2026-02-18 09:52:21 -07:00
test_md5.h update Copyright year 2026-02-18 09:52:21 -07:00
test_mldsa.c Fix WC_C_DYNAMIC_FALLBACK in various quantum-resistant alg implementations: 2026-08-05 13:53:46 -05:00
test_mldsa.h tests: MC/DC gap-closing for Part 3 wolfCrypt modules 2026-07-17 08:56:03 +02:00
test_mldsa_legacy.c Regression testing fixes 2026-06-04 18:29:24 +10:00
test_mlkem.c Regression testing fixes 2026-07-29 14:59:47 +10:00
test_mlkem.h tests: MC/DC gap-closing for Part 3 wolfCrypt modules 2026-07-17 08:56:03 +02:00
test_ocsp.c Make OCSP stapling request ownership explicit 2026-07-31 22:02:42 +02:00
test_ocsp.h Make OCSP stapling request ownership explicit 2026-07-31 22:02:42 +02:00
test_ocsp_test_blobs.h Merge pull request #10747 from gasbytes/tls-1-2-ocsp-multi-stapl-check 2026-07-10 11:51:52 -07:00
test_ossl_asn1.c Fix possible memcpy length overflow in wolfSSL_d2i_ASN1_INTEGER 2026-07-07 17:41:49 -07:00
test_ossl_asn1.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_bio.c F-6345 - Reject oversized length in memory BIO write 2026-07-02 11:36:01 +02:00
test_ossl_bio.h F-6345 - Reject oversized length in memory BIO write 2026-07-02 11:36:01 +02:00
test_ossl_bn.c Add tests for BN_bn2binpad with zero output length 2026-04-13 15:50:26 +02:00
test_ossl_bn.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_cipher.c Ensure a key is set for ARC4 operations 2026-06-10 11:36:29 +02:00
test_ossl_cipher.h tests 2026-05-07 02:33:58 +00:00
test_ossl_dgst.c update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_dgst.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_dh.c update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_dh.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_dsa.c wolfcrypt: add additional enforcement of correct digest sizes in signature gen and verify ops: 2026-04-06 00:53:57 -05:00
test_ossl_dsa.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_ec.c Add d2i NULL-deref guards and regression tests 2026-05-27 15:38:30 -07:00
test_ossl_ec.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_ecx.c update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_ecx.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_mac.c Zeroize the saved HMAC pads on cleanup 2026-08-01 11:54:40 +02:00
test_ossl_mac.h Zeroize the saved HMAC pads on cleanup 2026-08-01 11:54:40 +02:00
test_ossl_obj.c update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_obj.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_p7p12.c updated email to facts@wolfssl.com 2026-06-26 14:44:16 -06:00
test_ossl_p7p12.h PKCS7: tighten signature presence check in PKCS7_verify 2026-06-16 20:19:22 +02:00
test_ossl_pem.c Ignore return from remove() function in tests with (void) 2026-06-25 14:44:03 -06:00
test_ossl_pem.h Refactor - Split test to two different functions 2026-05-22 19:24:53 +03:00
test_ossl_rand.c honor OpenSSL fail-open contracts 2026-05-14 16:59:12 +00:00
test_ossl_rand.h honor OpenSSL fail-open contracts 2026-05-14 16:59:12 +00:00
test_ossl_rsa.c tests/api.c: appropriately pivot expected result code on minDhKeySz in test_wolfSSL_CTX_SetTmpDH_file() and test_wolfSSL_SetTmpDH_file(). 2026-07-07 00:19:47 -05:00
test_ossl_rsa.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_sk.c update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_sk.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_tsp.c Time-Stamp Protocol (RFC 3161) 2026-07-08 09:33:47 +10:00
test_ossl_tsp.h Time-Stamp Protocol (RFC 3161) 2026-07-08 09:33:47 +10:00
test_ossl_x509.c Honour chklen when matching an IP in X509_check_host 2026-08-01 11:54:40 +02:00
test_ossl_x509.h Honour chklen when matching an IP in X509_check_host 2026-08-01 11:54:40 +02:00
test_ossl_x509_acert.c Enforce attribute certificate validity period in VerifyX509Acert 2026-07-22 13:07:55 +02:00
test_ossl_x509_acert.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_x509_crypto.c openssl compat errors and mldsa oid fix 2026-07-13 11:56:57 -06:00
test_ossl_x509_crypto.h openssl compat errors and mldsa oid fix 2026-07-13 11:56:57 -06:00
test_ossl_x509_ext.c tests: keep test_wolfSSL_X509V3_EXT OPENSSL_ALL-only 2026-07-09 10:02:22 +02:00
test_ossl_x509_ext.h tests: add MC/DC decision/feature coverage tests 2026-07-09 10:02:21 +02:00
test_ossl_x509_info.c updated email to facts@wolfssl.com 2026-06-26 14:44:16 -06:00
test_ossl_x509_info.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_x509_io.c Harden X509 DER length handling in wolfSSL_X509_get_der and wolfSSL_i2d_X509 2026-06-04 10:38:37 -07:00
test_ossl_x509_io.h Harden X509 DER length handling in wolfSSL_X509_get_der and wolfSSL_i2d_X509 2026-06-04 10:38:37 -07:00
test_ossl_x509_lu.c src/x509.c: refactor wolfSSL_PEM_read_bio_X509_CRL onto the per-block reader 2026-04-28 10:06:47 +00:00
test_ossl_x509_lu.h src/x509.c: refactor wolfSSL_PEM_read_bio_X509_CRL onto the per-block reader 2026-04-28 10:06:47 +00:00
test_ossl_x509_name.c updated email to facts@wolfssl.com 2026-06-26 14:44:16 -06:00
test_ossl_x509_name.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_x509_pk.c update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_x509_pk.h update Copyright year 2026-02-18 09:52:21 -07:00
test_ossl_x509_str.c X509_STORE_CTX_set0_crls: implement for OpenVPN 2026-07-22 13:31:03 +02:00
test_ossl_x509_str.h X509_STORE_CTX_set0_crls: implement for OpenVPN 2026-07-22 13:31:03 +02:00
test_ossl_x509_vp.c Direct compare paramTo->check_time == 11 to prevent store_truncates_time_t 2026-07-21 09:50:17 -06:00
test_ossl_x509_vp.h update Copyright year 2026-02-18 09:52:21 -07:00
test_pkcs7.c Merge pull request #10937 from embhorn/zd22160 2026-08-04 10:33:15 -07:00
test_pkcs7.h Merge pull request #10937 from embhorn/zd22160 2026-08-04 10:33:15 -07:00
test_pkcs12.c tests: address review findings (dead HAVE_PQC guard, guard/style cleanups) 2026-07-09 10:02:22 +02:00
test_pkcs12.h tests: add MC/DC decision/feature coverage tests 2026-07-09 10:02:21 +02:00
test_poly1305.c tests: MC/DC decision coverage for chacha.c and poly1305.c 2026-07-13 11:19:23 +02:00
test_poly1305.h API testing additions: cipher tests 2026-04-10 15:43:21 +10:00
test_pwdbased.c tests: MC/DC gap-closing for the deferred Part-3 modules 2026-07-17 08:56:03 +02:00
test_pwdbased.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_random.c tests: MC/DC gap-closing for the deferred Part-3 modules 2026-07-17 08:56:03 +02:00
test_random.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_rc2.c F-6427 - Reject RC2 cipher ops when no key is set 2026-07-02 11:36:01 +02:00
test_rc2.h F-6427 - Reject RC2 cipher ops when no key is set 2026-07-02 11:36:01 +02:00
test_ripemd.c update Copyright year 2026-02-18 09:52:21 -07:00
test_ripemd.h update Copyright year 2026-02-18 09:52:21 -07:00
test_rsa.c tests/rsa: guard wc_RsaFunction arg-check block against FIPS 2026-07-13 14:13:46 +02:00
test_rsa.h tests: add MC/DC decision/feature coverage tests 2026-07-09 10:02:21 +02:00
test_sakke.c tests: WC_NO_ERR_TRACE error-code operands + uppercase literal suffixes 2026-07-31 12:56:52 +02:00
test_sakke.h tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_session.c api.c: move out tests into other files 2026-05-28 19:34:09 +10:00
test_session.h api.c: move out tests into other files 2026-05-28 19:34:09 +10:00
test_sha.c update Copyright year 2026-02-18 09:52:21 -07:00
test_sha.h update Copyright year 2026-02-18 09:52:21 -07:00
test_sha3.c test/: 2026-07-24 16:39:54 -05:00
test_sha3.h KMAC and cSHAKE: Add new algorithms 2026-07-13 17:48:56 +10:00
test_sha256.c update Copyright year 2026-02-18 09:52:21 -07:00
test_sha256.h update Copyright year 2026-02-18 09:52:21 -07:00
test_sha512.c tests: guard frozen-module MC/DC tests against FIPS/selftest builds 2026-07-13 11:19:24 +02:00
test_sha512.h cryptocb: support WOLF_CRYPTO_CB_ONLY_SHA512 2026-06-04 20:21:50 +02:00
test_she.c wc_SHE_ImportM1M2M3: fix guard from || to && so it gates on WOLF_CRYPTO_CB 2026-04-15 18:03:39 -06:00
test_she.h Fix CMake SHE deps, const-correctness in CryptoCb uid, stale comment, XSTRLEN double call, configure.ac AES-CBC guard, and add LoadKey/LoadKey_Verify test coverage 2026-04-15 11:28:03 -06:00
test_signature.c revert DoExpect to Expect and memset rng so on init fail the object is safe to free 2026-08-05 13:53:33 -06:00
test_signature.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_siphash.c tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_siphash.h tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_slhdsa.c Add SLH-DSA support for the TLS 1.3 and DTLS 1.3 handshake 2026-08-04 22:23:03 +02:00
test_slhdsa.h Add SLH-DSA support for the TLS 1.3 and DTLS 1.3 handshake 2026-08-04 22:23:03 +02:00
test_sm2.c update Copyright year 2026-02-18 09:52:21 -07:00
test_sm2.h update Copyright year 2026-02-18 09:52:21 -07:00
test_sm3.c update Copyright year 2026-02-18 09:52:21 -07:00
test_sm3.h update Copyright year 2026-02-18 09:52:21 -07:00
test_sm4.c Unit testing: Add Monte Carlo testing to ciphers 2026-04-14 13:25:15 +10:00
test_sm4.h Unit testing: Add Monte Carlo testing to ciphers 2026-04-14 13:25:15 +10:00
test_srp.c tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_srp.h tests: MC/DC decision coverage for remaining wolfCrypt primitives 2026-07-31 12:56:51 +02:00
test_ssl_cert.c ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_cert.h ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_crl_ocsp.c ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_crl_ocsp.h ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_ext.c ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_ext.h ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_hs.c ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_hs.h ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_pk.c Add SLH-DSA support for the TLS 1.3 and DTLS 1.3 handshake 2026-08-04 22:23:03 +02:00
test_ssl_pk.h ssl.c: Move functions out to own files and add testing 2026-06-10 09:11:59 +10:00
test_ssl_rw.c ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_ssl_rw.h ssl.c split: cleanup 2026-08-07 09:30:56 +10:00
test_tls.c Keep the record size probe clear of a suspended build 2026-08-05 20:39:57 +02:00
test_tls.h Harden the async record layer fixes and cover the size probe 2026-08-05 08:34:09 +02:00
test_tls13.c Make OCSP stapling request ownership explicit 2026-07-31 22:02:42 +02:00
test_tls13.h Post handsake authentication with client end OCSP 2026-07-23 07:42:20 +09:00
test_tls_ext.c Merge pull request #11027 from Frauschi/fenrir_2 2026-08-04 15:54:59 -07:00
test_tls_ext.h Merge pull request #11027 from Frauschi/fenrir_2 2026-08-04 15:54:59 -07:00
test_tsp.c Time-Stamp Protocol (RFC 3161) 2026-07-08 09:33:47 +10:00
test_tsp.h Time-Stamp Protocol (RFC 3161) 2026-07-08 09:33:47 +10:00
test_wc_encrypt.c tests: MC/DC gap-closing for the deferred Part-3 modules 2026-07-17 08:56:03 +02:00
test_wc_encrypt.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_wolfentropy.c tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_wolfentropy.h tests: MC/DC coverage for remaining wolfCrypt modules (Part 3) 2026-07-17 08:56:03 +02:00
test_wolfevent.c tests: MC/DC coverage for the wolfEvent queue (wolfevent.c) 2026-07-31 12:56:52 +02:00
test_wolfevent.h tests: MC/DC coverage for the wolfEvent queue (wolfevent.c) 2026-07-31 12:56:52 +02:00
test_wolfmath.c tests: address Copilot review comments on MC/DC coverage tests 2026-07-31 12:56:52 +02:00
test_wolfmath.h tests: fix shared-CI link and FIPS build for math/kdf MC/DC tests 2026-07-17 08:56:03 +02:00
test_x509.c Encode basicConstraints critical flag and pathlen into generated CSRs 2026-07-31 17:46:16 -06:00
test_x509.h Encode basicConstraints critical flag and pathlen into generated CSRs 2026-07-31 17:46:16 -06:00