Andrew Lytvynov 46505ca338 tempfork/acme: update to latest version (#15543) 11 months ago
..
README.md 2691b9f6be tempfork/acme: add new package for x/crypto package acme fork, move 1 year ago
acme.go 46505ca338 tempfork/acme: update to latest version (#15543) 11 months ago
acme_test.go 46505ca338 tempfork/acme: update to latest version (#15543) 11 months ago
http.go cc923713f6 tempfork/acme: pull in latest changes for Go 1.24 (#15062) 1 year ago
http_test.go 2691b9f6be tempfork/acme: add new package for x/crypto package acme fork, move 1 year ago
jws.go 2691b9f6be tempfork/acme: add new package for x/crypto package acme fork, move 1 year ago
jws_test.go 2691b9f6be tempfork/acme: add new package for x/crypto package acme fork, move 1 year ago
rfc8555.go 46505ca338 tempfork/acme: update to latest version (#15543) 11 months ago
rfc8555_test.go 46505ca338 tempfork/acme: update to latest version (#15543) 11 months ago
sync_to_upstream_test.go 079973de82 tempfork/acme: fix TestSyncedToUpstream with Windows line endings 1 year ago
types.go 46505ca338 tempfork/acme: update to latest version (#15543) 11 months ago
types_test.go 2691b9f6be tempfork/acme: add new package for x/crypto package acme fork, move 1 year ago
version_go112.go 2691b9f6be tempfork/acme: add new package for x/crypto package acme fork, move 1 year ago

README.md

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.