caddy/caddytls
Matthew Holt eac939e9a7
caddytls: Change clustering to be a plugin to the caddytls package
Should resolve the failure in
https://github.com/coredns/coredns/pull/2541.

This change is breaking to clustering plugin developers (not Caddy
users), but logical, since only the caddytls package uses CertMagic
directly (the httpserver package also uses it, but only because it also
uses the caddytls plugin); and it is early enough that no clustering
plugins really exist yet.

This will also require a change of devportal
so that it looks for a different registration function, which has moved
to the caddytls package.
2019-02-08 12:25:01 -07:00
..
config.go caddytls: Fix handling of IP-only TLS configs and empty-SNI handshakes (#2452) 2019-02-05 09:30:22 -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 caddytls: Fix handling of IP-only TLS configs and empty-SNI handshakes (#2452) 2019-02-05 09:30:22 -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: Change clustering to be a plugin to the caddytls package 2019-02-08 12:25:01 -07:00
setup_test.go caddytls: Fix handling of IP-only TLS configs and empty-SNI handshakes (#2452) 2019-02-05 09:30:22 -07:00
tls.go caddytls: Change clustering to be a plugin to the caddytls package 2019-02-08 12:25:01 -07:00
tls_test.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00