tailscale/tempfork/acme
Andrew Lytvynov 46505ca338
tempfork/acme: update to latest version (#15543)
Pull in https://github.com/tailscale/golang-x-crypto/pull/16

Updates #15542

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
2025-04-04 16:32:12 -07:00
..
acme_test.go tempfork/acme: update to latest version (#15543) 2025-04-04 16:32:12 -07:00
acme.go tempfork/acme: update to latest version (#15543) 2025-04-04 16:32:12 -07:00
http_test.go tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00:00
http.go tempfork/acme: pull in latest changes for Go 1.24 (#15062) 2025-02-19 10:42:06 -08:00
jws_test.go tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00:00
jws.go tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00:00
README.md tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00:00
rfc8555_test.go tempfork/acme: update to latest version (#15543) 2025-04-04 16:32:12 -07:00
rfc8555.go tempfork/acme: update to latest version (#15543) 2025-04-04 16:32:12 -07:00
sync_to_upstream_test.go tempfork/acme: fix TestSyncedToUpstream with Windows line endings 2025-01-27 22:15:08 +00:00
types_test.go tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00:00
types.go tempfork/acme: update to latest version (#15543) 2025-04-04 16:32:12 -07:00
version_go112.go tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00:00

tempfork/acme

This is a vendored copy of Tailscale's https://github.com/tailscale/golang-x-crypto, which is a fork of golang.org/x/crypto/acme.

See https://github.com/tailscale/tailscale/issues/10238 for unforking status.

The https://github.com/tailscale/golang-x-crypto location exists to let us do rebases from upstream easily, and then we update tempfork/acme in the same commit we go get github.com/tailscale/golang-x-crypto@main. See the comment on the TestSyncedToUpstream test for details. That test should catch that forgotten step.