mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 03:57:36 +03:00
fix: broken PSK session resumption
This commit is contained in:
parent
0114defe06
commit
3d730b9fb2
3 changed files with 51 additions and 35 deletions
|
@ -2633,6 +2633,8 @@ func (uconn *UConn) ApplyPreset(p *ClientHelloSpec) error {
|
|||
uconn.HandshakeState.Hello = privateHello.getPublicPtr()
|
||||
if clientKeySharePrivate != nil {
|
||||
uconn.HandshakeState.State13.KeyShareKeys = clientKeySharePrivate.ToPublic()
|
||||
} else {
|
||||
uconn.HandshakeState.State13.KeyShareKeys = &KeySharePrivateKeys{}
|
||||
}
|
||||
uconn.HandshakeState.State13.KeySharesParams = NewKeySharesParameters()
|
||||
hello := uconn.HandshakeState.Hello
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue