Re: How to use ktls with openssl in base

From: Pete French <pete_at_twisted.org.uk>
Date: Fri, 12 Sep 2025 21:03:16 UTC

On 12/09/2025 21:44, Rick Macklem wrote:
> The call BIO_get_ktls_send() tests to see if it enabled, but shouldn't
> need to be done to enable it.


Actually, this is interesting.

The sysctl kern.ipc.tls.stats.enable_calls increases
when using GnuTLS, but not OpenSSL. So, judging by the
name, it isn't making the call to enable it.

-pete.