Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 21:46:30 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364980 - head
Message-ID:  <202008302146.07ULkUZC055902@repo.freebsd.org>

index | next in thread | raw e-mail

Author: rmacklem
Date: Sun Aug 30 21:46:29 2020
New Revision: 364980
URL: https://svnweb.freebsd.org/changeset/base/364980

Log:
  Add an entry to RELNOTES for the NFS over TLS kernel support.

Modified:
  head/RELNOTES

Modified: head/RELNOTES
==============================================================================
--- head/RELNOTES	Sun Aug 30 21:21:58 2020	(r364979)
+++ head/RELNOTES	Sun Aug 30 21:46:29 2020	(r364980)
@@ -10,6 +10,17 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+r364896:
+	A series of commits ending with r364896 added NFS over TLS
+	to the kernel.  This is believed to be compatible with
+	the Internet Draft titled "Towards Remote Procedure Call Encryption
+	By Default" (expected to soon become an RFC).
+	The mount_nfs(8) and exports(5) man pages describe the mount and
+	export option(s) related to NFS over TLS.
+	For NFS over TLS to work, the rpctlscd(8) { client } or rpctlssd(8)
+	{ server } must be running on a kernel built with "options KERN_TLS"
+	on an architecture where PMAP_HAS_DMAP != 0.
+
 r364725:
 	Changes to one obscure devd event generated on resume need to
 	be documented. The old form will still be generated in 13, but not


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008302146.07ULkUZC055902>