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
As the title says, PubServerHelloMsg.ServerShare uses the unexported keyShare type instead of KeyShare, which makes it impossible for external programs to access internal fields in a safe way.
As the title says,
PubServerHelloMsg.ServerShareuses the unexportedkeySharetype instead ofKeyShare, which makes it impossible for external programs to access internal fields in a safe way.utls/u_public.go
Line 287 in ab37775