<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-18.3.2</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>2016-04-26T10:01:16+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-04-26T10:01:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fea24ae8d37b33e97ef1897d0d3b6cdb2338c051'/>
<id>fea24ae8d37b33e97ef1897d0d3b6cdb2338c051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2016-04-26T10:01:15+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-04-26T10:01:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ed3f30209985c9bbe097b6bdfff19d696ee56762'/>
<id>ed3f30209985c9bbe097b6bdfff19d696ee56762</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 'ingela/inets/http_server-ssl-peer-cert/OTP-13510' into maint-18</title>
<updated>2016-04-26T10:01:03+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-04-26T10:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7c8866b6b4fabb0ef6e35384c30a60e7c5b73e91'/>
<id>7c8866b6b4fabb0ef6e35384c30a60e7c5b73e91</id>
<content type='text'>
* ingela/inets/http_server-ssl-peer-cert/OTP-13510:
  inets: Prepare for release
  inets: Add peer_cert to ESI environment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/inets/http_server-ssl-peer-cert/OTP-13510:
  inets: Prepare for release
  inets: Add peer_cert to ESI environment
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/ssl/config-signature-algs/OTP-13261' into maint-18</title>
<updated>2016-04-26T10:01:03+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-04-26T10:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fbcbe079db40e63c1d9dc264139e3c4cc08c1cdd'/>
<id>fbcbe079db40e63c1d9dc264139e3c4cc08c1cdd</id>
<content type='text'>
* ingela/ssl/config-signature-algs/OTP-13261:
  ssl: Prepare for release
  ssl: Add option signature_algs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/config-signature-algs/OTP-13261:
  ssl: Prepare for release
  ssl: Add option signature_algs
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ingela/ssl/3-4-tuples-cipher-suites-mix/OTP-13511' into maint-18</title>
<updated>2016-04-26T10:01:02+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-04-26T10:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=237c335b55d1c18191b0dadde42492a2bea9fd82'/>
<id>237c335b55d1c18191b0dadde42492a2bea9fd82</id>
<content type='text'>
* ingela/ssl/3-4-tuples-cipher-suites-mix/OTP-13511:
  ssl: Corrections to cipher suite handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/3-4-tuples-cipher-suites-mix/OTP-13511:
  ssl: Corrections to cipher suite handling
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Corrections to cipher suite handling</title>
<updated>2016-04-22T07:43:22+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-04-15T20:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0bb95b2ac735ecf01a02de07da22d4a7a9577f36'/>
<id>0bb95b2ac735ecf01a02de07da22d4a7a9577f36</id>
<content type='text'>
It was not possible to mix ssl 3 and 4 tuple cipher suites in the
ciphers option.

Some ssl_cipher:suite/1 clauses wrongly returned 3-tuples that
should have been 4 tuples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was not possible to mix ssl 3 and 4 tuple cipher suites in the
ciphers option.

Some ssl_cipher:suite/1 clauses wrongly returned 3-tuples that
should have been 4 tuples
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Prepare for release</title>
<updated>2016-04-21T15:30:24+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-04-21T08:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=235c32bcb1f91f803ba3d3c8a01edc1399d7a398'/>
<id>235c32bcb1f91f803ba3d3c8a01edc1399d7a398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>inets: Add peer_cert to ESI environment</title>
<updated>2016-04-21T15:30:24+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-04-20T20:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e1e8233759f835025f15da302f2a37ff6845d600'/>
<id>e1e8233759f835025f15da302f2a37ff6845d600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Prepare for release</title>
<updated>2016-04-06T09:43:18+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-04-04T13:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0f3070badc2ae32515cdfbb29ee8a56853e4825d'/>
<id>0f3070badc2ae32515cdfbb29ee8a56853e4825d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Add option signature_algs</title>
<updated>2016-04-06T09:43:18+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-02-05T16:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=04397344762d506ac0286118d36e1a5b330dceb2'/>
<id>04397344762d506ac0286118d36e1a5b330dceb2</id>
<content type='text'>
In TLS-1.2 The signature algorithm and the hash function algorithm
used to produce the digest that is used when creating the digital signature
may be negotiated through the signature algorithm extension RFC 5246.

We want to make these algorithm pairs configurable.
In connections using lower versions of TLS these algorithms are
implicit defined and can not be negotiated or configured.

DTLS is updated to not cause dialyzer errors, but needs to get a real
implementation later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In TLS-1.2 The signature algorithm and the hash function algorithm
used to produce the digest that is used when creating the digital signature
may be negotiated through the signature algorithm extension RFC 5246.

We want to make these algorithm pairs configurable.
In connections using lower versions of TLS these algorithms are
implicit defined and can not be negotiated or configured.

DTLS is updated to not cause dialyzer errors, but needs to get a real
implementation later.
</pre>
</div>
</content>
</entry>
</feed>
