mcuadros / go-syslog

Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523 stars 143 forks source link

Add support for TLS logging #23

Closed abligh closed 9 years ago

abligh commented 9 years ago

Add support for TLS logging, including test suite. By far the most tricky part here is getting certificates that golang works with, and getting the TLS config correct.

Signed-off-by: Alex Bligh alex@alex.org.uk

mcuadros commented 9 years ago

Awesome!