<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl/src, branch R16B02_yielding_binary_to_term</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>ssl: Prepare for release</title>
<updated>2013-09-10T08:09:39+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-09-10T08:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=90f4df21faaf278d50ef255fef1f4a37cc259103'/>
<id>90f4df21faaf278d50ef255fef1f4a37cc259103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Refactor TLS/DTLS record handling</title>
<updated>2013-09-10T07:37:30+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-09-05T08:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=754b87eb181552d67c61c9a80c31ce52e4b39f19'/>
<id>754b87eb181552d67c61c9a80c31ce52e4b39f19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Dialyzer fixes</title>
<updated>2013-09-10T07:37:30+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-09-04T10:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fa8b8cd60406ddcb2781f27e291949a8698c2886'/>
<id>fa8b8cd60406ddcb2781f27e291949a8698c2886</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Solve rebase issues</title>
<updated>2013-09-10T07:37:30+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-09-03T16:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1116957c362cb71938dca162f5f784ea53c7463d'/>
<id>1116957c362cb71938dca162f5f784ea53c7463d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: DTLS record handling</title>
<updated>2013-09-10T07:37:29+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-06-18T10:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b9a31f24053c84d9a7ffa4281bc11f47b3be5905'/>
<id>b9a31f24053c84d9a7ffa4281bc11f47b3be5905</id>
<content type='text'>
Also refactor so that TLS and DTLS can have common functions when possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also refactor so that TLS and DTLS can have common functions when possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Add DTLS record primitives</title>
<updated>2013-09-10T07:37:29+00:00</updated>
<author>
<name>Andreas Schultz</name>
<email>aschultz@tpip.net</email>
</author>
<published>2013-06-12T14:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fb6ac178ac437fcc04f1675df75b0583c1d24ad7'/>
<id>fb6ac178ac437fcc04f1675df75b0583c1d24ad7</id>
<content type='text'>
This code is to 99 % written by Andreas Schultz only some small changes
to start integrating with OTPs DTLS solution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code is to 99 % written by Andreas Schultz only some small changes
to start integrating with OTPs DTLS solution.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl:  Refactor to provide common handshake functions for TLS/DTLS</title>
<updated>2013-09-10T07:37:29+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-06-11T18:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f3be514fd1e015f78a227d25c3471dbe2cfb3d51'/>
<id>f3be514fd1e015f78a227d25c3471dbe2cfb3d51</id>
<content type='text'>
Common functions will be located in ssl_handshake.erl while
specific functions will be located in tls_handshake.erl and dtls_handshake.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Common functions will be located in ssl_handshake.erl while
specific functions will be located in tls_handshake.erl and dtls_handshake.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Add DTLS handshake primitivs.</title>
<updated>2013-09-10T07:37:29+00:00</updated>
<author>
<name>Andreas Schultz</name>
<email>aschultz@tpip.net</email>
</author>
<published>2013-06-11T17:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2be6aa6c6a3f44d86fe401e0d467c66c3d4114aa'/>
<id>2be6aa6c6a3f44d86fe401e0d467c66c3d4114aa</id>
<content type='text'>
This code is to 99 % written by Andreas Schultz only some small changes
to start integrating with OTPs DTLS solution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code is to 99 % written by Andreas Schultz only some small changes
to start integrating with OTPs DTLS solution.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Do not advertise support for algorithms not supported by crypto</title>
<updated>2013-09-02T14:24:13+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-09-02T14:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=17ed2b8a266fbdbc70314a84a81eb80c8fd9804e'/>
<id>17ed2b8a266fbdbc70314a84a81eb80c8fd9804e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Skip second length indicator in EC extensions</title>
<updated>2013-09-02T07:39:21+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-08-29T08:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c7ce9238217a2d0ca5bfbdeb25922495ef1d584a'/>
<id>c7ce9238217a2d0ca5bfbdeb25922495ef1d584a</id>
<content type='text'>
We have no need to care about the value of this length indicator so
we do not need to match it or verify it, it is unnecessary work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have no need to care about the value of this length indicator so
we do not need to match it or verify it, it is unnecessary work.
</pre>
</div>
</content>
</entry>
</feed>
