<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/test, branch maint-22</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>ssh: Fix deprecation warnings in tests</title>
<updated>2019-04-17T14:36:57+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-17T11:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ce9da69e350e8227927e4e5203932fa031006a5d'/>
<id>ce9da69e350e8227927e4e5203932fa031006a5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Remove unused function warning in tests</title>
<updated>2019-04-17T14:36:57+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-17T10:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=84da98ccf365cfa42dadc0c5e1d54e40b4f4fd7c'/>
<id>84da98ccf365cfa42dadc0c5e1d54e40b4f4fd7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Remove unused var warning in tests</title>
<updated>2019-04-17T14:36:57+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-04-17T10:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5d3b3cafce25fbb8dd6a791a174778fa9139193c'/>
<id>5d3b3cafce25fbb8dd6a791a174778fa9139193c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Filter test case ciphers for supported ones</title>
<updated>2019-03-04T09:17:14+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-03-04T09:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=75a5b52d4c02329acf055aa94d11469768b7eb8a'/>
<id>75a5b52d4c02329acf055aa94d11469768b7eb8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-02-19T09:14:23+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-02-19T09:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8d6174377c97f16235cd1bb42c3a0fc783720f0e'/>
<id>8d6174377c97f16235cd1bb42c3a0fc783720f0e</id>
<content type='text'>
* maint:
  ssh: Refactor decryption in ssh_protocol_SUITE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  ssh: Refactor decryption in ssh_protocol_SUITE
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Refactor decryption in ssh_protocol_SUITE</title>
<updated>2019-02-18T16:05:47+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-02-13T13:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b46b332ef58ebc32784d5b395e92395a36bceeff'/>
<id>b46b332ef58ebc32784d5b395e92395a36bceeff</id>
<content type='text'>
Previously this test suite used a short-cut that didn't work well with the new crypto
API being experimented with in other branches.

This commit uses the legacy decode and decryption functions in ssh_transport. It is of
course normally a bad idea to test something with itself. However, other test suites
test the interoperability with OpenSSH and by that implicitly of the decoding/decryption.

The ssh_protocol_SUITE tests sending malformed and even malicious PDUs to the Erlang/OTP
SSH implementation. Therefore the tests in this suite is not dependent on being different
than thoose of the system under test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously this test suite used a short-cut that didn't work well with the new crypto
API being experimented with in other branches.

This commit uses the legacy decode and decryption functions in ssh_transport. It is of
course normally a bad idea to test something with itself. However, other test suites
test the interoperability with OpenSSH and by that implicitly of the decoding/decryption.

The ssh_protocol_SUITE tests sending malformed and even malicious PDUs to the Erlang/OTP
SSH implementation. Therefore the tests in this suite is not dependent on being different
than thoose of the system under test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-01-25T17:05:01+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-01-25T17:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1ea703443fa0bbc3aade0bb61fc96b2f0cf6b84c'/>
<id>1ea703443fa0bbc3aade0bb61fc96b2f0cf6b84c</id>
<content type='text'>
* maint:
  ssh: Internal refactor and ct:log -&gt; ct:pal
  ssh: Change unit in measurements
  ssh: Invert ssh_bench
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  ssh: Internal refactor and ct:log -&gt; ct:pal
  ssh: Change unit in measurements
  ssh: Invert ssh_bench
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Internal refactor and ct:log -&gt; ct:pal</title>
<updated>2019-01-25T17:04:10+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-01-18T12:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2cc9f05ff029ab625d713c17cbbd449e5454b592'/>
<id>2cc9f05ff029ab625d713c17cbbd449e5454b592</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Change unit in measurements</title>
<updated>2019-01-25T17:04:08+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-01-18T11:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dd331b351c1891cc4cf4c134f8982f7cef264d1f'/>
<id>dd331b351c1891cc4cf4c134f8982f7cef264d1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Invert ssh_bench</title>
<updated>2019-01-25T17:04:05+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2019-01-17T14:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9b0256865cf2b469311c6a4d56c8233df38b5825'/>
<id>9b0256865cf2b469311c6a4d56c8233df38b5825</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
