summaryrefslogtreecommitdiffstats
path: root/usr.sbin/relayd/check_tls.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for binary protocol health checking. Feedback and guidance fromrob2019-09-151-3/+14
| | | | | | benno@ and reky@. Man page tweaks from jmc@. ok benno@
* Migrate relayd to use libtls for TLS. Still does the TLS privsep via theclaudio2017-05-271-0/+226
engine but at least we can use a sane API for new features. Going in now so it is possible to work with this in tree. General agreement at d2k17.