<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh, branch OTP-17.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update release notes</title>
<updated>2014-09-15T10:02:14+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-09-15T10:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=950d808c97a4c5b579f4f1cc16b95f2d419d3505'/>
<id>950d808c97a4c5b579f4f1cc16b95f2d419d3505</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: update for triq tests</title>
<updated>2014-09-09T08:26:21+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2014-09-05T13:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=32573a29bae633f9af09d7958d49f1d06daebd18'/>
<id>32573a29bae633f9af09d7958d49f1d06daebd18</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 'arekinath/ssh/aes-ctr' into maint</title>
<updated>2014-09-03T08:14:56+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-09-03T08:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8ad5bd0ef8143f5ac32bd2df11d59a20e7eb0527'/>
<id>8ad5bd0ef8143f5ac32bd2df11d59a20e7eb0527</id>
<content type='text'>
* arekinath/ssh/aes-ctr:
  ssh: check if ssh client supports newer cipher- and MAC-algorithms
  SSH: only enable ciphers/MACs when they are available in crypto
  SSH: add ssh_to_openssh test for ciphers and macs
  SSH: documentation update for new algos
  SSH: add support for aes128-ctr and hmac-sha2-256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* arekinath/ssh/aes-ctr:
  ssh: check if ssh client supports newer cipher- and MAC-algorithms
  SSH: only enable ciphers/MACs when they are available in crypto
  SSH: add ssh_to_openssh test for ciphers and macs
  SSH: documentation update for new algos
  SSH: add support for aes128-ctr and hmac-sha2-256
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: update vsn.mk</title>
<updated>2014-09-03T07:14:01+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2014-09-03T07:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4539832db35db2f4a426529f342b2ade7d6d03fb'/>
<id>4539832db35db2f4a426529f342b2ade7d6d03fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add simple experimental property test suites</title>
<updated>2014-09-02T15:05:38+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2014-09-02T15:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5e7c707b1a7e98d75aa9edeaaf3f2b15d7f27110'/>
<id>5e7c707b1a7e98d75aa9edeaaf3f2b15d7f27110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: check if ssh client supports newer cipher- and MAC-algorithms</title>
<updated>2014-09-02T08:28:48+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-09-01T14:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e3a947d06915bde9d11e80b9d6f4e31460a3cf51'/>
<id>e3a947d06915bde9d11e80b9d6f4e31460a3cf51</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 'michaelkschmidt/ssh_bug_fix' into maint</title>
<updated>2014-08-28T08:33:53+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-08-28T08:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=94b7ece322468e30a3dda9e6c8aba57d62bdaac5'/>
<id>94b7ece322468e30a3dda9e6c8aba57d62bdaac5</id>
<content type='text'>
* michaelkschmidt/ssh_bug_fix:
  Test Other Clauses of start_shell
  Fix SSH CLI when using custom "shell" option
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* michaelkschmidt/ssh_bug_fix:
  Test Other Clauses of start_shell
  Fix SSH CLI when using custom "shell" option
</pre>
</div>
</content>
</entry>
<entry>
<title>SSH: only enable ciphers/MACs when they are available in crypto</title>
<updated>2014-08-28T01:13:57+00:00</updated>
<author>
<name>Alex Wilson</name>
<email>alex@cooperi.net</email>
</author>
<published>2014-08-28T01:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cf53a360685b1a01a5c7fc0e06660ce8d76d96b0'/>
<id>cf53a360685b1a01a5c7fc0e06660ce8d76d96b0</id>
<content type='text'>
Also adjusts tests to only expect a positive outcome when
crypto supports the relevant base ciphers/MACs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adjusts tests to only expect a positive outcome when
crypto supports the relevant base ciphers/MACs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test Other Clauses of start_shell</title>
<updated>2014-08-22T20:34:15+00:00</updated>
<author>
<name>Michael K. Schmidt</name>
<email>michael.k.schmidt@schneider-electric.com</email>
</author>
<published>2014-08-22T20:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=76b79e88aaf4d59e8cb057fe9a075cc27f0c79c8'/>
<id>76b79e88aaf4d59e8cb057fe9a075cc27f0c79c8</id>
<content type='text'>
start_shell() is called by exec, so test those cases as well.

Also add support for passing a fun to exec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
start_shell() is called by exec, so test those cases as well.

Also add support for passing a fun to exec.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'marcus/OTP-17.2.1/mergefix' into maint</title>
<updated>2014-08-22T07:46:16+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-08-22T07:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3d74589f0519da8c81f1cb4bff6c01a0011a1063'/>
<id>3d74589f0519da8c81f1cb4bff6c01a0011a1063</id>
<content type='text'>
* marcus/OTP-17.2.1/mergefix:
  Updated OTP version
  Update release notes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* marcus/OTP-17.2.1/mergefix:
  Updated OTP version
  Update release notes
</pre>
</div>
</content>
</entry>
</feed>
