caddy/caddytls
Chad Retz 88a2811e2a Pluggable TLS Storage (#913)
* Initial concept for pluggable storage (sans tests and docs)

* Add TLS storage docs, test harness, and minor clean up from code review

* Fix issue with caddymain's temporary moveStorage

* Formatting improvement on struct array literal by removing struct name

* Pluggable storage changes:

* Change storage interface to persist all site or user data in one call
* Add lock/unlock calls for renewal and cert obtaining

* Key fields on composite literals
2016-07-08 07:32:31 -06:00
..
storagetest Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
certificates_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
certificates.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
client_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
client.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
config_test.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
config.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
crypto_test.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
crypto.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
filestorage_test.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
filestorage.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
handshake_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
handshake.go Set host and port on address if specified via flag (fixes #888) 2016-06-20 18:25:42 -06:00
httphandler_test.go Rewrote Caddy from the ground up; initial commit of 0.9 branch 2016-06-04 17:00:29 -06:00
httphandler.go Change outreq.Host instead of r.Host (possibly related to #874) 2016-06-28 18:19:35 -06:00
maintain.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
setup_test.go Fix tests after controller refactor 2016-06-20 12:29:19 -06:00
setup.go Refactor how caddy.Context is stored and used 2016-06-20 11:59:23 -06:00
storage.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
tls_test.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
tls.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
user_test.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
user.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00