aboutsummaryrefslogtreecommitdiff
path: root/ssh/client_auth_test.go
AgeCommit message (Expand)Author
2025-10-08all: fix some typos in commentcuishuang
2025-09-15ssh: remove custom contains, use slices.ContainsNicola Murino
2025-05-15ssh: export supported algorithmsNicola Murino
2025-01-02all: make function and struct comments match the namescuishuang
2024-10-16ssh: return unexpected msg error when server fails keyboard-interactive auth ...samiponkanen
2024-09-16ssh: return ServerAuthError after too many auth failuresNicola Murino
2023-09-20ssh: add test cases for compatibility with old (buggy) clientsNicola Murino
2023-09-20ssh: add MultiAlgorithmSignerNicola Murino
2023-09-05ssh: check the declared public key algo against decoded oneNicola Murino
2023-07-10ssh: fix RSA certificate and public key authentication with older clientsNicola Murino
2022-11-12ssh: support rsa-sha2-256/512 on the server sideFilippo Valsorda
2022-03-14ssh: support rsa-sha2-256/512 for client authenticationFilippo Valsorda
2022-02-09ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKeyIan Lance Taylor
2019-06-17ssh: add diffie-hellman-group-exchange-sha256Lucas Bremgartner
2019-05-10ssh/gss: support kerberos authentication for ssh server and clientyanweizhi
2019-04-11ssh: remove testing.T from ExampleRetryableAuthMethodHan-Wen Nienhuys
2018-11-06ssh: return specific error for invalid signature algorithmHan-Wen Nienhuys
2018-02-26ssh: fix error variable naming convention, add docsBrad Fitzpatrick
2018-02-22ssh: use a variable rather than type for NoAuthErrorHan-Wen Nienhuys
2018-02-19Adding a unique error when no authentication method has been passed inSpencer Tung
2017-07-10ssh: fix a formatting bug in a testSpencer Tung
2017-07-06ssh: fix if/else returns to adhere to Go style guidelinesSpencer Tung
2017-07-03ssh: return authErr array if all authentication attempts failSpencer Tung
2017-05-02ssh/knownhosts: add IsHostAuthority.Peter Moody
2017-04-10ssh: support MaxAuthTries on ServerConfigJames Myers
2017-03-30ssh: require host key checking in the ClientConfigHan-Wen Nienhuys
2017-02-02ssh: Support multiple source-addresses, don't require IPv4 in tests.Heschi Kreinick
2017-01-13ssh: make client auth tests less chatty.Han-Wen Nienhuys
2016-09-29x/crypto/ssh: ParsePrivateKey errors out with encrypted private keysEmmanuel Odeke
2016-08-24crypto/ssh: keep user in ConnMetadata if NoClientAuth is usedSven Blumenstein
2016-07-17ssh: disable known-flaky test from the Go build dashboardBrad Fitzpatrick
2016-07-06x/crypto: fix typosMartin Hamrle
2016-07-04x/crypto/ssh: Add support for retryable authenticationJamie Beverly
2015-08-29crypto/ssh: clearer error messages when "no ciphers in common"Thomas Desrosiers
2014-05-12go.crypto/ssh: use permissions from public key cache when accepting a key.Adam Langley
2014-05-12go.crypto/ssh: try authentication methods in ClientConfig order.Han-Wen Nienhuys
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2013-10-24go.crypto/ssh: only close connection if it was open in TestClientUnsupportedKex.Han-Wen Nienhuys
2013-09-19go.crypto/ssh: introduce Signer method, an abstraction ofHan-Wen Nienhuys
2013-09-13go.crypto/ssh: introduce PublicKey interface type.Han-Wen Nienhuys
2013-09-09go.crypto/ssh: Begin adding server side support for more than RSA for client ...Jonathan Pittman
2013-09-05go.crypto/ssh: remove misleading marshalPrivRSA.Han-Wen Nienhuys
2013-08-28go.crypto/ssh: implement ECDH.Han-Wen Nienhuys
2013-06-06go.crypto/ssh: implement keyboard-interactive auth (RFC 4256), bothHan-Wen Nienhuys
2012-12-10go.crypto/ssh: run gofmtAdam Langley
2012-10-30go.crypto/ssh: never negotiate unsupported ciphersDave Cheney
2012-08-18go.crypto/ssh: fix misplaced deferDave Cheney
2012-04-20ssh: cosmetic cleanupsAdam Langley
2012-03-27go.crypto/ssh: fix example in documentationFazlul Shahriar
2012-02-27go.crypto/ssh: improve support for MAC algorithmsDave Cheney