lego/acme
Matthew Holt 971541dc0a Use http client with timeout of 10s
This will prevent indefinitely-hanging requests in case some service or middle box is malfunctioning.

Fix vet errors and lint warnings

Add vet to CI check

Only get issuer certificate if it would be used

No need to make a GET request if the OCSP server is not specified in leaf certificate

Fix CI tests

Make tests verbose
2016-02-14 14:33:54 -07:00
..
challenges.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
client.go Add package comments to make the library and CLI more discoverable on godoc.org 2016-02-08 01:59:03 +01:00
client_test.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
crypto.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
crypto_test.go Initial support for SAN certificates 2015-11-11 01:01:15 +01:00
dns_challenge.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
dns_challenge_cloudflare.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
dns_challenge_cloudflare_test.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
dns_challenge_digitalocean.go Use http.DefaultClient 2016-01-27 20:43:51 -07:00
dns_challenge_digitalocean_test.go Add DigitalOcean DNS provider 2016-01-26 17:57:55 -07:00
dns_challenge_dnsimple.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
dns_challenge_dnsimple_test.go Move toFqdn and unFqdn into a shared place (see GH-84) 2016-01-26 16:37:50 +01:00
dns_challenge_manual.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
dns_challenge_rfc2136.go Allow to specify RFC2136_NAMESERVER without the port. 2016-02-13 18:46:32 +01:00
dns_challenge_rfc2136_test.go Allow to specify the TSIG algorithm for RFC2136 DNS-01 authentication. 2016-02-13 18:46:28 +01:00
dns_challenge_route53.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
dns_challenge_route53_test.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
dns_challenge_test.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
error.go Fix gofmt errors 2015-12-24 10:57:09 +02:00
http.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
http_challenge.go Add DigitalOcean DNS provider 2016-01-26 17:57:55 -07:00
http_challenge_server.go http-01 challenge: disable TCP connection reuse 2016-02-07 13:40:47 +00:00
http_challenge_test.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
http_test.go Couple more tests to ensure right method is being used 2016-01-13 18:49:25 -07:00
jws.go Implement custom User-Agent string 2015-12-30 15:01:21 -07:00
messages.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
pop_challenge.go Add remaining challenge types. 2015-06-11 00:11:58 +02:00
provider.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
tls_sni_challenge.go Add DigitalOcean DNS provider 2016-01-26 17:57:55 -07:00
tls_sni_challenge_server.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00
tls_sni_challenge_test.go Refactor challenge providers to new ChallengeProvider interface 2016-01-24 16:10:50 -05:00