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.go
Age
Commit message (
Expand
)
Author
2023-11-23
ssh: fix certificate authentication with OpenSSH 7.2-7.7
Nicola Murino
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2022-03-15
ssh: support rsa-sha2-256/512 for client certificates
Filippo Valsorda
2022-03-14
ssh: support rsa-sha2-256/512 for client authentication
Filippo Valsorda
2022-03-14
ssh: send (and rename) keyboard-interactive name field to the client
Filippo Valsorda
2020-10-16
ssh: improve error message for KeyboardInteractiveChallenge
Aidan Coyle
2020-06-22
ssh: Make error message deterministic
Julian Kornberger
2019-05-10
ssh/gss: support kerberos authentication for ssh server and client
yanweizhi
2018-02-08
ssh: fix support for partial success authentication responses in client
Sami Pönkänen
2017-11-13
ssh: add support for banners
Tugdual Saunier
2017-10-23
Revert "ssh: add support for banners"
Han-Wen Nienhuys
2017-10-18
ssh: add support for banners
Tugdual Saunier
2017-09-15
all: fix article typos
namusyaka
2017-04-03
ssh: improve client public key authentication
James Myers
2017-01-16
ssh: rewrite (re)keying logic.
Han-Wen Nienhuys
2016-07-04
x/crypto/ssh: Add support for retryable authentication
Jamie Beverly
2016-03-29
x/crypto/ssh: interpret disconnect message as error in the transport layer.
Han-Wen Nienhuys
2014-05-13
go.crypto/ssh: fix authentication after all public keys are rejected by a ser...
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-26
go.crypto/ssh: cosmetic: unnest signing code for public key auth.
Han-Wen Nienhuys
2013-10-25
go.crypto/ssh: in {Server,Client}Conn, read session ID from
Han-Wen Nienhuys
2013-10-25
go.crypto/ssh: ensure {Server,Client}Conn do not expose io.ReadWriter
Dave Cheney
2013-10-10
go.crypto/ssh: cosmetic only spelling fixes
Jonathan Pittman
2013-09-24
go.crypto/ssh: separate kex algorithms into kexAlgorithm class.
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-27
crypto/ssh: Handle msgUserAuthBanner during keyboard-interactive auth.
JP Sugarbroad
2013-06-21
go.crypto/ssh: add hook for host key checking.
Han-Wen Nienhuys
2013-06-10
go.crypto: revert 7f5a59ff6b43.
Adam Langley
2013-06-07
go.crypto: remove unreachable code.
Adam Langley
2013-06-06
go.crypto/ssh: implement keyboard-interactive auth (RFC 4256), both
Han-Wen Nienhuys
2013-06-06
go.crypto/ssh: add a error return to decode(), and avoid casting decode() out...
Han-Wen Nienhuys
2012-12-15
go.crypto: gofmt -w -s
Mikio Hara
2012-12-10
go.crypto/ssh: run gofmt
Adam Langley
2012-06-29
go.crypto/ssh: add ClientAuthAgent
Gary Burd
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-04-01
go.crypto/ssh: improve error message when no authentication methods remain
Dave Cheney
2012-02-23
ssh: use *rsa.PublicKey or *dsa.PublicKey in interfaces.
Adam Langley
2012-01-25
go.crypto: initial code
Russ Cox