HomeFreeBSD

rpc.tlsclntd: Modify the -C option to use SSL_CTX_set_ciphersuites

Description

rpc.tlsclntd: 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 will be updated in a separate commit.

(cherry picked from commit f5b40aa0dea690314bc70f88634a13cbaa53b6f0)

Details

Provenance
rmacklemAuthored on May 22 2022, 8:49 PM
Parents
rGe080b609a899: rpc.tlsservd: Delete set but unused variable
Branches
Unknown
Tags
Unknown