forked from quic-go/quic-go
fix retry key and nonce for draft-34
This commit is contained in:
@@ -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)[:]...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user