<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl, branch OTP-18.0.2</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>2015-06-23T08:24:26+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-06-23T08:24:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2955ddebc32837b66d9bacb4e925ad0ed0033168'/>
<id>2955ddebc32837b66d9bacb4e925ad0ed0033168</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 'ia/ssl/modern-timetrap'</title>
<updated>2015-06-23T08:08:51+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-23T08:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7cff27e14e051b6ee15f564335eb8e685e1639c1'/>
<id>7cff27e14e051b6ee15f564335eb8e685e1639c1</id>
<content type='text'>
* ia/ssl/modern-timetrap:
  ssl: Make init functions fail if make_certs:all fails
  ssl: Avoid sleep
  ssl: modernize timetrap handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/ssl/modern-timetrap:
  ssl: Make init functions fail if make_certs:all fails
  ssl: Avoid sleep
  ssl: modernize timetrap handling
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Make init functions fail if make_certs:all fails</title>
<updated>2015-06-22T14:47:42+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-22T14:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=566cbee917638f596c5d46bd0aff331a66f5c8d2'/>
<id>566cbee917638f596c5d46bd0aff331a66f5c8d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Avoid sleep</title>
<updated>2015-06-22T14:02:57+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-22T14:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=43787faa5933483128f06d775bc41fef36df4567'/>
<id>43787faa5933483128f06d775bc41fef36df4567</id>
<content type='text'>
When possible avoid sleep in test cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When possible avoid sleep in test cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: modernize timetrap handling</title>
<updated>2015-06-22T14:02:57+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-17T14:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=287ab39e946b4578d755038989ad50ccfb95f575'/>
<id>287ab39e946b4578d755038989ad50ccfb95f575</id>
<content type='text'>
Watchdog is legacy test_server use only ct:timetrap/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Watchdog is legacy test_server use only ct:timetrap/1
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Remove unnecessary suite callback</title>
<updated>2015-06-15T13:15:26+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-15T13:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=501b8013d22dadd0642c8ee69a70848671f7bf2d'/>
<id>501b8013d22dadd0642c8ee69a70848671f7bf2d</id>
<content type='text'>
The test cases does not use any hooks and including the ts_install_cth
trips up the test case setup on some platforms cuasing the test cases
to fail with {error, enoent}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test cases does not use any hooks and including the ts_install_cth
trips up the test case setup on some platforms cuasing the test cases
to fail with {error, enoent}
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ia/ssl/test-fips'</title>
<updated>2015-06-15T12:17:35+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-15T12:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0dbe45a5ef3df42905efbcd36114570f1a7df87c'/>
<id>0dbe45a5ef3df42905efbcd36114570f1a7df87c</id>
<content type='text'>
* ia/ssl/test-fips:
  ssl: Filter suites for openssl FIPS if necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/ssl/test-fips:
  ssl: Filter suites for openssl FIPS if necessary
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ia/ssl/unknown-hash/OTP-12829'</title>
<updated>2015-06-15T10:13:52+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-15T10:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=26ed9f0e4a23985b7a0fbf7d9a38142edaf5c1aa'/>
<id>26ed9f0e4a23985b7a0fbf7d9a38142edaf5c1aa</id>
<content type='text'>
* ia/ssl/unknown-hash/OTP-12829:
  ssl: Add unassigned values
  ssl: Do not crash on proprietary hash_sign algorithms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/ssl/unknown-hash/OTP-12829:
  ssl: Add unassigned values
  ssl: Do not crash on proprietary hash_sign algorithms
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Filter suites for openssl FIPS if necessary</title>
<updated>2015-06-10T20:29:04+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2015-06-06T21:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=331ade0e56df08d9f2eb1b71cf22f30038015e93'/>
<id>331ade0e56df08d9f2eb1b71cf22f30038015e93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
