freebsd-src/usr.sbin/rpc.tlsclntd
Rick Macklem f5b40aa0de rpc.tlsclntd: Modify the -C option to use SSL_CTX_set_ciphersuites
Commit 0b4f2ab0e9 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.

MFC after: 	2 weeks
2022-05-22 13:49:08 -07:00
..
Makefile
rpc.tlsclntd.8
rpc.tlsclntd.c rpc.tlsclntd: Modify the -C option to use SSL_CTX_set_ciphersuites 2022-05-22 13:49:08 -07:00