wolfssh/scripts
Mark Atwood 48fc50c9bc fix: read wolfSSL version from WOLFSSL_DIR only
The wolfSSL dependency version came solely from
WOLFSSL_DIR/wolfssl/version.h. That header is generated by configure as
well as tracked, so `make distclean` in the wolfSSL tree removes it. With
it gone the --dep-version override was never passed and gen-sbom fell
back to `pkg-config --modversion wolfssl`, which reports the *installed*
wolfSSL. On a host whose installed build differs from WOLFSSL_DIR the
SBOM recorded that unrelated version (9.9.9 in the report) and still
exited 0, attesting a component wolfSSH was not built against.

Fall back to AC_INIT in WOLFSSL_DIR/configure.ac, which survives
distclean, and fail when neither source is readable rather than letting
an installed copy answer for the tree. SBOM_WOLFSSL_VERSION still
overrides both.
2026-08-27 09:43:33 -07:00
..
external.test Use wolfssh-options in the test scripts 2026-08-19 16:55:00 -07:00
fwd.test Use wolfssh-options in the test scripts 2026-08-19 16:55:00 -07:00
fwd.test.expect
get-put.test Use wolfssh-options in the test scripts 2026-08-19 16:55:00 -07:00
include.am Build and test the wolfssh client app in CI 2026-08-26 16:53:23 -05:00
sbom.am fix: read wolfSSL version from WOLFSSL_DIR only 2026-08-27 09:43:33 -07:00
scp.test Use wolfssh-options in the test scripts 2026-08-19 16:55:00 -07:00
sftp.test Use wolfssh-options in the test scripts 2026-08-19 16:55:00 -07:00
sshclient.test Quote the client test's paths and use printf for escapes 2026-08-26 16:53:23 -05:00