<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/src, branch OTP-21.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'hans/ssh/eddsa/OTP-15094' into maint</title>
<updated>2018-11-19T16:25:13+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-19T16:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68b7a5fb25a06131220e01876c0b1e5434161da3'/>
<id>68b7a5fb25a06131220e01876c0b1e5434161da3</id>
<content type='text'>
* hans/ssh/eddsa/OTP-15094:
  ssh: Add Edward curves to the documentation
  ssh: Update test cases for eddsa
  ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/eddsa/OTP-15094:
  ssh: Add Edward curves to the documentation
  ssh: Update test cases for eddsa
  ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Make host and user key pre-checking better</title>
<updated>2018-11-19T16:23:35+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-14T11:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b4ad3a9eb7a1b375d2dbbf93069ea9ae038d121f'/>
<id>b4ad3a9eb7a1b375d2dbbf93069ea9ae038d121f</id>
<content type='text'>
This will prevent crashes in ssh_file for public key types which have no passphrase option although being supported.
Also centralize host key checking to avoid code duplication. This was already done for user keys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will prevent crashes in ssh_file for public key types which have no passphrase option although being supported.
Also centralize host key checking to avoid code duplication. This was already done for user keys.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Generalize unpublished test support option</title>
<updated>2018-11-19T16:23:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-01T13:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=709534a5417f20f8edda1d3664669ed9d3129354'/>
<id>709534a5417f20f8edda1d3664669ed9d3129354</id>
<content type='text'>
Also rename the corresponding testcase in ssh_options_SUITE and add logging.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename the corresponding testcase in ssh_options_SUITE and add logging.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Cleaning and polishing of ssh_auth</title>
<updated>2018-11-19T16:23:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-10-31T14:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4c3e66d5969e1abe2c8827b756edd860555038a8'/>
<id>4c3e66d5969e1abe2c8827b756edd860555038a8</id>
<content type='text'>
No intentional api changes. Only to make the code less hard to read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No intentional api changes. Only to make the code less hard to read.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add a common key_cb call function</title>
<updated>2018-11-19T16:23:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-10-31T12:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aa1562a060cb91214acb639b9be9e1c6a59db884'/>
<id>aa1562a060cb91214acb639b9be9e1c6a59db884</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 public keys 'ssh-ed25519' and 'ssh-ed448'</title>
<updated>2018-11-19T16:22:38+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-05-21T10:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e923747f392a3c3a4da0aae2f3766d3173b80f6e'/>
<id>e923747f392a3c3a4da0aae2f3766d3173b80f6e</id>
<content type='text'>
Requires OpenSSL-1.1.1
https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-ed448-00
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requires OpenSSL-1.1.1
https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-ed448-00
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix documentation for public key in ext_info</title>
<updated>2018-11-09T15:02:53+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-07T14:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c37c4814295aedfc416ec8739bd1b8af8425bace'/>
<id>c37c4814295aedfc416ec8739bd1b8af8425bace</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 'hans/ssh/fix_ext_info/OTP-15413' into maint</title>
<updated>2018-11-09T15:02:25+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-09T15:02:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7cba65ba915c494ae177a64a800434355ab74c00'/>
<id>7cba65ba915c494ae177a64a800434355ab74c00</id>
<content type='text'>
* hans/ssh/fix_ext_info/OTP-15413:
  ssh: Fix ssh_options checking for ext_info
  ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as server
  ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as client
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/fix_ext_info/OTP-15413:
  ssh: Fix ssh_options checking for ext_info
  ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as server
  ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as client
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix doc error in daemon 'exec' option</title>
<updated>2018-11-08T11:00:17+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-06T10:38:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=74bfc54aaa15b07cd3c09ba3aa0470d3c986cf6e'/>
<id>74bfc54aaa15b07cd3c09ba3aa0470d3c986cf6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix ssh_options checking for ext_info</title>
<updated>2018-11-08T09:39:00+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-07T14:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a53a4d0bae3e39877f3edf4c0f33a350b34a8137'/>
<id>a53a4d0bae3e39877f3edf4c0f33a350b34a8137</id>
<content type='text'>
A bug for SSH_MSG_EXT_INFO was fixed both for client and server. Before that fix, wrong
option was read for the information sent to the peer.

This commit adapts the option checking so that the correct option now used is available
not only for servers but also for clients.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug for SSH_MSG_EXT_INFO was fixed both for client and server. Before that fix, wrong
option was read for the information sent to the peer.

This commit adapts the option checking so that the correct option now used is available
not only for servers but also for clients.
</pre>
</div>
</content>
</entry>
</feed>
