You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tempfork/ssh
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>
1 month ago
..
benchmark_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
buffer.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
buffer_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
certs.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
certs_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
channel.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
cipher.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
cipher_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
client.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
client_auth.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
client_auth_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
client_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
common.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
common_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
connection.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
doc.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
example_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
handshake.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
handshake_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
kex.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
kex_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
keys.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
keys_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
mac.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
mempipe_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
messages.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
messages_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
mux.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
mux_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
server.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
server_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
session.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
session_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
ssh_gss.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
ssh_gss_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
streamlocal.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
tcpip.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
tcpip_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
testdata_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
transport.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago
transport_test.go tempfork/{acme,ssh}: add new package for x/crypto package forks, move 1 month ago