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
Fix panic unmarshaling ECDHE_PSK ClientKeyExchange
Add a bounds check before reading the ECDHE public key length when
the PSK identity hint consumes the whole body. Also bound the
PublicKey clone by the declared public key length, matching the
ServerKeyExchange handling.