commit | 28a1795515abed3d65a03a7f56a9acb19a75fc45 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri May 06 15:07:20 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu May 12 17:48:35 2022 +0200 |
tree | bcf913b6104a31d65551420f59164e607b7904a8 | |
parent | 0226c521b0bdc53c6571dc37e2fc0aaf2edb18f2 [diff] |
MINOR: quic: Initialize stateless reset tokens with HKDF secrets Add quic_stateless_reset_token_init() wrapper function around quic_hkdf_extract_and_expand() function to derive the stateless reset tokens attached to the connection IDs from "cluster-secret" configuration setting and call it each time we instantiate a QUIC connection ID.