commit | a7973a6dce928211bf2414aa594d2bab89d73372 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Nov 30 11:10:36 2021 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Tue Nov 30 11:51:12 2021 +0100 |
tree | 6d1b9487c1ebc1a010880fa091f7bb08b734fdb2 | |
parent | 6e351d6c195409f9cfe63c739d9b062303557bf1 [diff] |
MINOR: quic: Add quic_tls_key_update() function for Key Update This function derives the next RX and TX keys and IVs from secrets for the next key update key phase. We also implement quic_tls_rotate_keys() which rotate the key update key phase information to be able to continue to decrypt old key phase packets. Most of these information are pointers to unsigned char.