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
/
common.go
Age
Commit message (
Expand
)
Author
2013-10-07
go.crypto/ssh: let client accept DSA and ECDSA host key algorithms.
Han-Wen Nienhuys
2013-09-24
go.crypto/ssh: separate kex algorithms into kexAlgorithm class.
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-16
go.crypto/ssh: some cleanup
Jonathan Pittman
2012-12-14
go.crypto/ssh: Miscellaneous changes up for discussion.
Jonathan Pittman
2012-12-14
go.crypto/ssh: Add support for ECDSA keys and certs.
Jonathan Pittman
2012-12-10
go.crypto/ssh: run gofmt
Adam Langley
2012-10-30
go.crypto/ssh: never negotiate unsupported ciphers
Dave Cheney
2012-05-22
go.crypto/ssh: allow zero sized window adjustments
Dave Cheney
2012-05-11
go.crypto/ssh: make {client,server}Chan use common window management
Dave Cheney
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-03-06
go.crypto/ssh: add support for diffie-hellman-group1-sha1.
Daniel Theophanes
2012-03-04
go.crypto/ssh: improve marshal performance
Dave Cheney
2012-02-27
go.crypto/ssh: improve support for MAC algorithms
Dave Cheney
2012-02-24
go.crypto/ssh: add client support for OpenSSH certificates
Jonathan Pittman
2012-02-23
ssh: use *rsa.PublicKey or *dsa.PublicKey in interfaces.
Adam Langley
2012-01-25
go.crypto: initial code
Russ Cox
[prev]