crypto/acme
Dmitri Shuralyov c9da6b9a40 all: fix printf(var) mistakes detected by latest printf checker
These were problematic but previously easy to miss. They're now
easy to spot thanks to build failures at Go tip as of CL 610736.

For golang/go#68796.

Change-Id: I167f2cce2376b4070460389c673d973e4521d3dc
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/610797
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
2024-09-04 21:26:08 +00:00
..
autocert all: fix printf(var) mistakes detected by latest printf checker 2024-09-04 21:26:08 +00:00
internal/acmeprobe all: gofmt 2022-04-11 22:02:26 +00:00
acme.go all: use automatic RFC linking 2022-10-12 13:47:37 +00:00
acme_test.go acme: eliminate arbitrary timeouts in tests 2022-12-08 18:21:33 +00:00
http.go all: bump go.mod version and drop compatibility shims 2024-06-26 15:12:35 +00:00
http_test.go all: replace io/ioutil with io and os package 2022-09-19 17:36:07 +00:00
jws.go acme: add AccountKeyRollover 2022-05-16 16:29:34 +00:00
jws_test.go acme: add AccountKeyRollover 2022-05-16 16:29:34 +00:00
rfc8555.go all: fix some comments 2023-01-30 18:50:24 +00:00
rfc8555_test.go acme: eliminate arbitrary timeouts in tests 2022-12-08 18:21:33 +00:00
types.go all: use automatic RFC linking 2022-10-12 13:47:37 +00:00
types_test.go acme: add support for subproblems 2021-04-21 17:06:49 +00:00