wolfssh/examples
Yosuke Shimizu 8e8b62d358 examples/portfwd: drop the password from the options banner
- The startup banner's password line and its argument are dropped
  from the printf; ssh host, username and the two forward endpoints
  remain.
- userPassword has internal linkage, and portfwd_worker() zeroes it
  with wc_ForceZero() as soon as wolfSSH_connect() returns, on both
  the success and the failure path.
- portfwd.c includes wolfssl/wolfcrypt/memory.h.

Issue: F-11673
2026-08-26 09:12:27 -07:00
..
client Use wolfssh-options in the test scripts 2026-08-19 16:55:00 -07:00
echoserver Split SFTP confinement from the start path 2026-08-20 09:56:48 -06:00
portfwd examples/portfwd: drop the password from the options banner 2026-08-26 09:12:27 -07:00
scpclient examples: use the selected algorithm for the default public key 2026-08-14 14:32:15 -07:00
sftpclient examples: use the selected algorithm for the default public key 2026-08-14 14:32:15 -07:00
tpmcertserver
include.am