mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02:00
MINOR: quic: Add the QUIC v1 initial salt.
See initial_salt value for QUIC-TLS RFC 9001 at https://www.rfc-editor.org/rfc/rfc9001.html#name-initial-secrets
This commit is contained in:
parent
4b1fddcfcf
commit
82d1daa268
@ -27,6 +27,12 @@ unsigned char initial_salt[20] = {
|
||||
0x43, 0x90, 0xa8, 0x99
|
||||
};
|
||||
|
||||
unsigned char initial_salt_v1[20] = {
|
||||
0x38, 0x76, 0x2c, 0xf7, 0xf5, 0x59, 0x34, 0xb3,
|
||||
0x4d, 0x17, 0x9a, 0xe6, 0xa4, 0xc8, 0x0c, 0xad,
|
||||
0xcc, 0xbb, 0x7f, 0x0a
|
||||
};
|
||||
|
||||
/* Dump the RX/TX secrets of <secs> QUIC TLS secrets. */
|
||||
void quic_tls_keys_hexdump(struct buffer *buf, struct quic_tls_secrets *secs)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user