<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl/src/ssl_manager.erl, 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: Make the ssl manager name for erlang distribution over SSL/TLS</title>
<updated>2013-08-28T07:50:16+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-06-18T07:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8ce2f3f0cae692642dfd68e0d8bde3b039a658c6'/>
<id>8ce2f3f0cae692642dfd68e0d8bde3b039a658c6</id>
<content type='text'>
relative to the module name of the ssl_manager.

This can be beneficial when making tools that rename modules for internal
processing in the tool.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
relative to the module name of the ssl_manager.

This can be beneficial when making tools that rename modules for internal
processing in the tool.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Correct rebase mistakes</title>
<updated>2013-06-07T12:37:30+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-06-07T12:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=82a435ca0f91782ebd39b237d56426277ffeda80'/>
<id>82a435ca0f91782ebd39b237d56426277ffeda80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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: Make better use of the crypto API</title>
<updated>2013-05-08T08:39:18+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-04-18T08:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d565a551ff2605c8abca0009ab90fbb7687a4097'/>
<id>d565a551ff2605c8abca0009ab90fbb7687a4097</id>
<content type='text'>
Use the functions in crypto that we want to keep in the API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the functions in crypto that we want to keep in the API.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Do not return random values</title>
<updated>2013-01-23T18:45:10+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2012-12-13T15:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c1793d4613bb41258b3660c88a42193eabe1d0bf'/>
<id>c1793d4613bb41258b3660c88a42193eabe1d0bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Certificates and PEM-cache cleaning fixed to avoid memory leak</title>
<updated>2013-01-17T08:46:51+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-01-15T10:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7fa4c654f29a3231f707dcac7fffdf60140cf1b3'/>
<id>7fa4c654f29a3231f707dcac7fffdf60140cf1b3</id>
<content type='text'>
Certificate db cleaning messages where sent to the wrong process after
restructuring to avoid bottlenecks.

It is possible that the ssl manager process gets two cleaning messages
for the same entry. E.i. first cleaning message is sent and before it
is processed a new reference is allocated  and again released for the
entry, generating a second cleaning message.

Also in ssl_manger:handle_info/2 it is possible that there exists a
new reference to an "old" file name with a potential new content.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Certificate db cleaning messages where sent to the wrong process after
restructuring to avoid bottlenecks.

It is possible that the ssl manager process gets two cleaning messages
for the same entry. E.i. first cleaning message is sent and before it
is processed a new reference is allocated  and again released for the
entry, generating a second cleaning message.

Also in ssl_manger:handle_info/2 it is possible that there exists a
new reference to an "old" file name with a potential new content.
</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>
<entry>
<title>ssl: Adopt test case to not take so long</title>
<updated>2012-09-25T09:47:38+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-09-25T09:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d3d0048deb56b548b6636e7f04e0e0bf126aacd9'/>
<id>d3d0048deb56b548b6636e7f04e0e0bf126aacd9</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>2012-08-22T12:00:45+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-06-29T12:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a0bd4951be74a5db1c382a7e19432903db10e576'/>
<id>a0bd4951be74a5db1c382a7e19432903db10e576</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Fix pem cache bug</title>
<updated>2012-06-19T13:55:40+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-06-19T13:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d7d9cc3db6e8fb49306abfee503cf89da606f51d'/>
<id>d7d9cc3db6e8fb49306abfee503cf89da606f51d</id>
<content type='text'>
A general case clause was put before a less general so that the less
general case would never match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A general case clause was put before a less general so that the less
general case would never match.
</pre>
</div>
</content>
</entry>
</feed>
