index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
client_auth_test.go
Age
Commit message (
Expand
)
Author
2025-10-08
all: fix some typos in comment
cuishuang
2025-09-15
ssh: remove custom contains, use slices.Contains
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2025-01-02
all: make function and struct comments match the names
cuishuang
2024-10-16
ssh: return unexpected msg error when server fails keyboard-interactive auth ...
samiponkanen
2024-09-16
ssh: return ServerAuthError after too many auth failures
Nicola Murino
2023-09-20
ssh: add test cases for compatibility with old (buggy) clients
Nicola Murino
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2023-09-05
ssh: check the declared public key algo against decoded one
Nicola Murino
2023-07-10
ssh: fix RSA certificate and public key authentication with older clients
Nicola Murino
2022-11-12
ssh: support rsa-sha2-256/512 on the server side
Filippo Valsorda
2022-03-14
ssh: support rsa-sha2-256/512 for client authentication
Filippo Valsorda
2022-02-09
ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKey
Ian Lance Taylor
2019-06-17
ssh: add diffie-hellman-group-exchange-sha256
Lucas Bremgartner
2019-05-10
ssh/gss: support kerberos authentication for ssh server and client
yanweizhi
2019-04-11
ssh: remove testing.T from ExampleRetryableAuthMethod
Han-Wen Nienhuys
2018-11-06
ssh: return specific error for invalid signature algorithm
Han-Wen Nienhuys
2018-02-26
ssh: fix error variable naming convention, add docs
Brad Fitzpatrick
2018-02-22
ssh: use a variable rather than type for NoAuthError
Han-Wen Nienhuys
2018-02-19
Adding a unique error when no authentication method has been passed in
Spencer Tung
2017-07-10
ssh: fix a formatting bug in a test
Spencer Tung
2017-07-06
ssh: fix if/else returns to adhere to Go style guidelines
Spencer Tung
2017-07-03
ssh: return authErr array if all authentication attempts fail
Spencer Tung
2017-05-02
ssh/knownhosts: add IsHostAuthority.
Peter Moody
2017-04-10
ssh: support MaxAuthTries on ServerConfig
James Myers
2017-03-30
ssh: require host key checking in the ClientConfig
Han-Wen Nienhuys
2017-02-02
ssh: Support multiple source-addresses, don't require IPv4 in tests.
Heschi Kreinick
2017-01-13
ssh: make client auth tests less chatty.
Han-Wen Nienhuys
2016-09-29
x/crypto/ssh: ParsePrivateKey errors out with encrypted private keys
Emmanuel Odeke
2016-08-24
crypto/ssh: keep user in ConnMetadata if NoClientAuth is used
Sven Blumenstein
2016-07-17
ssh: disable known-flaky test from the Go build dashboard
Brad Fitzpatrick
2016-07-06
x/crypto: fix typos
Martin Hamrle
2016-07-04
x/crypto/ssh: Add support for retryable authentication
Jamie Beverly
2015-08-29
crypto/ssh: clearer error messages when "no ciphers in common"
Thomas Desrosiers
2014-05-12
go.crypto/ssh: use permissions from public key cache when accepting a key.
Adam Langley
2014-05-12
go.crypto/ssh: try authentication methods in ClientConfig order.
Han-Wen Nienhuys
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-10-24
go.crypto/ssh: only close connection if it was open in TestClientUnsupportedKex.
Han-Wen Nienhuys
2013-09-19
go.crypto/ssh: introduce Signer method, an abstraction of
Han-Wen Nienhuys
2013-09-13
go.crypto/ssh: introduce PublicKey interface type.
Han-Wen Nienhuys
2013-09-09
go.crypto/ssh: Begin adding server side support for more than RSA for client ...
Jonathan Pittman
2013-09-05
go.crypto/ssh: remove misleading marshalPrivRSA.
Han-Wen Nienhuys
2013-08-28
go.crypto/ssh: implement ECDH.
Han-Wen Nienhuys
2013-06-06
go.crypto/ssh: implement keyboard-interactive auth (RFC 4256), both
Han-Wen Nienhuys
2012-12-10
go.crypto/ssh: run gofmt
Adam Langley
2012-10-30
go.crypto/ssh: never negotiate unsupported ciphers
Dave Cheney
2012-08-18
go.crypto/ssh: fix misplaced defer
Dave Cheney
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-03-27
go.crypto/ssh: fix example in documentation
Fazlul Shahriar
2012-02-27
go.crypto/ssh: improve support for MAC algorithms
Dave Cheney
[next]