lego/acme
Matthew Holt 19ea2cbf75 Fix PEM decoding if file ends with multiple newlines
This method more closely reflects how crypto/tls does it here: https://golang.org/src/crypto/tls/tls.go?s=5139:5210#L174
2016-01-11 10:02:28 -07:00
..
client.go Add the ability to reuse a private key 2016-01-08 10:14:41 +01:00
client_test.go Update tests 2016-01-08 08:04:50 +01:00
crypto.go Fix PEM decoding if file ends with multiple newlines 2016-01-11 10:02:28 -07: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 Fix gofmt errors 2015-12-24 10:57:09 +02:00
http.go Move JSON http wrappers to http.go file 2016-01-08 10:04:57 +01:00
http_challenge.go Add interface:port override to HTTP-01 and TLS-01 instead of only port 2016-01-08 08:04:38 +01:00
http_challenge_test.go Update tests 2016-01-08 08:04:50 +01:00
http_test.go Implement custom User-Agent string 2015-12-30 15:01:21 -07:00
jws.go Implement custom User-Agent string 2015-12-30 15:01:21 -07:00
messages.go Use boulder error messages. 2015-12-11 17:16:24 +01:00
pop_challenge.go Add remaining challenge types. 2015-06-11 00:11:58 +02:00
tls_sni_challenge.go Add interface:port override to HTTP-01 and TLS-01 instead of only port 2016-01-08 08:04:38 +01:00
tls_sni_challenge_test.go Update tests 2016-01-08 08:04:50 +01:00