Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163891264
D35136.id105751.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D35136.id105751.diff
View Options
diff --git a/usr.sbin/rpc.tlsservd/rpc.tlsservd.8.sav3 b/usr.sbin/rpc.tlsservd/rpc.tlsservd.8
--- a/usr.sbin/rpc.tlsservd/rpc.tlsservd.8.sav3
+++ b/usr.sbin/rpc.tlsservd/rpc.tlsservd.8
@@ -26,7 +26,7 @@
.\" $FreeBSD$
.\"
.\" Modified from gssd.8 for rpc.tlsservd.8 by Rick Macklem.
-.Dd January 29, 2021
+.Dd May 5, 2022
.Dt RPC.TLSSERVD 8
.Os
.Sh NAME
@@ -34,6 +34,7 @@
.Nd "Sun RPC over TLS Server Daemon"
.Sh SYNOPSIS
.Nm
+.Op Fl C Ar preferred_ciphers
.Op Fl D Ar certdir
.Op Fl d
.Op Fl h
@@ -140,6 +141,21 @@
.Pp
The options are as follows:
.Bl -tag -width indent
+.It Fl C Ar preferred_ciphers , Fl Fl ciphers= Ns Ar preferred_ciphers
+Specify what preferred ciphers are to be used.
+If this option is specified,
+.Dq SSL_CTX_set_cipher_list()
+will be called with
+.Dq preferred_ciphers
+as the argument.
+If this option is not specified, the cipher will be chosen by
+.Xr ssl 7
+and that should be adequate for most cases.
+The format for the preferred cipher list is described in
+.Xr openssl-ciphers 1 ,
+but note that many of the ciphers listed do not work for the KTLS.
+At this time AES-GCM and Chacha20-poly1305 ciphers should work
+for the KTLS.
.It Fl D Ar certdir , Fl Fl certdir= Ns Ar certdir
Use
.Dq certdir
@@ -322,8 +338,10 @@
.Ex -std
.Sh SEE ALSO
.Xr openssl 1 ,
+.Xr openssl-ciphers 1 ,
.Xr ktls 4 ,
.Xr exports 5 ,
+.Xr ssl 7 ,
.Xr mount_nfs 8 ,
.Xr nfsuserd 8 ,
.Xr rpc.tlsclntd 8 ,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 27, 11:06 PM (3 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35621442
Default Alt Text
D35136.id105751.diff (1 KB)
Attached To
Mode
D35136: update the rpc.tlsservd man page for the -C option
Attached
Detach File
Event Timeline
Log In to Comment