]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rpc.tlsservd: Modify the -C option to use SSL_CTX_set_ciphersuites
authorRick Macklem <rmacklem@FreeBSD.org>
Sun, 22 May 2022 20:44:31 +0000 (13:44 -0700)
committerRick Macklem <rmacklem@FreeBSD.org>
Sun, 22 May 2022 20:44:31 +0000 (13:44 -0700)
commit8d098deda3786b223e44ad1bed923a6d66dfa341
tree01f6ec4c46f34564a618ebfce8246cf6a69603c5
parentb75e0eed345d2ab047a6b1b00a9a7c3bf92e992c
rpc.tlsservd: Modify the -C option to use SSL_CTX_set_ciphersuites

Commit 0b4f2ab0e913 fixes the krpc so that it can use TLS
version 1.3 for NFS-over-TLS, as required by
the draft (someday to be an RFC).
This patch replaces SSL_CTX_set_cipher_list() with
SSL_CTX_set_ciphersuites(), since that is the function
that is used for TLS1.3.

The man page has already been updated.

MFC after:  2 weeks
usr.sbin/rpc.tlsservd/rpc.tlsservd.c