tailscale/tempfork/acme
Brad Fitzpatrick 079973de82
Some checks are pending
checklocks / checklocks (push) Waiting to run
CodeQL / Analyze (go) (push) Waiting to run
Dockerfile build / deploy (push) Waiting to run
CI / race-root-integration (1/4) (push) Waiting to run
CI / race-root-integration (2/4) (push) Waiting to run
CI / race-root-integration (3/4) (push) Waiting to run
CI / race-root-integration (4/4) (push) Waiting to run
CI / test (-coverprofile=/tmp/coverage.out, amd64) (push) Waiting to run
CI / test (-race, amd64, 1/3) (push) Waiting to run
CI / test (-race, amd64, 2/3) (push) Waiting to run
CI / test (-race, amd64, 3/3) (push) Waiting to run
CI / test (386) (push) Waiting to run
CI / windows (push) Waiting to run
CI / privileged (push) Waiting to run
CI / vm (push) Waiting to run
CI / race-build (push) Waiting to run
CI / cross (386, linux) (push) Waiting to run
CI / cross (amd64, darwin) (push) Waiting to run
CI / cross (amd64, freebsd) (push) Waiting to run
CI / cross (amd64, openbsd) (push) Waiting to run
CI / cross (amd64, windows) (push) Waiting to run
CI / cross (arm, 5, linux) (push) Waiting to run
CI / cross (arm, 7, linux) (push) Waiting to run
CI / cross (arm64, darwin) (push) Waiting to run
CI / cross (arm64, linux) (push) Waiting to run
CI / cross (arm64, windows) (push) Waiting to run
CI / cross (loong64, linux) (push) Waiting to run
CI / ios (push) Waiting to run
CI / crossmin (amd64, illumos) (push) Waiting to run
CI / crossmin (amd64, plan9) (push) Waiting to run
CI / crossmin (amd64, solaris) (push) Waiting to run
CI / crossmin (ppc64, aix) (push) Waiting to run
CI / android (push) Waiting to run
CI / wasm (push) Waiting to run
CI / tailscale_go (push) Waiting to run
CI / fuzz (push) Waiting to run
CI / depaware (push) Waiting to run
CI / go_generate (push) Waiting to run
CI / go_mod_tidy (push) Waiting to run
CI / licenses (push) Waiting to run
CI / staticcheck (386, windows) (push) Waiting to run
CI / staticcheck (amd64, darwin) (push) Waiting to run
CI / staticcheck (amd64, linux) (push) Waiting to run
CI / staticcheck (amd64, windows) (push) Waiting to run
CI / notify_slack (push) Blocked by required conditions
CI / check_mergeability (push) Blocked by required conditions
tempfork/acme: fix TestSyncedToUpstream with Windows line endings
Updates #10238

Change-Id: Ic85811c267679a9f79377f376d77dee3a9d92ce7
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-01-27 22:15:08 +00:00
..
acme_test.go tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00:00
acme.go tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00: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: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00: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: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00:00
rfc8555.go tempfork/acme: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00: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: add new package for x/crypto package acme fork, move 2025-01-27 21:32:26 +00: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.