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
This may not be big deal but it is inconsistent with other platforms and TLS versions. This is because the handshake uses "renegotiate" path even if there really is no renegotiation in TLS 1.3.
Framework has several tests where we assert that the callback is called exactly once per HTTP request so I noticed when porting TLS 1.3 changes. We can probably add special handling for TLS 1.3 (since there is no renegotiation) or we can skip the second invocation if remote certificate did not changed.
The text was updated successfully, but these errors were encountered:
This may not be big deal but it is inconsistent with other platforms and TLS versions. This is because the handshake uses "renegotiate" path even if there really is no renegotiation in TLS 1.3.
Framework has several tests where we assert that the callback is called exactly once per HTTP request so I noticed when porting TLS 1.3 changes. We can probably add special handling for TLS 1.3 (since there is no renegotiation) or we can skip the second invocation if remote certificate did not changed.
The text was updated successfully, but these errors were encountered: