<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl, branch bjorn/contributing</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright-year</title>
<updated>2016-12-07T12:15:31+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-07T12:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3eddb0f762de248d3230b38bc9d478bfbc8e7331'/>
<id>3eddb0f762de248d3230b38bc9d478bfbc8e7331</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 'ingela/ssl/next-version' into maint</title>
<updated>2016-12-06T08:05:56+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-12-06T08:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=22e8ef1bb3597376f840cf337826bcc534501058'/>
<id>22e8ef1bb3597376f840cf337826bcc534501058</id>
<content type='text'>
* ingela/ssl/next-version:
  ssl: Prepare for release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/next-version:
  ssl: Prepare for release
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/dtls/statem/OTP-12982' into maint</title>
<updated>2016-12-06T08:01:39+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-12-06T08:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b91e7498e625b4e6419238f753c30b509fb958d2'/>
<id>b91e7498e625b4e6419238f753c30b509fb958d2</id>
<content type='text'>
* ingela/dtls/statem/OTP-12982:
  ssl: Implement DTLS state machine
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/dtls/statem/OTP-12982:
  ssl: Implement DTLS state machine
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/ECC-tests' into maint</title>
<updated>2016-12-05T16:58:20+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-12-05T16:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e82b03e0d9384d210a271e43634e7b4c3d3d0fe9'/>
<id>e82b03e0d9384d210a271e43634e7b4c3d3d0fe9</id>
<content type='text'>
* ingela/ECC-tests:
  ssl: Make sure common-test priv_dir is used for test case generated files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ECC-tests:
  ssl: Make sure common-test priv_dir is used for test case generated files
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Prepare for release</title>
<updated>2016-12-05T14:08:46+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-12-05T14:08:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1413bac07a4f2003411a77120e49a3fb25e70e6a'/>
<id>1413bac07a4f2003411a77120e49a3fb25e70e6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Implement DTLS state machine</title>
<updated>2016-12-05T09:59:51+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-09-20T18:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1e6942e97339ff39a0436834c260bf50c3d3a481'/>
<id>1e6942e97339ff39a0436834c260bf50c3d3a481</id>
<content type='text'>
Beta DTLS, not production ready. Only very basically tested, and
not everything in the SPEC is implemented and some things
are hard coded that should not be, so this implementation can not be consider
secure.

Refactor "TLS connection state" and socket handling, to facilitate
DTLS implementation.

Create dtls "listner" (multiplexor) process that spawns
DTLS connection process handlers.

Handle DTLS fragmentation.

Framework for handling retransmissions.

Replay Detection is not implemented yet.

Alerts currently always handled as in TLS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Beta DTLS, not production ready. Only very basically tested, and
not everything in the SPEC is implemented and some things
are hard coded that should not be, so this implementation can not be consider
secure.

Refactor "TLS connection state" and socket handling, to facilitate
DTLS implementation.

Create dtls "listner" (multiplexor) process that spawns
DTLS connection process handlers.

Handle DTLS fragmentation.

Framework for handling retransmissions.

Replay Detection is not implemented yet.

Alerts currently always handled as in TLS.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Use SHA2 for signing ECC certs if possible</title>
<updated>2016-11-10T10:30:21+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-11-08T16:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f226cf5927b9d382bf05ed91e1ad2e15e35a3cb2'/>
<id>f226cf5927b9d382bf05ed91e1ad2e15e35a3cb2</id>
<content type='text'>
ECC certs should preferably use SHA2, this is what we want to be
testing. Also assembling of all available test suites must consider TLS version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ECC certs should preferably use SHA2, this is what we want to be
testing. Also assembling of all available test suites must consider TLS version.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/ssl/tune-timeouts-packet_SUITE' into maint</title>
<updated>2016-11-09T14:33:58+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-11-09T14:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bbdba69b905f87d95257a65d902fc09c25f0be4a'/>
<id>bbdba69b905f87d95257a65d902fc09c25f0be4a</id>
<content type='text'>
* ingela/ssl/tune-timeouts-packet_SUITE:
  ssl: Change to more modest timeouts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/tune-timeouts-packet_SUITE:
  ssl: Change to more modest timeouts
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Remove faulty workaround</title>
<updated>2016-11-09T08:44:21+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-11-08T17:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=12e1c70c90ad1ba53ae5221717c7ae53dc73fd5a'/>
<id>12e1c70c90ad1ba53ae5221717c7ae53dc73fd5a</id>
<content type='text'>
We where never really satisfied with this workaround it was
a bit far fetched, so we are pleased to be able to remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We where never really satisfied with this workaround it was
a bit far fetched, so we are pleased to be able to remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Make sure common-test priv_dir is used for test case generated files</title>
<updated>2016-11-07T14:53:47+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-11-07T10:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4d0b732587a6e5e4243052115fcb2831d8ea17ce'/>
<id>4d0b732587a6e5e4243052115fcb2831d8ea17ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
