Re: [PATCH net-next v4 0/6] tls: implement key updates for TLS1.3

2024-12-03 Thread Jakub Kicinski
On Tue, 3 Dec 2024 17:16:52 +0100 Sabrina Dubroca wrote: > 2024-11-18, 19:41:58 -0800, Jakub Kicinski wrote: > > On Thu, 14 Nov 2024 16:50:47 +0100 Sabrina Dubroca wrote: > > > This adds support for receiving KeyUpdate messages (RFC 8446, 4.6.3 > > > [1]). A sender transmits a KeyUpdate message a

Re: [PATCH net-next v4 0/6] tls: implement key updates for TLS1.3

2024-12-03 Thread Sabrina Dubroca
Hey Jakub, 2024-11-18, 19:41:58 -0800, Jakub Kicinski wrote: > On Thu, 14 Nov 2024 16:50:47 +0100 Sabrina Dubroca wrote: > > This adds support for receiving KeyUpdate messages (RFC 8446, 4.6.3 > > [1]). A sender transmits a KeyUpdate message and then changes its TX > > key. The receiver should rea

Re: [PATCH net-next v4 0/6] tls: implement key updates for TLS1.3

2024-11-18 Thread Jakub Kicinski
On Thu, 14 Nov 2024 16:50:47 +0100 Sabrina Dubroca wrote: > This adds support for receiving KeyUpdate messages (RFC 8446, 4.6.3 > [1]). A sender transmits a KeyUpdate message and then changes its TX > key. The receiver should react by updating its RX key before > processing the next message. Will

[PATCH net-next v4 0/6] tls: implement key updates for TLS1.3

2024-11-14 Thread Sabrina Dubroca
This adds support for receiving KeyUpdate messages (RFC 8446, 4.6.3 [1]). A sender transmits a KeyUpdate message and then changes its TX key. The receiver should react by updating its RX key before processing the next message. This patchset implements key updates by: 1. pausing decryption when a