summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/evbuffer_tls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If syslogd is started with -S, it accepts TLS connections to receivebluhm2015-10-091-1/+14
* Misuse of libevent in TLS read and write might have caused strangebluhm2015-09-201-56/+39
* Convert syslogd TLS connect to use handshake callback. The bt_hostnamebluhm2015-09-101-10/+9
* Make syslogd compile again after recent libtls changes. Adapt tobluhm2015-09-101-18/+16
* As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER,bluhm2015-07-181-4/+1
* Remove some unneeded includes. OK deraadt@millert2015-07-061-2/+1
* When syslogd is writing over TLS, the error "SSL3_WRITE_PENDING:badbluhm2015-02-201-1/+4
* Start TLS after the TCP connect has finished. Call the TLS connectbluhm2015-01-301-2/+3
* Implement sending syslog messages over TLS.bluhm2015-01-181-0/+357