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
Description
TLS renegotiation is the feature that allows (typically clients) to issue a TLS handshake in the middle of an already established secure communication.
This feature has proven to be vulnerable, and RFC 5746 fixes this vulnerability for TLS versions <= 1.2.
In TLS 1.3, the renegotiation feature has been removed.