fix retry key and nonce for draft-34

This commit is contained in:
Marten Seemann 2021-03-03 23:01:42 +08:00
parent 2c45f2b11d
commit bd172b2a5a
7 changed files with 37 additions and 19 deletions

View file

@ -128,5 +128,5 @@ func ComposeRetryPacket(
},
}
data := writePacket(hdr, nil)
return append(data, handshake.GetRetryIntegrityTag(data, origDestConnID)[:]...)
return append(data, handshake.GetRetryIntegrityTag(data, origDestConnID, version)[:]...)
}