caddy/caddytls
Matt Holt 58b2edd229 Merge pull request #1354 from mholt/keyrotationfix
Set session ticket keys properly (fixed in Go 1.8)
2017-02-16 16:43:02 -07:00
..
storagetest Refactor and improve TLS storage code (related to locking) 2016-09-19 17:24:34 -06:00
certificates_test.go fix typo 2016-08-09 14:57:17 +09:00
certificates.go tls: Fix background certificate renewals that use TLS-SNI challenge 2017-01-21 14:39:36 -07: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 Add support for OCSP Must-Staple for Let's Encrypt certs (#1221) 2016-10-29 08:44:49 -06:00
config_test.go Refactor and improve TLS storage code (related to locking) 2016-09-19 17:24:34 -06:00
config.go Add support for OCSP Must-Staple for Let's Encrypt certs (#1221) 2016-10-29 08:44:49 -06:00
crypto_test.go Remove dead code, do struct alignment, simplify code 2016-10-25 19:19:54 +02:00
crypto.go Set session ticket keys properly (fixed in Go 1.8) 2017-01-15 09:30:02 -07:00
filestorage_test.go Pluggable TLS Storage (#913) 2016-07-08 07:32:31 -06:00
filestorage.go Refactor and improve TLS storage code (related to locking) 2016-09-19 17:24:34 -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 Remove dead code, do struct alignment, simplify code 2016-10-25 19:19:54 +02:00
httphandler_test.go ACME challenge proxy now accounts for ListenHost (bind); fixes #1296 2016-12-23 09:40:03 -07:00
httphandler.go Set listenHost to localhost if empty; fixes test on Windows 2016-12-23 10:28:00 -07:00
maintain.go tls: Always stop and report cert renewal error if operator is present 2017-01-21 15:14:04 -07:00
setup_test.go Add support for OCSP Must-Staple for Let's Encrypt certs (#1221) 2016-10-29 08:44:49 -06:00
setup.go Add support for OCSP Must-Staple for Let's Encrypt certs (#1221) 2016-10-29 08:44:49 -06:00
storage.go Refactor and improve TLS storage code (related to locking) 2016-09-19 17:24:34 -06:00
tls_test.go Refactor and improve TLS storage code (related to locking) 2016-09-19 17:24:34 -06:00
tls.go Refactor and improve TLS storage code (related to locking) 2016-09-19 17:24:34 -06:00
user_test.go tls: Improve flaky test depending on CPU scheduling (I think) 2016-11-28 23:37:22 -07:00
user.go Fix small misspellings 2017-01-10 13:09:24 -08:00