<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl/test, 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:  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: Handle signature_algorithm field in digitally_signed properly</title>
<updated>2013-09-02T07:39:11+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-08-14T13:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c2045419346ea46f3f8ad89dfedd5169adb7c9c4'/>
<id>c2045419346ea46f3f8ad89dfedd5169adb7c9c4</id>
<content type='text'>
with proper defaults

Added ssl_ECC_SUITE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with proper defaults

Added ssl_ECC_SUITE
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Revert faulty header option fix</title>
<updated>2013-08-08T09:07:23+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-08-08T09:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=50d7d2f939a7c5e1aa12c6404363faf4a28aa9e8'/>
<id>50d7d2f939a7c5e1aa12c6404363faf4a28aa9e8</id>
<content type='text'>
The code was changed in the belife that it made it inet compatible.
However the testing is a bit hairy as the inet option is acctualy
broken, now the tests are corrected and the header option should work
in the same broken way as inet again, preferably use the bitsyntax
instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code was changed in the belife that it made it inet compatible.
However the testing is a bit hairy as the inet option is acctualy
broken, now the tests are corrected and the header option should work
in the same broken way as inet again, preferably use the bitsyntax
instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>public_key &amp; ssl: Add ASN-1 dependency</title>
<updated>2013-06-07T13:49:12+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-06-05T14:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6166867da5cbfe97b09cddf2e079178a2e959c44'/>
<id>6166867da5cbfe97b09cddf2e079178a2e959c44</id>
<content type='text'>
As the ASN-1 application relies on a nif in R16 for decodeing (that
was not the case in R15), public_key currently has a runtime
dependency on ASN-1. Hopefully we will be able to remove this
dependency again in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the ASN-1 application relies on a nif in R16 for decodeing (that
was not the case in R15), public_key currently has a runtime
dependency on ASN-1. Hopefully we will be able to remove this
dependency again in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Structural perarparation to support DTLS</title>
<updated>2013-06-04T14:42:29+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-03-07T19:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e7f8debed1ecd2b506b28d7aa068d409948130d2'/>
<id>e7f8debed1ecd2b506b28d7aa068d409948130d2</id>
<content type='text'>
Also phase in tls module as main API instead of ssl. To
make API clearer. As TLS is the new protocol name.
Maybe keep some API functions in ssl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also phase in tls module as main API instead of ssl. To
make API clearer. As TLS is the new protocol name.
Maybe keep some API functions in ssl
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Do not advertise EC ciphers if crypto support is insufficient</title>
<updated>2013-05-28T07:20:55+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-05-22T09:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6ec1399aa8e6f80d8423acc37027eeda4394e7ad'/>
<id>6ec1399aa8e6f80d8423acc37027eeda4394e7ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto, public_key &amp; ssl: Make more functions accept integer keys</title>
<updated>2013-05-24T21:30:37+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2013-05-16T18:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6518a54dbbbadb01f546e0e8c3dd3c3dfdf93e13'/>
<id>6518a54dbbbadb01f546e0e8c3dd3c3dfdf93e13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crypto,public_key,ssl: Change return value of crypto:generate_key(ecdh,..)</title>
<updated>2013-05-20T06:41:53+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2013-05-14T17:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f941576f751fbf59049d982ca901cd3eab7dfe1f'/>
<id>f941576f751fbf59049d982ca901cd3eab7dfe1f</id>
<content type='text'>
to conform with the return value of the other types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to conform with the return value of the other types.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl, public_key, crypto: crypto:algorithms/0 -&gt; crypto:supports/0</title>
<updated>2013-05-20T06:41:52+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-05-15T13:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=36a9e0a0dcb33c0cab6fdfcc6847e04b1b786a73'/>
<id>36a9e0a0dcb33c0cab6fdfcc6847e04b1b786a73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl, public_key &amp; inets: Remove use of deprecated crypto functions from</title>
<updated>2013-05-20T06:41:52+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-05-15T08:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7e47d5082b573e3fc535b0252662813647770e66'/>
<id>7e47d5082b573e3fc535b0252662813647770e66</id>
<content type='text'>
test code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test code
</pre>
</div>
</content>
</entry>
</feed>
