index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
syslogd
/
evbuffer_tls.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-2
/
+2
*
It does not make sense to use ioctl(FIONREAD) with TLS as libtls
bluhm
2017-07-04
1
-16
/
+1
*
Internally libssl uses 16k buffer, the libevent TLS wrapper uses
bluhm
2017-03-03
1
-2
/
+2
*
If syslogd is started with -S, it accepts TLS connections to receive
bluhm
2015-10-09
1
-1
/
+14
*
Misuse of libevent in TLS read and write might have caused strange
bluhm
2015-09-20
1
-56
/
+39
*
Convert syslogd TLS connect to use handshake callback. The bt_hostname
bluhm
2015-09-10
1
-10
/
+9
*
Make syslogd compile again after recent libtls changes. Adapt to
bluhm
2015-09-10
1
-18
/
+16
*
As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER,
bluhm
2015-07-18
1
-4
/
+1
*
Remove some unneeded includes. OK deraadt@
millert
2015-07-06
1
-2
/
+1
*
When syslogd is writing over TLS, the error "SSL3_WRITE_PENDING:bad
bluhm
2015-02-20
1
-1
/
+4
*
Start TLS after the TCP connect has finished. Call the TLS connect
bluhm
2015-01-30
1
-2
/
+3
*
Implement sending syslog messages over TLS.
bluhm
2015-01-18
1
-0
/
+357