boulder/va
alexzorin df2909a7ca va: Send extValue in TLSALPN unauthorized response (#4330)
Brings it to be more in line with the responses from the other two challenges and
will hopefully make the challenge a lot easier to debug (like in the recent community 
thread).

```json
"error": {
  "type": "urn:ietf:params:acme:error:unauthorized",
  "detail": "Incorrect validation certificate for tls-alpn-01 challenge. Expected acmeValidationV1 extension value 836bf5358f8a32826c61faeff2e0225b00756f935b00ed3002cabb9d536b9f53 for this challenge but got 8539b12e31c306b81a0aedab4128722c6ad71f71f46316a3c71612f47df0e532",
  "status": 403
},
```
2019-07-11 09:08:14 -07:00
..
proto Update miekg/dns and golang/protobuf. (#4150) 2019-04-09 09:27:28 -07:00
caa.go Consistently used stdlib context package (#4229) 2019-05-28 14:36:16 -04:00
caa_test.go dns: Remove Authorities field from ValidationRecord (#4230) 2019-05-28 14:11:32 -04:00
dns.go dns: Remove Authorities field from ValidationRecord (#4230) 2019-05-28 14:11:32 -04:00
dns_test.go core: split identifier types into separate package. (#4225) 2019-05-23 13:24:41 -07:00
http.go Handle unprintable characters in HTTP responses. (#4312) 2019-07-02 13:42:55 -04:00
http_test.go Handle unprintable characters in HTTP responses. (#4312) 2019-07-02 13:42:55 -04:00
tlsalpn.go va: Send extValue in TLSALPN unauthorized response (#4330) 2019-07-11 09:08:14 -07:00
tlsalpn_test.go va: Send extValue in TLSALPN unauthorized response (#4330) 2019-07-11 09:08:14 -07:00
utf8filter.go Filter invalid UTF-8 from error responses. (#3845) 2018-09-17 14:35:46 -04:00
utf8filter_test.go Filter invalid UTF-8 from error responses. (#3845) 2018-09-17 14:35:46 -04:00
va.go Consistently used stdlib context package (#4229) 2019-05-28 14:36:16 -04:00
va_test.go Handle unprintable characters in HTTP responses. (#4312) 2019-07-02 13:42:55 -04:00