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
ExtentendAgent is missing a Context on each method with probably a method to init the Context.
In order to implement https://www.openssh.com/agent-restrict.html, we need a goroutine shared variable, so a context for each managed socket. No way to extend the current agent interface so it's probably the time to create a fully new interface ?
ExtentendAgent is missing a Context on each method with probably a method to init the Context.
In order to implement https://www.openssh.com/agent-restrict.html, we need a goroutine shared variable, so a context for each managed socket. No way to extend the current agent interface so it's probably the time to create a fully new interface ?
full example with impl: golang/crypto@master...35niavlys:golang_crypto:add_constraints
The text was updated successfully, but these errors were encountered: