<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go-x-crypto/ssh/server_test.go, branch ssh-run-with-context</title>
<subtitle>Fork of golang.org/x/crypto with my patches.</subtitle>
<id>http://git.kilabit.info/go-x-crypto/atom?h=ssh-run-with-context</id>
<link rel='self' href='http://git.kilabit.info/go-x-crypto/atom?h=ssh-run-with-context'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-crypto/'/>
<updated>2023-12-14T18:23:28Z</updated>
<entry>
<title>ssh: close net.Conn on all NewServerConn errors</title>
<updated>2023-12-14T18:23:28Z</updated>
<author>
<name>Edoardo Spadolini</name>
<email>edoardo.spadolini@gmail.com</email>
</author>
<published>2023-12-12T13:04:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-crypto/commit/?id=4e5a26183ecb4f9a0f85c8f8dbe7982885435436'/>
<id>urn:sha1:4e5a26183ecb4f9a0f85c8f8dbe7982885435436</id>
<content type='text'>
This PR ensures that the net.Conn passed to ssh.NewServerConn is closed
on all error return paths, not just after a failed handshake. This matches
the behavior of ssh.NewClientConn.

Change-Id: Id8a51d10ae8d575cbbe26f2ef6b37de7cca840ec
GitHub-Last-Rev: 81bb2e58a881a9a85935740bda06b034b32a8ce3
GitHub-Pull-Request: golang/crypto#279
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/549095
Run-TryBot: Nicola Murino &lt;nicola.murino@gmail.com&gt;
Auto-Submit: Nicola Murino &lt;nicola.murino@gmail.com&gt;
Reviewed-by: Roland Shoemaker &lt;roland@golang.org&gt;
Reviewed-by: Nicola Murino &lt;nicola.murino@gmail.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Pratt &lt;mpratt@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>ssh: allow to configure public key auth algorithms on the server side</title>
<updated>2023-11-08T19:10:19Z</updated>
<author>
<name>Nicola Murino</name>
<email>nicola.murino@gmail.com</email>
</author>
<published>2023-07-18T17:01:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-crypto/commit/?id=eb61739cd99fb244c7cd188d3c5bae54824e781d'/>
<id>urn:sha1:eb61739cd99fb244c7cd188d3c5bae54824e781d</id>
<content type='text'>
Fixes golang/go#61244

Change-Id: I29b43e379cf0cdb07b0d6935666491b997157e73
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/510775
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Bryan Mills &lt;bcmills@google.com&gt;
Commit-Queue: Nicola Murino &lt;nicola.murino@gmail.com&gt;
Run-TryBot: Nicola Murino &lt;nicola.murino@gmail.com&gt;
Auto-Submit: Nicola Murino &lt;nicola.murino@gmail.com&gt;
Reviewed-by: Han-Wen Nienhuys &lt;hanwen@google.com&gt;
</content>
</entry>
<entry>
<title>go.crypto/ssh: improve test reliability</title>
<updated>2012-08-27T22:06:15Z</updated>
<author>
<name>Dave Cheney</name>
<email>dave@cheney.net</email>
</author>
<published>2012-08-27T22:06:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-crypto/commit/?id=06790d30c2b7a35798d7a3f18da2523990c1ed18'/>
<id>urn:sha1:06790d30c2b7a35798d7a3f18da2523990c1ed18</id>
<content type='text'>
Fixes golang/go#3989.

Tested for several hours on an 8 core ec2 instance with
random GOMAXPROC values.

Also, rolls server_test.go into session_test using the
existing dial() framework.

R=fullung, agl, kardianos
CC=golang-dev
https://golang.org/cl/6475063
</content>
</entry>
<entry>
<title>go.crypto/ssh: improve TestServerWindow robustness</title>
<updated>2012-07-21T04:19:30Z</updated>
<author>
<name>Dave Cheney</name>
<email>dave@cheney.net</email>
</author>
<published>2012-07-21T04:19:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-crypto/commit/?id=e751d5236aebf3b015b9a54aadf6af1807d3956e'/>
<id>urn:sha1:e751d5236aebf3b015b9a54aadf6af1807d3956e</id>
<content type='text'>
Fix a few resource leaks and prevent the test from
hanging if an error occurs reading from the remote
server.

R=agl, gustav.paul, kardianos
CC=golang-dev
https://golang.org/cl/6423065
</content>
</entry>
<entry>
<title>go.crypto/ssh: server_test should bind to localhost only</title>
<updated>2012-04-21T00:44:56Z</updated>
<author>
<name>Dave Cheney</name>
<email>dave@cheney.net</email>
</author>
<published>2012-04-21T00:44:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-crypto/commit/?id=58afe880f197c244a2edbfab2bb090a5bf02dfe1'/>
<id>urn:sha1:58afe880f197c244a2edbfab2bb090a5bf02dfe1</id>
<content type='text'>
Hopefully fix build error under windows.

Binding to the wildcard is poor form for our darwin users
as it triggers the firewall popup. Dialing the wildcard
looks like it's implementation specific as well.

R=agl, kardianos
CC=golang-dev
https://golang.org/cl/6104046
</content>
</entry>
<entry>
<title>go.crypt/ssh: Add additional test for server.</title>
<updated>2012-04-19T20:46:46Z</updated>
<author>
<name>Daniel Theophanes</name>
<email>kardianos@gmail.com</email>
</author>
<published>2012-04-19T20:46:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go-x-crypto/commit/?id=81e0b644eb2f05832b1801391bc9386a81e4fe45'/>
<id>urn:sha1:81e0b644eb2f05832b1801391bc9386a81e4fe45</id>
<content type='text'>
R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/6075046
</content>
</entry>
</feed>
