mirror of https://github.com/wolfSSL/wolfssh.git
- DoChannelOpen refuses an auth-agent open on a server endpoint, and on a client with the agent disabled or connectState below CONNECT_CLIENT_CHANNEL_AGENT_REQUEST_SENT. - Both answer OPEN_ADMINISTRATIVELY_PROHIBITED; the ssh->agent check stays as the resource check behind them. - Cover the refusals before the request, with the agent disabled, over an accepting channelOpenCb, and on a server, plus the accepted open past the request; each refusal asserts ssh->error stays clean. - Move TestAgentChannelNullAgentSendsOpenFail to a client harness, and have the agent tests set the agent flag explicitly. Issue: F-13389 |
||
|---|---|---|
| .. | ||
| api.c | ||
| api.h | ||
| auth.c | ||
| auth.h | ||
| include.am | ||
| kex.c | ||
| kex.h | ||
| regress.c | ||
| sftp.c | ||
| sftp.h | ||
| testsuite.c | ||
| testsuite.h | ||
| unit.c | ||
| unit.h | ||