You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix QueryResponse wire format to match IETF spec and OpenSSH
Vec<String>::encode from ssh-encoding adds an outer u32 byte-count
prefix that the SSH agent protocol does not use for extension query
responses. Replace with flat per-string encoding/decoding to produce
wire bytes identical to OpenSSH's process_ext_query.
Add compliance test asserting byte-identical output to OpenSSH for
the "session-bind@openssh.com" query response.
Fixes: #1
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments