<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/net-ssh.git/lib/net/ssh/buffer.rb, branch test-github-actions</title>
<subtitle>github.com: net-ssh/net-ssh
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/'/>
<entry>
<title>Remove ruby_compat to comply with the new Ruby &gt;= 2.3 requirement</title>
<updated>2019-11-13T08:11:50+00:00</updated>
<author>
<name>Maxime Alay-Eddine</name>
<email>maxime@cyberwatch.fr</email>
</author>
<published>2019-11-13T08:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=c747a2f961e82470e23f69df421b448c31184eed'/>
<id>c747a2f961e82470e23f69df421b448c31184eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary defined?(OpenSSL::PKey::EC) and defined?(OpenSSL::Digest::SHA256)</title>
<updated>2019-08-23T13:46:54+00:00</updated>
<author>
<name>Florian Wininger</name>
<email>fw.centrale@gmail.com</email>
</author>
<published>2019-08-22T20:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=bf5ae2566142df6beee216d3b891126e88a6fe8e'/>
<id>bf5ae2566142df6beee216d3b891126e88a6fe8e</id>
<content type='text'>
Signed-off-by: Florian Wininger &lt;fw.centrale@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Florian Wininger &lt;fw.centrale@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed private key read from new type ssh format</title>
<updated>2018-12-12T14:02:16+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2018-12-12T13:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=7f10b7b5b82008033d592d96c6eaeec7f4b7acf6'/>
<id>7f10b7b5b82008033d592d96c6eaeec7f4b7acf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespace fixes</title>
<updated>2018-03-21T15:09:18+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2018-03-21T15:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=069c2e5c1036445d924d3a00a17111322473765a'/>
<id>069c2e5c1036445d924d3a00a17111322473765a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test test issue</title>
<updated>2018-03-21T12:04:31+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2018-03-21T12:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=1a63204dc8fa800ce9a7b1e60e138276e3c4bb21'/>
<id>1a63204dc8fa800ce9a7b1e60e138276e3c4bb21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated rubocop</title>
<updated>2018-03-21T11:32:11+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2018-03-21T11:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=8a7f06de8e7be8d59e5da1e8e6b7ae3147f2c798'/>
<id>8a7f06de8e7be8d59e5da1e8e6b7ae3147f2c798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for SSH certificates for client authentication.</title>
<updated>2017-01-11T00:03:40+00:00</updated>
<author>
<name>David Bartley</name>
<email>bartle@stripe.com</email>
</author>
<published>2016-12-31T10:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=8c8d0016a09b17104fb6543b8de8a8172c41dccc'/>
<id>8c8d0016a09b17104fb6543b8de8a8172c41dccc</id>
<content type='text'>
This adds support for parsing and signing SSH certificates, and for using
SSH certificates as identities when authenticating, via a "-cert.pub" file.

This does not add support for authenticating host certificates.  Supporting
that requires understanding @cert-authority in known_hosts, and validating
the hostname against the certificate principals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for parsing and signing SSH certificates, and for using
SSH certificates as identities when authenticating, via a "-cert.pub" file.

This does not add support for authenticating host certificates.  Supporting
that requires understanding @cert-authority in known_hosts, and validating
the hostname against the certificate principals.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rubocop update to 0.46.0</title>
<updated>2016-12-15T16:59:40+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2016-12-11T12:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=48d314f7f42333385d9c234f3c9332297d7352a0'/>
<id>48d314f7f42333385d9c234f3c9332297d7352a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix OpenSSL 2 deprecation warnings</title>
<updated>2016-12-15T16:14:11+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2016-12-15T12:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=beb299e8f1899622dccb318ca9d3d3573e96a8a8'/>
<id>beb299e8f1899622dccb318ca9d3d3573e96a8a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>UTF-8: Optimize away dup when it's safe, added integrations tests</title>
<updated>2016-07-23T14:32:16+00:00</updated>
<author>
<name>Miklos Fazekas</name>
<email>mfazekas@szemafor.com</email>
</author>
<published>2016-07-23T14:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/net-ssh.git/commit/?id=6308002f1594d2a23892fe4906011c2e9c919e2d'/>
<id>6308002f1594d2a23892fe4906011c2e9c919e2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
