lego/acme
Tommie Gannert 5dc33c8c08 Simplify httpChallenge code.
Solve is blocking, so no need to run initialization code in a separate
goroutine. Removes the need for s.start.

Once the listener is closed, all I/O resources have been returned. No
need to wait for http.Serve to return. Removes the need for s.end.
2015-12-05 12:00:00 +00:00
..
client.go Split off validation function. 2015-12-05 11:52:24 +00:00
client_test.go We have two solvers now 2015-11-22 19:33:26 +01:00
crypto.go Merge pull request #30 from xenolf/add-san-cert 2015-11-18 22:07:54 +01:00
crypto_test.go Initial support for SAN certificates 2015-11-11 01:01:15 +01:00
dns_challenge.go Rename simple_https to simple_http and add minimal interface implementation 2015-06-11 00:17:52 +02:00
error.go Removed unused functions, more consistent/readable debugging 2015-11-06 23:22:32 -07:00
http_challenge.go Simplify httpChallenge code. 2015-12-05 12:00:00 +00:00
http_challenge_test.go Add tests to TLS-SNI-01 2015-11-22 19:31:16 +01:00
jws.go Move back to square/go-jose (reverted from commit cae6d59e19) 2015-11-18 21:15:49 +01:00
messages.go WIP TLS-SNI-01 2015-11-22 19:31:16 +01:00
pop_challenge.go Add remaining challenge types. 2015-06-11 00:11:58 +02:00
tls_sni_challenge.go Split off validation function. 2015-12-05 11:52:24 +00:00
tls_sni_challenge_test.go Add tests to TLS-SNI-01 2015-11-22 19:31:16 +01:00