lego/acme
xenolf 082ff6d029 Removed HTTPTimeout and exported a new HTTPClient variable as a replacement.
The HTTPTimeout was not honored by the default client. Clients should now construct their own HTTPClient for overriding the timeout.
Fixes #246
2016-07-21 03:24:11 +02:00
..
challenges.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
client.go cert: Extend acme.CertificateResource, support CSRs on renew 2016-06-14 21:15:25 -07:00
client_test.go Remove keyBits from tests, use keyType instead. 2016-02-21 04:22:03 +01:00
crypto.go cert: Extend acme.CertificateResource, support CSRs on renew 2016-06-14 21:15:25 -07:00
crypto_test.go Adapt tests to EC changes 2016-02-21 04:18:45 +01:00
dns_challenge.go Add dns-timeout support. 2016-05-25 11:22:09 +08:00
dns_challenge_manual.go Retry logic for dnsQuery 2016-04-12 00:24:11 +01:00
dns_challenge_test.go Move WaitFor into new utils.go and switch timeout and interval to time.Duration. 2016-03-11 03:52:46 +01:00
error.go httpError - Set detail string to the content of the HTTP response if it's not parsed as JSON 2016-04-15 03:09:29 +02:00
http.go Removed HTTPTimeout and exported a new HTTPClient variable as a replacement. 2016-07-21 03:24:11 +02:00
http_challenge.go Add support for EC certificates / account keys 2016-02-21 04:18:45 +01:00
http_challenge_server.go Move the HTTP-01 and TLS-SNI-01 default solvers to a more unified layout. 2016-02-14 16:56:14 +01:00
http_challenge_test.go Adapt tests to EC changes 2016-02-21 04:18:45 +01:00
http_test.go Couple more tests to ensure right method is being used 2016-01-13 18:49:25 -07:00
jws.go errors.New -> fmt.Errorf 2016-04-11 11:49:20 +03:00
messages.go cert: Extend acme.CertificateResource, support CSRs on renew 2016-06-14 21:15:25 -07:00
pop_challenge.go Add remaining challenge types. 2015-06-11 00:11:58 +02:00
provider.go Add ChallengeProviderTimeout type to acme package 2016-03-16 18:17:03 +00:00
tls_sni_challenge.go Updated original signature and removed new function 2016-06-12 22:57:22 -07:00
tls_sni_challenge_server.go Updated original signature and removed new function 2016-06-12 22:57:22 -07:00
tls_sni_challenge_test.go Adapt tests to EC changes 2016-02-21 04:18:45 +01:00
utils.go Fix WaitFor calls 2016-03-11 04:52:59 +01:00
utils_test.go Fix WaitFor calls 2016-03-11 04:52:59 +01:00