This is a collection of random notes about FreeBSD's in kernel TLS implementation based on reading the source code (so far). The focus is TLS for NFS/RPC.
- supports TLSv1.0 to TLSv1.3
- development time frames:
- first FreeBSD commit (b2e60773) 27-Aug-2019, this might be just the "upstreaming" work
- development on going (March 2021)
- TCP only
- no rekeying so far (as of April 2021)