<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl/src, branch OTP-21.0.5</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</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/ssl/21-enhanchment'</title>
<updated>2018-06-14T14:21:58+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-06-14T14:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=115b0fa6d1374de08789a9431dc34c633663f598'/>
<id>115b0fa6d1374de08789a9431dc34c633663f598</id>
<content type='text'>
* ingela/ssl/21-enhanchment:
  ssl: Add handle_continue/2 and document enhancements
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ingela/ssl/21-enhanchment:
  ssl: Add handle_continue/2 and document enhancements
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Add handle_continue/2 and document enhancements</title>
<updated>2018-06-14T10:04:03+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-06-12T07:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e91b2afc41716557bad662e346e9f978ee3156ba'/>
<id>e91b2afc41716557bad662e346e9f978ee3156ba</id>
<content type='text'>
* deprecation of ssl:ssl_accept/[1,2,3]
* deprecation of ssl:cipher_suites/[0,1]
* More consistent naming
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* deprecation of ssl:ssl_accept/[1,2,3]
* deprecation of ssl:cipher_suites/[0,1]
* More consistent naming
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'peterdmv/ssl/suite_to_str/ERL-600/OTP-15106'</title>
<updated>2018-06-12T07:49:08+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-06-12T07:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=43bd7fbfe23533f59b74ec6accad48c0c26b71a7'/>
<id>43bd7fbfe23533f59b74ec6accad48c0c26b71a7</id>
<content type='text'>
* peterdmv/ssl/suite_to_str/ERL-600/OTP-15106:
  ssl: Add new API function suite_to_str/1

Change-Id: Icf214ece4e1d281da12b02dadc63d4a2ca346563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peterdmv/ssl/suite_to_str/ERL-600/OTP-15106:
  ssl: Add new API function suite_to_str/1

Change-Id: Icf214ece4e1d281da12b02dadc63d4a2ca346563
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Add new API function suite_to_str/1</title>
<updated>2018-06-11T14:59:56+00:00</updated>
<author>
<name>Péter Dimitrov</name>
<email>peterdmv@erlang.org</email>
</author>
<published>2018-06-04T15:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb960a900d697c636947c788ff89306639c904a5'/>
<id>bb960a900d697c636947c788ff89306639c904a5</id>
<content type='text'>
Add new API function for converting cipher suite maps
to their textual representation.

Change-Id: I43681930b38e0f3bdb4dfccbf9e8895aa2d6a281
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new API function for converting cipher suite maps
to their textual representation.

Change-Id: I43681930b38e0f3bdb4dfccbf9e8895aa2d6a281
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/better-TLS-distribution/OTP-15058'</title>
<updated>2018-06-11T07:25:18+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-06-11T07:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=46a07a914f049748e03ed78769ba4310753322e0'/>
<id>46a07a914f049748e03ed78769ba4310753322e0</id>
<content type='text'>
* raimo/better-TLS-distribution/OTP-15058:
  Test nodename whitelist
  Use public_key to verify client hostname
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/better-TLS-distribution/OTP-15058:
  Test nodename whitelist
  Use public_key to verify client hostname
</pre>
</div>
</content>
</entry>
<entry>
<title>Use public_key to verify client hostname</title>
<updated>2018-06-08T14:24:40+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-06-08T13:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=794df8cbba8d7942dcb3bf2cbdfa526b04d41dd3'/>
<id>794df8cbba8d7942dcb3bf2cbdfa526b04d41dd3</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 customize_hostname_check</title>
<updated>2018-06-08T07:52:07+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-06-05T16:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f821c91cebe0cee22c1c6e0a9dfe45d4e9b5f129'/>
<id>f821c91cebe0cee22c1c6e0a9dfe45d4e9b5f129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1821 from IngelaAndin/ingela/ssl/DTLS-transparancy</title>
<updated>2018-05-24T07:13:09+00:00</updated>
<author>
<name>Ingela Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-05-24T07:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=20970abd567cf577d31f97a2396985174cae15b7'/>
<id>20970abd567cf577d31f97a2396985174cae15b7</id>
<content type='text'>
ssl: Generalize DTLS packet multiplexing

OTP-14888</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ssl: Generalize DTLS packet multiplexing

OTP-14888</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Generalize DTLS packet multiplexing</title>
<updated>2018-05-23T11:09:45+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2018-04-20T17:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=72aaa1bb0cd2352fc8708a1a89b44e5791f49356'/>
<id>72aaa1bb0cd2352fc8708a1a89b44e5791f49356</id>
<content type='text'>
We want to prepare the code for more advanced DTLS usage and possibility
to run over SCTP. First assumption was that the demultiplexer process
"dtls listener" was needed for UDP only and SCTP could be made more TLS
like. However the assumption seems not to hold. This commit prepares
for customization possibilities.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to prepare the code for more advanced DTLS usage and possibility
to run over SCTP. First assumption was that the demultiplexer process
"dtls listener" was needed for UDP only and SCTP could be made more TLS
like. However the assumption seems not to hold. This commit prepares
for customization possibilities.
</pre>
</div>
</content>
</entry>
</feed>
