lego/acme
Tommie Gannert bee1326835 Use a local ServeMux in httpChallenge.Solve.
Avoids modifying global state.
2015-12-05 12:25:01 +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 Use a local ServeMux in httpChallenge.Solve. 2015-12-05 12:25:01 +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 Simplify tlsSNIChallenge code. 2015-12-05 12:24:49 +00:00
tls_sni_challenge_test.go Add tests to TLS-SNI-01 2015-11-22 19:31:16 +01:00