commit | ca7e7f10cb9fd9c1a6ff7f60436c086d73714180 | [log] [tgz] |
---|---|---|
author | Alex Vaghin <ddos@google.com> | Tue Oct 25 14:52:55 2016 +0200 |
committer | Alex Vaghin <ddos@google.com> | Tue Oct 25 16:12:29 2016 +0000 |
tree | 3249e3027848ae640d4360ca568d5b6ecae96f47 | |
parent | 1150b8bd09e53aea1d415621adae9bad665061a1 [diff] |
acme: add v3 implementation to RevokeAuthorization Let's Encrypt apparently implements authorization revocation as specified in the v3 of the spec: https://tools.ietf.org/html/draft-ietf-acme-acme-03#section-6.4.2. See the relevant boulder source code here: https://github.com/letsencrypt/boulder/blob/be01ca17d334f73823a9c69afbcf99d777482547/wfe/wfe.go#L1177-L1213 This change makes RevokeAuthorization compatible with both v2 and v3 versions of the spec, as well as Let's Encrypt staging/production actual implementation. Change-Id: I7e860944005a55b156a45d96e1b8eb41126ce6bb Reviewed-on: https://go-review.googlesource.com/31990 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>