lego/acme
Pauline Middelink 4945919c69 - Moved findZone from rfc2136 to dns_challenge.go and renamed to findZoneByFqdn
- Reworked the code in dns_challenge.go to not assume nameserver is
   port-less or defaults to 53. (messes up testing)
- Updated nameserver test to clear the fqdn2zone cache and return a dummy
  SOA RR to make initial findZoneByFqdn call happy.
- Used publicsuffix library to determine if the "authorative" zone we found
  is a public registry, in that case error out. (Also used by boulder btw)
2016-02-28 21:09:05 +01:00
..
challenges.go Use http client with timeout of 10s 2016-02-14 14:33:54 -07:00
client.go Merge remote-tracking branch 'upstream/master' 2016-02-27 17:47:25 +01:00
client_test.go Remove keyBits from tests, use keyType instead. 2016-02-21 04:22:03 +01:00
crypto.go Merge pull request #130 from xenolf/add-ecc-support 2016-02-27 03:38:12 +01:00
crypto_test.go Adapt tests to EC changes 2016-02-21 04:18:45 +01:00
dns_challenge.go - Moved findZone from rfc2136 to dns_challenge.go and renamed to findZoneByFqdn 2016-02-28 21:09:05 +01:00
dns_challenge_cloudflare.go Fix a couple of misspelled words and lint errors. 2016-02-15 03:59:43 +01:00
dns_challenge_cloudflare_test.go Refactor CloudFlare provider to have no 3rd party dependencies 2016-02-16 15:50:24 +01: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 Fix wrong variables being used in DNSimple test. 2016-02-21 04:14:32 +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 - Moved findZone from rfc2136 to dns_challenge.go and renamed to findZoneByFqdn 2016-02-28 21:09:05 +01:00
dns_challenge_rfc2136_test.go - Moved findZone from rfc2136 to dns_challenge.go and renamed to findZoneByFqdn 2016-02-28 21:09:05 +01:00
dns_challenge_route53.go Fix a couple of misspelled words and lint errors. 2016-02-15 03:59:43 +01: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 - Moved findZone from rfc2136 to dns_challenge.go and renamed to findZoneByFqdn 2016-02-28 21:09:05 +01: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 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 Add support for EC certificates / account keys 2016-02-21 04:18:45 +01:00
messages.go Add support for EC certificates / account keys 2016-02-21 04:18:45 +01: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 support for EC certificates / account keys 2016-02-21 04:18:45 +01:00
tls_sni_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
tls_sni_challenge_test.go Adapt tests to EC changes 2016-02-21 04:18:45 +01:00