<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl/src/Makefile, 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 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: 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:  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: 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: Rename ssl_certificate_db to ssl_pkix_db for clarity</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-11T08:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=036a9c4edd013b8a97e5075e3da10b68698d2916'/>
<id>036a9c4edd013b8a97e5075e3da10b68698d2916</id>
<content type='text'>
Conflicts:

	lib/ssl/src/ssl.app.src
	lib/ssl/src/ssl_manager.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	lib/ssl/src/ssl.app.src
	lib/ssl/src/ssl_manager.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Remove unused `srp_parameters` type spec</title>
<updated>2013-05-24T21:30:37+00:00</updated>
<author>
<name>Klaus Trainer</name>
<email>klaus_trainer@posteo.de</email>
</author>
<published>2013-05-18T21:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7be7100750d0ed29a2756e15b26f3b75a1d577dc'/>
<id>7be7100750d0ed29a2756e15b26f3b75a1d577dc</id>
<content type='text'>
As the file 'lib/ssl/src/ssl_srp_primes.hrl' only contains a
specification of a `srp_parameters` type that isn't exported and also
isn't referenced anywhere (neither in the code nor in the
documentation), the type specification (and hence the file as well) can
be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the file 'lib/ssl/src/ssl_srp_primes.hrl' only contains a
specification of a `srp_parameters` type that isn't exported and also
isn't referenced anywhere (neither in the code nor in the
documentation), the type specification (and hence the file as well) can
be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: add TLS-SRP (RFC 5054) cipher suites</title>
<updated>2013-03-28T10:29:37+00:00</updated>
<author>
<name>Andreas Schultz</name>
<email>aschultz@tpip.net</email>
</author>
<published>2012-09-20T12:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=52a70455853d625f8e92c1c5e7f22b6f75adff63'/>
<id>52a70455853d625f8e92c1c5e7f22b6f75adff63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Generalize cb_info option</title>
<updated>2013-02-12T17:44:30+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-02-12T14:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=56354fdbf817291bed0c18373c5ad8dfb639b7e6'/>
<id>56354fdbf817291bed0c18373c5ad8dfb639b7e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ./otp_build configure --enable-silent-rules</title>
<updated>2013-01-15T20:42:34+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2012-11-28T10:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fed9a8415fc77ed42bf9a94ea421eff4f62c5eb4'/>
<id>fed9a8415fc77ed42bf9a94ea421eff4f62c5eb4</id>
<content type='text'>
With silent rules, the output of make is less verbose and compilation
warnings are easier to spot. Silent rules are disabled by default and
can be disabled or enabled at will by make V=0 and make V=1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With silent rules, the output of make is less verbose and compilation
warnings are easier to spot. Silent rules are disabled by default and
can be disabled or enabled at will by make V=0 and make V=1.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Add dependencies to Makefile</title>
<updated>2012-11-26T12:36:24+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-11-26T12:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=886db888bc6a3f83c7f68e44541707a3900a43bf'/>
<id>886db888bc6a3f83c7f68e44541707a3900a43bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
