Re: [PATCH RFC v2 net-next] net/tls: Implement getsockopt SOL_TLS TLS_RX

2020-08-30 Thread Yutaro Hayakawa
Apology. Kernel Test Robot just pointed out that the v2 patch has a compilation error. My local compilation tests have passed because I didn't enable the kTLS kernel option. Let me resubmit the fixed version soon. Yutaro 2020年8月30日(日) 23:02 Yutaro Hayakawa : > > From: Yutaro Hayakawa > > Impleme

[PATCH RFC v2 net-next] net/tls: Implement getsockopt SOL_TLS TLS_RX

2020-08-30 Thread Yutaro Hayakawa
From: Yutaro Hayakawa Implement the getsockopt SOL_TLS TLS_RX which is currently missing. The primary usecase is to use it in conjunction with TCP_REPAIR to checkpoint/restore the TLS record layer state. TLS connection state usually exists on the user space library. So basically we can easily ex