[Bug 296498] ktls broken in 15.0-RELEASE-p10
| Newsgroups | gmane.os.freebsd.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296498
Bug ID: 296498
Summary: ktls broken in 15.0-RELEASE-p10
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
I recently upgraded from 15.0-RELEASE-p9 to 15.0-RELEASE-p10 and a ktls test I
have running as part of a software build for several years stopped working.
This test simply creates a local TLS connection and sends some data to and from
the peers. The test uses openssl (base) with SSL_OP_ENABLE_KTLS such that ktls
is used if enabled (which it has been for several years).
Since the kernel upgrade I get a EBADMSG error in the server when reading the
initial data sent from the client.
Note that if I dont set SSL_OP_ENABLE_KTLS on either end of the connection the
test works fine. It also works fine for kern.ipc.tls.enable=0
--
You are receiving this mail because:
You are the assignee for the bug.