Lucas Bremgartner
|
57b3e21c3d
ssh: add diffie-hellman-group-exchange-sha256
|
5 лет назад |
yanweizhi
|
cbcb750295
ssh/gss: support kerberos authentication for ssh server and client
|
5 лет назад |
Han-Wen Nienhuys
|
184a689644
ssh: remove testing.T from ExampleRetryableAuthMethod
|
5 лет назад |
Han-Wen Nienhuys
|
e4dc69e5b2
ssh: return specific error for invalid signature algorithm
|
6 лет назад |
Brad Fitzpatrick
|
beaf6a3570
ssh: fix error variable naming convention, add docs
|
6 лет назад |
Han-Wen Nienhuys
|
49796115aa
ssh: use a variable rather than type for NoAuthError
|
6 лет назад |
Spencer Tung
|
432090b8f5
Adding a unique error when no authentication method has been passed in
|
6 лет назад |
Spencer Tung
|
3627ff35f3
ssh: fix a formatting bug in a test
|
7 лет назад |
Spencer Tung
|
d625dfd805
ssh: fix if/else returns to adhere to Go style guidelines
|
7 лет назад |
Spencer Tung
|
69be088f86
ssh: return authErr array if all authentication attempts fail
|
7 лет назад |
Peter Moody
|
527d12e535
ssh/knownhosts: add IsHostAuthority.
|
7 лет назад |
James Myers
|
9ef620b9ca
ssh: support MaxAuthTries on ServerConfig
|
8 лет назад |
Han-Wen Nienhuys
|
e4e2799dd7
ssh: require host key checking in the ClientConfig
|
7 лет назад |
Heschi Kreinick
|
bed12803fa
ssh: Support multiple source-addresses, don't require IPv4 in tests.
|
7 лет назад |
Han-Wen Nienhuys
|
2f8be38b9a
ssh: make client auth tests less chatty.
|
8 лет назад |
Emmanuel Odeke
|
a20de3fa94
x/crypto/ssh: ParsePrivateKey errors out with encrypted private keys
|
8 лет назад |
Sven Blumenstein
|
986d331358
crypto/ssh: keep user in ConnMetadata if NoClientAuth is used
|
8 лет назад |
Brad Fitzpatrick
|
f28b56427a
ssh: disable known-flaky test from the Go build dashboard
|
8 лет назад |
Martin Hamrle
|
077efaa604
x/crypto: fix typos
|
8 лет назад |
Jamie Beverly
|
0c565bf132
x/crypto/ssh: Add support for retryable authentication
|
8 лет назад |
Thomas Desrosiers
|
6c2080b3cc
crypto/ssh: clearer error messages when "no ciphers in common"
|
9 лет назад |
Adam Langley
|
2dfe547928
go.crypto/ssh: use permissions from public key cache when accepting a key.
|
10 лет назад |
Han-Wen Nienhuys
|
6f0540ef5e
go.crypto/ssh: try authentication methods in ClientConfig order.
|
10 лет назад |
Adam Langley
|
fa50e7408b
go.crypto/ssh: import gosshnew.
|
10 лет назад |
Han-Wen Nienhuys
|
105632d35b
go.crypto/ssh: only close connection if it was open in TestClientUnsupportedKex.
|
11 лет назад |
Han-Wen Nienhuys
|
934c14ffe9
go.crypto/ssh: introduce Signer method, an abstraction of
|
11 лет назад |
Han-Wen Nienhuys
|
e62b2aead4
go.crypto/ssh: introduce PublicKey interface type.
|
11 лет назад |
Jonathan Pittman
|
6a743c56c7
go.crypto/ssh: Begin adding server side support for more than RSA for client key auth
|
11 лет назад |
Han-Wen Nienhuys
|
f17d130281
go.crypto/ssh: remove misleading marshalPrivRSA.
|
11 лет назад |
Han-Wen Nienhuys
|
d7d50b0a7c
go.crypto/ssh: implement ECDH.
|
11 лет назад |