caddy/caddytls
Marten Seemann e14328b71b tls: Set a GetCertificate callback in the tls.Config (#2404)
A tls.Config must have Certificates or GetCertificate set, in order to
be accepted by tls.Listen and quic.Listen.
2019-01-13 21:39:17 -07:00
..
config.go tls: Set a GetCertificate callback in the tls.Config (#2404) 2019-01-13 21:39:17 -07:00
config_test.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00
crypto.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00
crypto_test.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00
handshake.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00
selfsigned.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00
setup.go caddytls: Use latest certmagic package, with updated Storage interface 2018-12-19 21:53:52 -07:00
setup_test.go caddytls: Fix race condition in tests 2018-12-13 07:34:00 -07:00
tls.go Add clustering plugin types; use latest certmagic.Storage interface 2018-12-11 12:13:48 -07:00
tls_test.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00