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
/
handshake_test.go
Age
Commit message (
Expand
)
Author
2023-12-18
ssh: implement strict KEX protocol changes
v0.17.0
Roland Shoemaker
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2023-07-31
ssh: fix call to Fatalf from a non-test goroutine
Nicola Murino
2023-04-18
ssh: skip unsupported tests on wasip1
Tobias Klauser
2023-02-15
ssh: add support for aes256-gcm@openssh.com
Nicola Murino
2022-03-14
ssh: don't advertise rsa-sha2 algorithms if we can't use them
Filippo Valsorda
2022-03-12
ssh: ignore MAC if AEAD ciphers negotiated
Roland Shoemaker
2019-07-01
ssh: skip testHandshakeErrorHandlingN on js/wasm
Agniva De Sarker
2017-05-03
crypto/ssh: fix tests on Go 1.7 on OpenBSD and Windows
Brad Fitzpatrick
2017-04-04
ssh: reject RekeyThresholds over MaxInt64
Han-Wen Nienhuys
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-02-02
ssh: reset buffered packets after sending
Han-Wen Nienhuys
2017-01-23
ssh: soft code internal channel size for testing purposes
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-10
x/crypto/ssh: hide msgNewKeys in the transport layer.
Han-Wen Nienhuys
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-08-17
crypto/ssh: fix deadlock during error condition.
Han-Wen Nienhuys
2015-08-04
crypto/ssh: allow client to specify host key algorithms.
hanwen
2015-07-30
ssh: skip TestHandshakeBasic on Plan 9
David du Colombier
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley