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
I’m not a crypto expert, but couldn’t Go’s TLS stack un-deprecate ConnectionState.TLSUnique by implementing RFC7627? In terms of API, when a TLS connection doesn’t use RFC7627, the TLSUnique field might be cleared. See also #18346.
I’m not a crypto expert, but couldn’t Go’s TLS stack un-deprecate
ConnectionState.TLSUniqueby implementing RFC7627? In terms of API, when a TLS connection doesn’t use RFC7627, theTLSUniquefield might be cleared. See also #18346.