aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.tlsclntd
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* rpc.tls[serv|clnt]d.c: Clean up code for OpenSSL3Rick Macklem2023-06-011-6/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* report full error string on SSL_connect() failureVladimir Kotal2023-02-271-2/+2
* rpc.tlsclntd: Check for a tls syscall failure.Rick Macklem2022-12-211-1/+8
* rpc.tlsclntd.8: Fix the RFC number now that it existsRick Macklem2022-09-231-2/+2
* rpc.tlsclntd: Add the -2 option to the usage lineRick Macklem2022-05-221-0/+1
* rpc.tlsclntd: Add the -2 option to the man pageRick Macklem2022-05-221-1/+11
* rpc.tlsclntd: Update the man page for the -C optionRick Macklem2022-05-221-7/+16
* rpc.tlsclntd: Modify the -C option to use SSL_CTX_set_ciphersuitesRick Macklem2022-05-221-4/+4
* rpc.tlsclntd: Add an option to force use of TLS version 1.2Rick Macklem2022-05-201-11/+28
* rpc.tlsclntd, rpc.tlsservd: Fix getopt_long argumentRick Macklem2022-05-051-2/+2
* nfs tls: Update for SSL_OP_ENABLE_KTLS.John Baldwin2021-08-101-0/+5
* nfs-over-tls: add user space daemons rpc.tlsclntd and rpc.tlsservdRick Macklem2021-02-183-0/+960