Re: Potential kTLS issue with TLS-PSK, GnuTLS + Rawhide - how to debug it?

2022-11-27 Thread Daiki Ueno
Hello Simon, Thanks for looking into it! Simon Farnsworth writes: > On Friday, 25 November 2022 13:57:26 GMT Richard W.M. Jones wrote: >> Turns out this is fixed in upstream gnutls (not the version in >> Rawhide). The commit which fixes it is: >> >> commit

Re: Potential kTLS issue with TLS-PSK, GnuTLS + Rawhide - how to debug it?

2022-11-25 Thread Simon Farnsworth via devel
On Friday, 25 November 2022 13:57:26 GMT Richard W.M. Jones wrote: > Turns out this is fixed in upstream gnutls (not the version in > Rawhide). The commit which fixes it is: > > commit 67843b3a8e28e4c74296caea2d1019065c87afb3 > Author: Frantisek Krenzelok > Date: Mon Sep 5 13:05:17 2022 +0200

Re: Potential kTLS issue with TLS-PSK, GnuTLS + Rawhide - how to debug it?

2022-11-25 Thread Richard W.M. Jones
Turns out this is fixed in upstream gnutls (not the version in Rawhide). The commit which fixes it is: commit 67843b3a8e28e4c74296caea2d1019065c87afb3 Author: Frantisek Krenzelok Date: Mon Sep 5 13:05:17 2022 +0200 KTLS: fallback to default If an error occurs during setting of

Re: Potential kTLS issue with TLS-PSK, GnuTLS + Rawhide - how to debug it?

2022-11-25 Thread Richard W.M. Jones
On Fri, Nov 25, 2022 at 01:43:18PM +0100, Alexander Sosedkin wrote: > On Fri, Nov 25, 2022 at 1:14 PM Richard W.M. Jones wrote: > > > > Hi Daiki & Frantisek, > > > > There's a new error that is appearing in the libnbd test suite when > > testing TLS-PSK. Regular TLS (with X.509 certs) works

Re: Potential kTLS issue with TLS-PSK, GnuTLS + Rawhide - how to debug it?

2022-11-25 Thread Alexander Sosedkin
On Fri, Nov 25, 2022 at 1:14 PM Richard W.M. Jones wrote: > > Hi Daiki & Frantisek, > > There's a new error that is appearing in the libnbd test suite when > testing TLS-PSK. Regular TLS (with X.509 certs) works fine. It seems > to have started since I upgraded the kernel on my machine from

Potential kTLS issue with TLS-PSK, GnuTLS + Rawhide - how to debug it?

2022-11-25 Thread Richard W.M. Jones
Hi Daiki & Frantisek, There's a new error that is appearing in the libnbd test suite when testing TLS-PSK. Regular TLS (with X.509 certs) works fine. It seems to have started since I upgraded the kernel on my machine from 5.19.0 -> 6.1.0, and I think it is related to kTLS. You may be able to