forked from golang/crypto
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for RFC 8555 subproblems. The type naming is real bike-shed territory, but I think I've mostly matched the existing style of the package. In a similar vein the format of how to print subproblems when stringing an acme.Error is up for debate (it could just be completely ignored, and require clients to inspect Error.Subproblems themselves). Fixes golang/go#38978 Change-Id: Ice803079bab621ae9410de79e7e75e11c1af21b6 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/233165 Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
- Loading branch information
1 parent
5bf0f12
commit 83a5a9b
Showing
2 changed files
with
147 additions
and
6 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
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