Page MenuHomeFreeBSD

nfs tls: Update for SSL_OP_ENABLE_KTLS.
ClosedPublic

Authored by jhb on Aug 6 2021, 11:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 3:46 PM
Unknown Object (File)
Nov 23 2024, 9:19 PM
Unknown Object (File)
Nov 23 2024, 2:00 AM
Unknown Object (File)
Nov 23 2024, 2:00 AM
Unknown Object (File)
Nov 23 2024, 2:00 AM
Unknown Object (File)
Nov 22 2024, 8:49 PM
Unknown Object (File)
Nov 22 2024, 12:17 PM
Unknown Object (File)
Nov 21 2024, 6:49 AM
Subscribers

Details

Summary

Upstream OpenSSL (and the KTLS backport) have switched to an opt-in
option (SSL_OP_ENABLE_KTLS) in place of opt-out modes
(SSL_MODE_NO_KTLS_TX and SSL_MODE_NO_KTLS_RX) for controlling kernel
TLS.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40911
Build 37800: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Aug 6 2021, 11:39 PM

I have only tested that this compiles ok in a branch where OpenSSL has been updated. I have not run tested it. The full branch is available at https://github.com/bsdjhb/freebsd/tree/openssl_get_ktls

Built and tested ok with an old OpenSSL.
Looks fine to me, rick.

This revision is now accepted and ready to land.Aug 7 2021, 2:01 AM
This revision was automatically updated to reflect the committed changes.