In-kernel TLS consumers need a mechanism to perform TLS handshakes
on a connected socket to negotiate TLS session parameters that can
then be programmed into the kernel's TLS record protocol engine.
This package of software provides a TLS handshake user agent that
listens for kernel requests and then materializes a user space
socket endpoint on which to perform these handshakes. The resulting
negotiated session parameters are passed back to the kernel via
standard kTLS socket options.
* Mon Mar 03 2025 Scott Mayhew <smayhew@redhat.com> 0.11-3
- tlshd: Pass ETIMEDOUT from gnutls to kernel
* Wed Feb 12 2025 Scott Mayhew <smayhew@redhat.com> 0.11-2
- Bump release to satisfy the errata automation
* Tue Feb 04 2025 Steve Dickson <steved@redhat.com> 0.11-1
- tlshd: link .nvme default keyring into the session (RHEL-71505)
* Mon Oct 07 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.11-0
- Rebuilt for MSVSphere 9.5 beta
* Mon Jun 17 2024 Steve Dickson <steved@redhat.com> 0.11-0
- Release ktls-utils 0.11 (RHEL-39442)
* Thu Feb 29 2024 Steve Dickson <steved@redhat.com> 0.10-0
- Initial package
- Upstream contributions by:
- Chuck Lever <chuck.lever@oracle.com>
- Hannes Reinecke <hare@suse.de>
- Jeff Layton <jlayton@kernel.org>
- Benjamin Coddington <bcodding@redhat.com>
- David Härdeman <david@hardeman.nu>
- Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
- Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com>