diff options
author | Sabrina Dubroca <sd@queasysnail.net> | 2024-12-12 18:36:05 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-12-16 15:47:29 +0300 |
commit | 47069594e67e882ec5c1d8d374f6aab037511509 (patch) | |
tree | f9fef2235945614a765ccc6383f38ceca0727e88 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 0471b1093e3a5d702ba2bf5987c35ee0e2336855 (diff) | |
download | linux-47069594e67e882ec5c1d8d374f6aab037511509.tar.xz |
tls: implement rekey for TLS1.3
This adds the possibility to change the key and IV when using
TLS1.3. Changing the cipher or TLS version is not supported.
Once we have updated the RX key, we can unblock the receive side. If
the rekey fails, the context is unmodified and userspace is free to
retry the update or close the socket.
This change only affects tls_sw, since 1.3 offload isn't supported.
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions