<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-21.0.6</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Updated OTP version</title>
<updated>2018-08-23T12:47:32+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-08-23T12:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=53b1e77ea7be8d90d652521a2326046b5d95c3e2'/>
<id>53b1e77ea7be8d90d652521a2326046b5d95c3e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-08-23T12:47:30+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-08-23T12:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2f7bffa9f620e6218a7333a79e416fcce0bc054e'/>
<id>2f7bffa9f620e6218a7333a79e416fcce0bc054e</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 'lars/crypto/multiple-engine-load-21/OTP-15233' into maint-21</title>
<updated>2018-08-23T12:47:11+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-08-23T12:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d7647faf260a736384c24f73a1205ad946552a31'/>
<id>d7647faf260a736384c24f73a1205ad946552a31</id>
<content type='text'>
* lars/crypto/multiple-engine-load-21/OTP-15233:
  Updated the engine load functionality
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lars/crypto/multiple-engine-load-21/OTP-15233:
  Updated the engine load functionality
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/maint-21/inets/status-501/ERIERL-218/OTP-15215' into maint-21</title>
<updated>2018-08-23T12:47:10+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-08-23T12:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=40a2b9e7777a2314ebce1e15d5b366abf129a7aa'/>
<id>40a2b9e7777a2314ebce1e15d5b366abf129a7aa</id>
<content type='text'>
* ingela/maint-21/inets/status-501/ERIERL-218/OTP-15215:
  inets: Prepare for release
  inets: Use status code 501 when no mod_* handles the request
  ssl: Make sure that a correct cipher suite is selected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/maint-21/inets/status-501/ERIERL-218/OTP-15215:
  inets: Prepare for release
  inets: Use status code 501 when no mod_* handles the request
  ssl: Make sure that a correct cipher suite is selected
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/ssl/maint-21/ECC/ERIERL-210/OTP-15203' into maint-21</title>
<updated>2018-08-23T12:47:10+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-08-23T12:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=69373026d4440afa0d877e4296a027d781771dfc'/>
<id>69373026d4440afa0d877e4296a027d781771dfc</id>
<content type='text'>
* ingela/ssl/maint-21/ECC/ERIERL-210/OTP-15203:
  ssl: Prepare for release
  ssl: Make sure that a correct cipher suite is selected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/maint-21/ECC/ERIERL-210/OTP-15203:
  ssl: Prepare for release
  ssl: Make sure that a correct cipher suite is selected
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the engine load functionality</title>
<updated>2018-08-23T05:26:32+00:00</updated>
<author>
<name>Lars Thorsen</name>
<email>lars@erlang.org</email>
</author>
<published>2018-08-15T10:26:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b7d7cc2c3ce83c1206c3ba98a2b90958f4c50693'/>
<id>b7d7cc2c3ce83c1206c3ba98a2b90958f4c50693</id>
<content type='text'>
- engine_load/3/4 can be called multiple times for same engine
  if it allows it (eg doesn't contain global data)
- ensure_engine_loaded/2/3 is new functions that guarantees that the engine
  is just loaded once by adding it to OpenSSL internal engine list and check that
  before loading.
- ensure_engine_unloaded/1/2 is new functions that is used to unload engines loaded with
  ensure_engine_loaded (remove it from OpenSSL internal engine list and then unload).
- new utility functions engine_by_id/1, engine_add/1, engine_remove/1,
  engine_get_id/1 and engine_get_name/1

Conflicts:
	lib/crypto/c_src/crypto.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- engine_load/3/4 can be called multiple times for same engine
  if it allows it (eg doesn't contain global data)
- ensure_engine_loaded/2/3 is new functions that guarantees that the engine
  is just loaded once by adding it to OpenSSL internal engine list and check that
  before loading.
- ensure_engine_unloaded/1/2 is new functions that is used to unload engines loaded with
  ensure_engine_loaded (remove it from OpenSSL internal engine list and then unload).
- new utility functions engine_by_id/1, engine_add/1, engine_remove/1,
  engine_get_id/1 and engine_get_name/1

Conflicts:
	lib/crypto/c_src/crypto.c
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Prepare for release</title>
<updated>2018-08-15T10:03:30+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-08-15T10:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0343c6bdeecd5d52b88f18eb82dee5c65fa3b3ad'/>
<id>0343c6bdeecd5d52b88f18eb82dee5c65fa3b3ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Use status code 501 when no mod_* handles the request</title>
<updated>2018-08-15T09:43:15+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-08-07T07:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=22be1754d1e97e802e01181570a34222767c1ed6'/>
<id>22be1754d1e97e802e01181570a34222767c1ed6</id>
<content type='text'>
Conflicts:
	lib/inets/test/httpd_SUITE.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/inets/test/httpd_SUITE.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Prepare for release</title>
<updated>2018-08-13T13:32:40+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-07-06T14:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b42b08abffa0290f240673909032abbb9b57f97c'/>
<id>b42b08abffa0290f240673909032abbb9b57f97c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2018-08-10T17:02:51+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-08-10T17:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e37eec271ad08a6689e358071eeb800674cde938'/>
<id>e37eec271ad08a6689e358071eeb800674cde938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
