crypto/ssh
Adam Langley 0709b304e7 ssh: don't panic if a key is too short.
Change-Id: I810eb1c5d4cacc710a427e2ce031db1e9c292454
Reviewed-on: https://go-review.googlesource.com/132656
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-09-04 16:38:35 +00:00
..
agent ssh/agent: remove len check in Unlock 2018-04-30 11:26:54 +00:00
knownhosts ssh/knownhosts: disregard IP address if the hostname is available 2018-04-09 15:00:46 +00:00
terminal ssh/terminal: fix TestMakeRawState on iOS 2018-05-24 12:53:53 +00:00
test ssh/test: skip tests if run as root 2018-04-26 11:53:54 +00:00
testdata ssh: RFC5208 support PKCS#8 key 2018-08-07 10:46:21 +00:00
benchmark_test.go ssh: specify InsecureIgnoreHostKey in the benchmarks 2018-01-10 10:03:27 +00:00
buffer.go ssh: remove unused buffer.eof return value 2017-09-25 11:19:01 +00:00
buffer_test.go go.crypto/ssh: import gosshnew. 2014-04-09 13:57:52 -07:00
certs.go ssh: clarify how to parse out Certificates 2018-02-08 17:09:33 +00:00
certs_test.go ssh: accept ed25519 certs 2017-12-18 18:48:59 +00:00
channel.go all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
cipher.go ssh: fix copy and paste error 2018-05-01 15:52:21 +00:00
cipher_test.go ssh: remove redundant code 2018-01-22 08:55:56 +00:00
client.go ssh: don't start goroutines handling forwarded connections until needed 2018-05-14 11:17:49 +00:00
client_auth.go ssh: fix support for partial success authentication responses in client 2018-02-08 15:07:01 +00:00
client_auth_test.go ssh: fix error variable naming convention, add docs 2018-02-26 09:37:11 +00:00
client_test.go ssh: fix protocol version exchange (for multi-line) 2018-01-11 10:11:23 +00:00
common.go ssh: use io.ReadFull() for reading chacha20-poly1305 packets. 2018-01-22 21:37:07 +00:00
connection.go ssh: fixing a small typo in connection.go 2017-05-31 07:46:08 +00:00
doc.go ssh: require host key checking in the ClientConfig 2017-03-30 15:57:35 +00:00
example_test.go ssh: clarify intended use of Permissions. 2017-06-19 17:21:03 +00:00
handshake.go ssh: add support for banners 2017-11-13 21:34:09 +00:00
handshake_test.go crypto/ssh: fix tests on Go 1.7 on OpenBSD and Windows 2017-05-03 14:53:58 +00:00
kex.go all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
kex_test.go x/crypto/ssh: close memPipe after running kex test. 2015-08-17 22:17:06 +00:00
keys.go ssh: don't panic if a key is too short. 2018-09-04 16:38:35 +00:00
keys_test.go ssh: don't panic if a key is too short. 2018-09-04 16:38:35 +00:00
mac.go ssh: Add the hmac-sha2-256-etm@openssh.com algorithm 2017-02-08 15:25:40 +00:00
mempipe_test.go ssh: fix spelling of test so that it runs 2015-07-15 23:39:58 +00:00
messages.go all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
messages_test.go x/crypto/ssh: support more keytypes in the agent. 2016-04-25 17:01:51 +00:00
mux.go all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
mux_test.go ssh: drop extra connection Close call in TestMuxReadWrite 2018-04-03 16:09:46 +00:00
server.go ssh: fix error variable naming convention, add docs 2018-02-26 09:37:11 +00:00
session.go all: run gofmt -s on source code 2017-11-28 19:40:09 +00:00
session_test.go ssh: require host key checking in the ClientConfig 2017-03-30 15:57:35 +00:00
streamlocal.go ssh: also start forward listeners on ListenUnix 2018-05-14 16:50:30 +00:00
tcpip.go ssh: don't start goroutines handling forwarded connections until needed 2018-05-14 11:17:49 +00:00
tcpip_test.go go.crypto/ssh: import gosshnew. 2014-04-09 13:57:52 -07:00
testdata_test.go x/crypto: fix typos 2016-07-06 16:40:51 +00:00
transport.go ssh: cleanup cipher creation logic 2018-01-22 08:56:10 +00:00
transport_test.go ssh: fix protocol version exchange (for multi-line) 2018-01-11 10:11:23 +00:00