mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
update the label used for the key update derivation
This commit is contained in:
parent
c5b76e4f86
commit
d6add122d8
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ func (a *updatableAEAD) rollKeys(now time.Time) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *updatableAEAD) getNextTrafficSecret(hash crypto.Hash, ts []byte) []byte {
|
func (a *updatableAEAD) getNextTrafficSecret(hash crypto.Hash, ts []byte) []byte {
|
||||||
return qtls.HkdfExpandLabel(hash, ts, []byte{}, "traffic upd", hash.Size())
|
return qtls.HkdfExpandLabel(hash, ts, []byte{}, "quic ku", hash.Size())
|
||||||
}
|
}
|
||||||
|
|
||||||
// For the client, this function is called before SetWriteKey.
|
// For the client, this function is called before SetWriteKey.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue