crypto/acme
Andrew Louis 78000ba7a0 acme: make WaitAuthorization return authorization errors consistently
Fixes golang/go#37340

Change-Id: I19c4f150b8607ad4a1613cf97ad3362f4b779d7c
GitHub-Last-Rev: 4215964b4a
GitHub-Pull-Request: golang/crypto#121
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/220343
Reviewed-by: Filippo Valsorda <filippo@golang.org>
2020-03-02 21:09:43 +00:00
..
autocert acme/autocert: remove unused listener struct field 2020-02-14 03:40:16 +00:00
internal/acmeprobe acme/internal/acmeprobe: fix dropped error variable 2019-11-08 22:47:45 +00:00
acme.go acme: update TLS-ALPN identifier to the latest IANA assignment 2020-02-10 19:18:31 +00:00
acme_test.go acme: make WaitAuthorization return authorization errors consistently 2020-03-02 21:09:43 +00:00
http.go acme: update existing methods for RFC 8555 2019-10-01 14:10:32 +00:00
http_test.go acme: support RFC 8555 account management 2019-09-27 12:36:31 +00:00
jws.go acme: expect standard ASN.1 signatures from ECDSA Client.Key 2019-12-05 18:06:55 +00:00
jws_test.go acme: expect standard ASN.1 signatures from ECDSA Client.Key 2019-12-05 18:06:55 +00:00
rfc8555.go acme: update existing methods for RFC 8555 2019-10-01 14:10:32 +00:00
rfc8555_test.go acme: update existing methods for RFC 8555 2019-10-01 14:10:32 +00:00
types.go acme: make WaitAuthorization return authorization errors consistently 2020-03-02 21:09:43 +00:00
types_test.go acme: make WaitAuthorization return authorization errors consistently 2020-03-02 21:09:43 +00:00
version_go112.go acme: send User-Agent and add Client.UserAgent 2019-06-21 22:22:07 +00:00