mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-14 20:10:32 -04:00
MINOR: quic_tls: Make use of the QUIC V1 salt.
This salt is used to derive the Initial secrets.
This commit is contained in:
parent
c5b0c93c26
commit
98ad56a049
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ int quic_derive_initial_secret(const EVP_MD *md,
|
|||
const unsigned char *secret, size_t secret_sz)
|
||||
{
|
||||
if (!quic_hkdf_extract(md, initial_secret, &initial_secret_sz, secret, secret_sz,
|
||||
initial_salt, sizeof initial_salt))
|
||||
initial_salt_v1, sizeof initial_salt_v1))
|
||||
return 0;
|
||||
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue