<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh, 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>Prepare release</title>
<updated>2018-12-10T10:07:05+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-12-10T10:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a2ca3bd78fc002dd1e6533c191e44092cc3aa949'/>
<id>a2ca3bd78fc002dd1e6533c191e44092cc3aa949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto: Update test engine with fake rsa support</title>
<updated>2018-11-30T13:51:43+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-16T15:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21c3fbcbbd2971d8a7af0212162045ab778ab0eb'/>
<id>21c3fbcbbd2971d8a7af0212162045ab778ab0eb</id>
<content type='text'>
We need to test the Engine interface not only for loading, key retrieval and hashing,
so it is complemented with a fake rsa method to check sign/verify also.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to test the Engine interface not only for loading, key retrieval and hashing,
so it is complemented with a fake rsa method to check sign/verify also.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/ssh/eddsa/OTP-15094' into maint</title>
<updated>2018-11-22T09:26:28+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-22T09:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2f0a547f78363a2504405e82e3ab3ea35b9e6a88'/>
<id>2f0a547f78363a2504405e82e3ab3ea35b9e6a88</id>
<content type='text'>
* hans/ssh/eddsa/OTP-15094:
  ssh: Add forgotten doc about the files ssh_host_ed*_key
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/eddsa/OTP-15094:
  ssh: Add forgotten doc about the files ssh_host_ed*_key
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add forgotten doc about the files ssh_host_ed*_key</title>
<updated>2018-11-21T14:47:25+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-20T13:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aa7b1de2803c5fcd63af842f567226074a616e86'/>
<id>aa7b1de2803c5fcd63af842f567226074a616e86</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/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 Edward curves to the documentation</title>
<updated>2018-11-19T16:22:38+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-12T11:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a2180a92bf9c52b4a98376317ab90ade742cc978'/>
<id>a2180a92bf9c52b4a98376317ab90ade742cc978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
