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
/
transport.go
Age
Commit message (
Expand
)
Author
2023-12-18
ssh: implement strict KEX protocol changes
v0.17.0
Roland Shoemaker
2023-02-15
ssh: add support for aes256-gcm@openssh.com
Nicola Murino
2022-03-12
ssh: ignore MAC if AEAD ciphers negotiated
Roland Shoemaker
2019-04-11
ssh: rename methods in packetCipher interface
Han-Wen Nienhuys
2018-01-22
ssh: cleanup cipher creation logic
Han-Wen Nienhuys
2018-01-19
ssh: support chacha20-poly1305 cipher
Han-Wen Nienhuys
2018-01-11
ssh: fix protocol version exchange (for multi-line)
Justin Gracenin
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-11-08
ssh: remove unused parameter of newGCMCipher
Tobias Klauser
2017-02-08
ssh: Add the hmac-sha2-256-etm@openssh.com algorithm
MiLk
2017-02-02
ssh: add debug print at the lowest level
Han-Wen Nienhuys
2017-01-16
ssh: rewrite (re)keying logic.
Han-Wen Nienhuys
2017-01-10
x/ssh: filter debug and ignore messages in transport.readPacket.
Han-Wen Nienhuys
2016-05-15
x/crypto/ssh: add 3des-cbc as a non-default cipher
Sam Hug
2016-04-12
x/crypto/ssh: make sure the initial key exchange happens once.
Han-Wen Nienhuys
2016-03-29
x/crypto/ssh: interpret disconnect message as error in the transport layer.
Han-Wen Nienhuys
2015-04-10
crypto/ssh: add support for aes128-cbc cipher.
Nathan(yinian) Hu
2015-02-04
ssh: return session ID in ConnMeta.SessionID.
Han-Wen Nienhuys
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-10-17
go.crypto/ssh: put version exchange in function
Han-Wen Nienhuys
2013-10-08
go.crypto/ssh: move interpretation of msgNewKeys into
Han-Wen Nienhuys
2013-09-24
go.crypto/ssh: separate kex algorithms into kexAlgorithm class.
Han-Wen Nienhuys
2013-06-10
go.crypto: revert 7f5a59ff6b43.
Adam Langley
2013-06-07
go.crypto: remove unreachable code.
Adam Langley
2012-12-10
go.crypto/ssh: run gofmt
Adam Langley
2012-09-10
go.crypto/ssh: sanity check incoming packet length
Dave Cheney
2012-09-05
go.crypto/ssh: assorted close related fixes
Dave Cheney
2012-08-13
go.crypto/ssh: improve channel max packet handling
Dave Cheney
2012-07-20
go.crypto/ssh: use binary.BigEndian throughout
Dave Cheney
2012-05-09
go.crypto/ssh: move common channel methods into an embedded struct
Dave Cheney
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-02-27
go.crypto/ssh: improve support for MAC algorithms
Dave Cheney
2012-01-25
go.crypto: initial code
Russ Cox