<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl/doc, branch OTP-20.0.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2017-06-21T08:53:19+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-06-21T08:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5'/>
<id>c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Document DTLS</title>
<updated>2017-06-07T14:15:44+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-06-07T14:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2726a0bb5e3839913cf9a452ee168e3443f325c6'/>
<id>2726a0bb5e3839913cf9a452ee168e3443f325c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Prepare release"</title>
<updated>2017-05-31T14:21:00+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-05-31T14:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=32275a2fc0b86d1f1b124706afc80f3ff92216eb'/>
<id>32275a2fc0b86d1f1b124706afc80f3ff92216eb</id>
<content type='text'>
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2017-05-30T14:15:30+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-05-30T14:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eaf8ca41dfa4850437ad270d3897399c9358ced0'/>
<id>eaf8ca41dfa4850437ad270d3897399c9358ced0</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 'maint'</title>
<updated>2017-05-12T08:39:07+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-05-12T08:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=773c4d4f0416f25e3c0c6939f8d0871dc4486bab'/>
<id>773c4d4f0416f25e3c0c6939f8d0871dc4486bab</id>
<content type='text'>
Conflicts:
	OTP_VERSION
	lib/inets/vsn.mk
	lib/ssl/vsn.mk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	OTP_VERSION
	lib/inets/vsn.mk
	lib/ssl/vsn.mk
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2017-05-11T15:41:32+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-05-11T15:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83ed3c1d805034140298393a64133e8cecd9e659'/>
<id>83ed3c1d805034140298393a64133e8cecd9e659</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 hostname check of server certificate</title>
<updated>2017-05-06T05:31:16+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2017-03-22T13:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e9b0dbb4a95dbc8e328f08d6df6654dcbe13db09'/>
<id>e9b0dbb4a95dbc8e328f08d6df6654dcbe13db09</id>
<content type='text'>
When the server_name_indication is sent automatize the
clients check of that the hostname is present in the
servers certificate. Currently server_name_indication shall
be on the dns_id format. If server_name_indication is disabled
it is up to the user to do its own check in the verify_fun.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the server_name_indication is sent automatize the
clients check of that the hostname is present in the
servers certificate. Currently server_name_indication shall
be on the dns_id format. If server_name_indication is disabled
it is up to the user to do its own check in the verify_fun.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Prepare release"</title>
<updated>2017-05-05T11:15:42+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-05-05T11:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eace29905be436d77245656b2511c9a9c2c67c90'/>
<id>eace29905be436d77245656b2511c9a9c2c67c90</id>
<content type='text'>
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2017-05-04T15:05:25+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-05-04T15:05:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dc57404252c47520f352834ad9be45ad684f96c9'/>
<id>dc57404252c47520f352834ad9be45ad684f96c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2017-05-04T13:42:21+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-05-04T13:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83e20c62057ebc1d8064bf57b01be560cd244e1d'/>
<id>83e20c62057ebc1d8064bf57b01be560cd244e1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
