commit | 7b92c81e4381cdf00c8ab1cda8323a1b1215eb38 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri May 06 09:54:48 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu May 12 17:48:35 2022 +0200 |
tree | e2b4d7edf1b81a8aa84c175fde704d8331387a73 | |
parent | 372508cc42d008fbf6d1016306de99f37a32fddb [diff] |
MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF This is a wrapper function around OpenSSL HKDF API functions to use the "extract-then-expand" HKDF mode as defined by rfc5869. This function will be used to derived stateless reset tokens from secrets ("cluster-secret" conf. keyword) and CIDs (as salts).