-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WFE: reject legacy JWS requests in -strict (#246)
* wfe: reject out-of-spec chall POST in strict. Challenge POST JWS bodies should be exactly `{}` per RFC 8555 Section 7.5.1. In `-strict` reject anything else. * wfe: reject JWS JSON with non-empty "resource". The "resource" field of a JSON JWS body is a legacy artifact of ACME v1 and should not be sent in RFC 8555/ACME v2 requests. Reject these requests in `-strict` mode.
- Loading branch information
Daniel McCarney
authored
Jun 21, 2019
1 parent
0abe052
commit 3a2ce1c
Showing
1 changed file
with
49 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters