Bugzilla – Bug 1216950
openssl-3 should offer ktls capability but has OPENSSL_NO_KTLS enabled
Last modified: 2024-05-07 12:53:11 UTC
I've been trying to benefit of ktls support offered by the kernel (6.5.9-1-default as time reporting), but none of the experimentation to implement ktls failed. This is due because OpenSSL 3.1.4 24 has OPENSSL_NO_KTLS defined. Would it be possible to review that parameter, and offer developer and user the same capability that other operating system offer (Fedora for example) ? Thanks
Ping any news here ? We (at Bareos) really would like to have at least a statement for this.
KTLS might be problematic in context of our certification (because avoids any crypto implementations from providers), but since it's disabled by default it should be safe to compile library with KTLS support. I will submit new version with KTLS support enabled.
I added KTLS support in January but unfortunately forgot to mention it in changelog. Changelog update: > https://build.opensuse.org/request/show/1172431 Closing this issue.