summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/evbuffer_tls.c
AgeCommit message (Expand)Author
2015-09-20Misuse of libevent in TLS read and write might have caused strangeAlexander Bluhm
2015-09-10Convert syslogd TLS connect to use handshake callback. The bt_hostnameAlexander Bluhm
2015-09-10Make syslogd compile again after recent libtls changes. Adapt toAlexander Bluhm
2015-07-18As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER,Alexander Bluhm
2015-07-06Remove some unneeded includes. OK deraadt@Todd C. Miller
2015-02-20When syslogd is writing over TLS, the error "SSL3_WRITE_PENDING:badAlexander Bluhm
2015-01-30Start TLS after the TCP connect has finished. Call the TLS connectAlexander Bluhm
2015-01-18Implement sending syslog messages over TLS.Alexander Bluhm