wolfssl/tests
Tobias Frauenschläger 465f35bfca Write the stateful LMS/XMSS test keys to the working directory
The LMS and XMSS api tests keep their stateful private key in a file
between calls, at an absolute path under /tmp. Not every platform with a
filesystem has that directory, and after the export-guard tests the XMSS
path is reached in builds without WOLF_CRYPTO_CB as well.

Write them beside the other files the test suite produces instead, keep
the per-process name so parallel runs still do not collide, and ignore
them in git.
2026-09-11 17:44:32 +02:00
..
api Write the stateful LMS/XMSS test keys to the working directory 2026-09-11 17:44:32 +02:00
emnet
freertos-mem-track-repro
swdev PR feedback: add WC_PK_TYPE_PQC_SIG_KEYGEN_SEED, matching pattern in MLDSA PR 2026-09-08 15:18:39 -07:00
unit-mcdc Give the white-box smoke run the library's own target flags 2026-09-11 17:44:32 +02:00
CONF_FILES_README.md
NCONF_test.cnf
README
TXT_DB.txt
api.c Merge pull request #11330 from yosuke-wolfssl/fix/f_12567 2026-09-08 09:20:08 +10:00
include.am tests: drop external tooling references from MC/DC test comments 2026-08-28 14:14:45 +02:00
quic.c Test that a QUIC client rejects a post-handshake CertificateRequest 2026-09-02 18:23:08 +02:00
srp.c
suites.c wolfssl/test.h: convert err_sys() and err_sys_with_errno() to err_sys_func() / 2026-08-05 13:53:46 -05:00
test-altchains.conf
test-chains.conf
test-dhprime.conf
test-dtls-downgrade.conf
test-dtls-fails-cipher.conf
test-dtls-fails.conf
test-dtls-group.conf
test-dtls-mtu.conf
test-dtls-reneg-client.conf
test-dtls-reneg-server.conf
test-dtls-resume.conf
test-dtls-sha2.conf
test-dtls-srtp-fails.conf
test-dtls-srtp.conf
test-dtls.conf
test-dtls13-cid.conf
test-dtls13-downgrade-fails.conf
test-dtls13-downgrade.conf
test-dtls13-pq-hybrid-extra-frag.conf
test-dtls13-pq-hybrid-extra.conf
test-dtls13-pq-hybrid-frag.conf
test-dtls13-pq-standalone-frag.conf
test-dtls13-pq-standalone.conf
test-dtls13-psk.conf
test-dtls13-slhdsa-entity-128s.conf Add SLH-DSA support for the TLS 1.3 and DTLS 1.3 handshake 2026-08-04 22:23:03 +02:00
test-dtls13-slhdsa-entity.conf Add SLH-DSA support for the TLS 1.3 and DTLS 1.3 handshake 2026-08-04 22:23:03 +02:00
test-dtls13.conf
test-ecc-cust-curves.conf
test-ed448.conf
test-ed25519.conf
test-enckeys.conf
test-fails.conf Allow RSA client certs on ECDHE-ECDSA mutual auth 2026-06-08 15:10:27 +02:00
test-maxfrag-dtls.conf
test-maxfrag.conf
test-p521.conf
test-psk-no-id-sha2.conf
test-psk-no-id.conf
test-psk.conf
test-rsapss.conf
test-sctp-sha2.conf
test-sctp.conf
test-sha2.conf
test-sig.conf
test-sm2.conf
test-tls-downgrade.conf
test-tls13-down.conf
test-tls13-ecc.conf
test-tls13-pq-hybrid-extra.conf
test-tls13-pq-hybrid.conf
test-tls13-pq-standalone.conf
test-tls13-psk-certs.conf
test-tls13-psk.conf
test-tls13-slhdsa-entity-128s.conf Resume the TLS 1.3 certificate chain send after a WANT_WRITE 2026-08-07 08:14:25 +02:00
test-tls13-slhdsa-entity-sha2-128s.conf Add SLH-DSA support for the TLS 1.3 and DTLS 1.3 handshake 2026-08-04 22:23:03 +02:00
test-tls13-slhdsa-entity-sha2.conf Add SLH-DSA support for the TLS 1.3 and DTLS 1.3 handshake 2026-08-04 22:23:03 +02:00
test-tls13-slhdsa-entity.conf Add SLH-DSA support for the TLS 1.3 and DTLS 1.3 handshake 2026-08-04 22:23:03 +02:00
test-tls13-slhdsa-fail.conf
test-tls13-slhdsa-sha2.conf
test-tls13-slhdsa-shake.conf
test-tls13.conf
test-trustpeer.conf
test.conf
tropic01_cbc_kat.c F-7113: keep the caller's IV in the TROPIC01 AES-CBC callback 2026-09-03 18:23:49 +02:00
tropic01_gcm_kat.c TROPIC01: address review comments on the callback KATs 2026-09-04 15:17:00 +02:00
unit.c fixes and improvements from AI review: 2026-08-05 13:53:47 -05:00
unit.h tests/unit.h: pull in wolfssl/wolfcrypt/fips_test.h, for the WOLFSSL_FIPS_DEV_NO_POST stubs. 2026-08-05 13:53:45 -05:00
utils.c Add TLS 1.3 crypto callback pend tests and byte-stream test memio 2026-09-09 16:03:38 -07:00
utils.h Cover the DTLS 1.3 scheduled work API in the tests 2026-08-01 12:04:57 +02:00
w64wrapper.c

README

Before creating any new configure files (.conf) read the CONF_FILES_README.md