0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddytls
Matt Holt 09188981c4
tls: Add support for the tls-alpn-01 challenge (#2201)
* tls: Add support for the tls-alpn-01 challenge

Also updates lego/acme to latest on master.

TODO: This implementation of the tls-alpn challenge is not yet solvable
in a distributed Caddy cluster like the http challenge is.

* build: Allow building with the race detector

* tls: Support distributed solving of the TLS-ALPN-01 challenge

* Update vendor and add a todo in MITM checker
2018-12-05 17:33:23 -07:00
..
storagetest Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
certificates.go Merge branch 'master' into telemetry 2018-04-20 00:03:57 -06:00
certificates_test.go caddytls: Raise TLS alert if no certificate matches SAN (closes #1303) (#2339) 2018-11-12 14:24:07 -07:00
client.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
client_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
config.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
config_test.go vendor: delete github.com/codahale/aesnicheck in favor of cpuid (#2020) 2018-02-09 10:39:21 -07:00
crypto.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
crypto_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
filestorage.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
filestorage_test.go tls: Fix tests on Windows (#2093) 2018-03-28 12:42:47 -06:00
filestoragesync.go tls: Prevent directory traversal via On-Demand TLS (fixes #2092) 2018-03-28 12:04:35 -06:00
handshake.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
handshake_test.go caddytls: Raise TLS alert if no certificate matches SAN (closes #1303) (#2339) 2018-11-12 14:24:07 -07:00
httphandler.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
httphandler_test.go tls: Fix HTTP->HTTPS redirects and HTTP challenge when using custom port 2018-02-16 12:05:34 -07:00
maintain.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
setup.go caddytls: Raise TLS alert if no certificate matches SAN (closes #1303) (#2339) 2018-11-12 14:24:07 -07:00
setup_test.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
storage.go tls: Prevent directory traversal via On-Demand TLS (fixes #2092) 2018-03-28 12:04:35 -06:00
tls.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
tls_test.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
user.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00
user_test.go tls: Add support for the tls-alpn-01 challenge (#2201) 2018-12-05 17:33:23 -07:00