<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libssh.git/tests, branch v0-6</title>
<subtitle>libssh shared repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/'/>
<entry>
<title>examples: cast arguments of connect(2)</title>
<updated>2015-02-14T21:20:45+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2014-04-09T14:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=4bd704295c77913b9d18f8f497b8f98b239e5b77'/>
<id>4bd704295c77913b9d18f8f497b8f98b239e5b77</id>
<content type='text'>
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>torture: fix includes for freebsd10</title>
<updated>2015-02-14T21:13:58+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2015-02-14T21:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=be2f5399dd33bb85fb03e2ed8d57f45479454f2d'/>
<id>be2f5399dd33bb85fb03e2ed8d57f45479454f2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: torture-misc: check for NULL return codes</title>
<updated>2015-02-12T10:39:53+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2015-02-12T10:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=a672b3e7bb66cc2b4039f025cff46444d91566f6'/>
<id>a672b3e7bb66cc2b4039f025cff46444d91566f6</id>
<content type='text'>
Use the LOGNAME environment variable if USER is not set, as it sometimes
happens in cron jobs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the LOGNAME environment variable if USER is not set, as it sometimes
happens in cron jobs.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: workaround for compiling with older cmocka</title>
<updated>2015-02-12T10:39:45+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2015-01-24T13:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=ddc3f987a74ee219c108ffa47921fd53ba18ab70'/>
<id>ddc3f987a74ee219c108ffa47921fd53ba18ab70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pki crypto: expose new ssh_pki_key_ecdsa_name API</title>
<updated>2014-05-07T07:35:06+00:00</updated>
<author>
<name>Jon Simons</name>
<email>jon@jonsimons.org</email>
</author>
<published>2014-04-04T22:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=8fe36e3d074d06065003394eb51106ea719b952d'/>
<id>8fe36e3d074d06065003394eb51106ea719b952d</id>
<content type='text'>
Enable retrieving the "ecdsa-sha2-nistpNNN" name of ECDSA keys with a
new 'ssh_pki_key_ecdsa_name' API.  This gives more information than the
'ssh_key_type_to_char' API, which yields "ssh-ecdsa" for ECDSA keys.
The motivation is that this info is useful to have in a server context.

The torture_pki unit test is updated to include the new API, and a few
more passes are added to additionally test 384 and 521-bit keys.

Signed-off-by: Jon Simons &lt;jon@jonsimons.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable retrieving the "ecdsa-sha2-nistpNNN" name of ECDSA keys with a
new 'ssh_pki_key_ecdsa_name' API.  This gives more information than the
'ssh_key_type_to_char' API, which yields "ssh-ecdsa" for ECDSA keys.
The motivation is that this info is useful to have in a server context.

The torture_pki unit test is updated to include the new API, and a few
more passes are added to additionally test 384 and 521-bit keys.

Signed-off-by: Jon Simons &lt;jon@jonsimons.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: torture_connect: add test for user provided socket</title>
<updated>2014-03-27T10:14:25+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka.perkov@sartura.hr</email>
</author>
<published>2014-03-17T12:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=818c80baed9dc51fa7fc8aa249b185300ff39e20'/>
<id>818c80baed9dc51fa7fc8aa249b185300ff39e20</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 9423a3a065c947ed5ff89da615fbd6ad7f61f60a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 9423a3a065c947ed5ff89da615fbd6ad7f61f60a)
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: torture_connect: fix coding style</title>
<updated>2014-03-27T10:14:25+00:00</updated>
<author>
<name>Luka Perkov</name>
<email>luka.perkov@sartura.hr</email>
</author>
<published>2014-03-14T12:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=bb55bb2dafb174229eb73164a1580f3a0110b204'/>
<id>bb55bb2dafb174229eb73164a1580f3a0110b204</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 0c5d4954a78714c35e18fef9ef1010b3f53ee094)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 0c5d4954a78714c35e18fef9ef1010b3f53ee094)
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Check the the ecdsa_nid is the same.</title>
<updated>2014-03-27T10:13:15+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cryptomilk.org</email>
</author>
<published>2014-03-27T09:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=257449a0b68e610ef46190568ab7b1a7c4f8edd2'/>
<id>257449a0b68e610ef46190568ab7b1a7c4f8edd2</id>
<content type='text'>
(cherry picked from commit fbf73ede1eb4226ebe54698fefffb38ecd8f090b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit fbf73ede1eb4226ebe54698fefffb38ecd8f090b)
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Add test case for bug #147</title>
<updated>2014-03-27T10:13:15+00:00</updated>
<author>
<name>Alan Dunn</name>
<email>amdunn@gmail.com</email>
</author>
<published>2014-03-12T13:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=8752460df4da4b6b7eb262f873a4675e99f96f0d'/>
<id>8752460df4da4b6b7eb262f873a4675e99f96f0d</id>
<content type='text'>
Signed-off-by: Alan Dunn &lt;amdunn@gmail.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 577840d7f72a3c69c09f2cb477b2c46eb2831f81)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alan Dunn &lt;amdunn@gmail.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@cryptomilk.org&gt;
(cherry picked from commit 577840d7f72a3c69c09f2cb477b2c46eb2831f81)
</pre>
</div>
</content>
</entry>
<entry>
<title>knownhosts: detect variations of ecdsa</title>
<updated>2014-02-05T07:08:31+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2014-02-04T21:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=56f86cd4a1d774353b2095aebfdbdd73fa4276ba'/>
<id>56f86cd4a1d774353b2095aebfdbdd73fa4276ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
