tailscale/gokrazy/natlabapp.arm64
Brad Fitzpatrick 4082512293 tempfork/{acme,ssh}: add new package for x/crypto package forks, move
We were maintaining temporary dev forks of golang.org/x/crypto/{acme,ssh}
in https://github.com/tailscale/golang-x-crypto instead of using
this repo's tempfork directory as we do with other packages. The reason we were
doing that was because x/crypto/ssh depended on x/crypto/ssh/internal/poly1305
and I hadn't noticed there are forwarding wrappers already available
in x/crypto/poly1305. It also depended internal/bcrypt_pbkdf but we don't use that
so it's easy to just delete that calling code in our tempfork/ssh.

This means we don't need another repo, for better or worse. (better:
one repo, worse: slightly more annoying to rebase to upstream, but not
terrible)

The acme package is moved unmodified.

This copies the code from tailscale/golang-x-crypto at git rev
3fde5e568a

Updates #8593
Updates #10238

Change-Id: I8af4378c04c1f82e63d31bf4d16dba9f510f9199
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2024-09-18 12:17:36 -07:00
..
builddir tempfork/{acme,ssh}: add new package for x/crypto package forks, move 2024-09-18 12:17:36 -07:00
config.json gokrazy{,/natlabapp.arm64}: start adding arm64 appliance support 2024-09-03 09:24:15 -07:00
README.md gokrazy{,/natlabapp.arm64}: start adding arm64 appliance support 2024-09-03 09:24:15 -07:00
usr-dir.tar gokrazy{,/natlabapp.arm64}: start adding arm64 appliance support 2024-09-03 09:24:15 -07:00

NATLab Linux test Appliance

This is the definition of the NATLab Linux test appliance image. It's similar to ../tsapp, but optimized for running in qemu in NATLab.

See ../tsapp/README.md for more info.