caddy/caddytls
Matthew Holt 937654d1e0 Set host and port on address if specified via flag (fixes #888)
Also fixed a few typos and renamed caddyfile.ServerBlocks() to
caddyfile.Parse().
2016-06-20 18:25:42 -06:00
..
certificates.go Ensure certificate has a non-nil config when caching (fixes #875) 2016-06-09 19:12:11 -06:00
certificates_test.go
client.go More tests, several fixes and improvements; export caddyfile.Token 2016-06-04 22:50:23 -06:00
client_test.go
config.go Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
crypto.go
crypto_test.go
handshake.go Set host and port on address if specified via flag (fixes #888) 2016-06-20 18:25:42 -06:00
handshake_test.go
httphandler.go
httphandler_test.go
maintain.go
setup.go Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
setup_test.go Fix tests after controller refactor 2016-06-20 12:29:19 -06:00
storage.go
storage_test.go
tls.go Use challenge domain for tls-sni solver 2016-06-13 17:48:59 -06:00
tls_test.go
user.go
user_test.go