commit | 8c7927c6dd57769bdd0661defa50b7cbcb280088 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Apr 05 16:28:38 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 08 15:38:29 2022 +0200 |
tree | efff703d716d3e62d75b9d734746ac2819c88d86 | |
parent | 3dfd4c4b0d9b5780c4e2761c467791e276e3a84d [diff] |
MINOR: quic_tls: Make key update use of reusable cipher contexts We modify the key update feature implementation to support reusable cipher contexts as this is done for the other cipher contexts for packet decryption and encryption. To do so we attach a context to the quic_tls_kp struct and initialize it each time the underlying secret key is updated. Same thing when we rotate the secrets keys, we rotate the contexts as the same time.