Files
wolfssl/scripts
Juliusz Sosinowicz 3a0da7013e Fix CI: expand the openssl.test timeout prefix under IFS=:
openssl.test sets IFS=: around its cipher suite loops, so an unquoted
$TIMEOUT_KILL_2M inside them did not split back into separate words and
the shell looked for a command literally named "timeout -s KILL 2m".
Every wolfSSL client run in do_wolfssl_client() then died with "command
not found", which the script reported as a failing cipher suite.

Use an array, whose expansion does not depend on IFS, and keep a
flattened copy for the two eval call sites, where the shell re-parses the
string and IFS does not apply.
2026-08-14 13:50:06 +00:00
..
2026-05-14 13:10:13 +02:00
2026-07-23 21:51:26 -07:00
2026-07-08 09:33:47 +10:00