<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssl, branch OTP_R14B03</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'ia/ssl/ets-table-cleanup' into dev</title>
<updated>2011-05-24T10:27:49+00:00</updated>
<author>
<name>BjÃ¶rn-Egil Dahlberg</name>
<email>psyeugenic@gmail.com</email>
</author>
<published>2011-05-24T10:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=102f7fd76efa911bf4c2cdbe5fffa3363a5f7074'/>
<id>102f7fd76efa911bf4c2cdbe5fffa3363a5f7074</id>
<content type='text'>
* ia/ssl/ets-table-cleanup:
  Corrected last argument to timer:apply_after also corrected a dilyzer spec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ia/ssl/ets-table-cleanup:
  Corrected last argument to timer:apply_after also corrected a dilyzer spec
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected last argument to timer:apply_after also corrected a dilyzer spec</title>
<updated>2011-05-24T09:53:56+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2011-05-24T09:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aab1e1d1290b827b09287cadfa5fbb40c916b437'/>
<id>aab1e1d1290b827b09287cadfa5fbb40c916b437</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 years</title>
<updated>2011-05-20T14:11:43+00:00</updated>
<author>
<name>BjÃ¶rn-Egil Dahlberg</name>
<email>psyeugenic@gmail.com</email>
</author>
<published>2011-05-20T14:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ad5a1519e74d79218c0dd2ef79a39d75bd0155bf'/>
<id>ad5a1519e74d79218c0dd2ef79a39d75bd0155bf</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 'pan/win_static_openssl/OTP-9280' into dev</title>
<updated>2011-05-18T13:52:38+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2011-05-18T13:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6e1f1f59263a717ffcef2ebcd70592431a02cf2f'/>
<id>6e1f1f59263a717ffcef2ebcd70592431a02cf2f</id>
<content type='text'>
* pan/win_static_openssl/OTP-9280:
  Mend --with-ssl= in erts/configure
  Update OpenSSL license text in crypto
  Link OpenSSL libraries static on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pan/win_static_openssl/OTP-9280:
  Mend --with-ssl= in erts/configure
  Update OpenSSL license text in crypto
  Link OpenSSL libraries static on Windows
</pre>
</div>
</content>
</entry>
<entry>
<title>In TLS 1.1, failure to properly close a connection no longer requires</title>
<updated>2011-05-17T15:41:22+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2011-05-17T15:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2b31edf742b3d9236dfc35b947b3b0c356010236'/>
<id>2b31edf742b3d9236dfc35b947b3b0c356010236</id>
<content type='text'>
that a session not be resumed.  This is a change from TLS 1.0 to
conform with widespread implementation practice.  Erlang ssl will now
in TLS 1.0 conform to the widespread implementation practice instead
of the specification to avoid performance issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that a session not be resumed.  This is a change from TLS 1.0 to
conform with widespread implementation practice.  Erlang ssl will now
in TLS 1.0 conform to the widespread implementation practice instead
of the specification to avoid performance issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-9094: [httpc] Add support for upload body streaming (PUT and POST).</title>
<updated>2011-05-16T07:46:10+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2011-05-16T07:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b19a2c6648e65b5ad1b8a0351928856fad941f99'/>
<id>b19a2c6648e65b5ad1b8a0351928856fad941f99</id>
<content type='text'>
	  Filipe David Manana

OTP-9114: [ftp] Added (type) spec for all exported functions.

OTP-9123: mod_esi:deliver/2 made to accept binary data.
	  Bernard Duggan

OTP-9124: [httpd] Prevent XSS in error pages.
	  Michael Santos

OTP-9131: [httpd] Wrong security property names used in documentation.
	  Garrett Smith

OTP-9157: [httpd] Improved error messages.
	  Ricardo Catalinas Jiménez

OTP-9158: [httpd] Fix timeout message generated by mod_esi.
	  Bernard Duggan

OTP-9202: [httpd] Extended support for file descriptors.
	  Attila Rajmund Nohl

OTP-9230: The default ssl kind has now been changed to essl.

OTP-9246: [httpc] httpc manager crash because of a handler retry
	  race condition.

Merge branch 'bmk/inets/inet56_integration' into dev
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	  Filipe David Manana

OTP-9114: [ftp] Added (type) spec for all exported functions.

OTP-9123: mod_esi:deliver/2 made to accept binary data.
	  Bernard Duggan

OTP-9124: [httpd] Prevent XSS in error pages.
	  Michael Santos

OTP-9131: [httpd] Wrong security property names used in documentation.
	  Garrett Smith

OTP-9157: [httpd] Improved error messages.
	  Ricardo Catalinas Jiménez

OTP-9158: [httpd] Fix timeout message generated by mod_esi.
	  Bernard Duggan

OTP-9202: [httpd] Extended support for file descriptors.
	  Attila Rajmund Nohl

OTP-9230: The default ssl kind has now been changed to essl.

OTP-9246: [httpc] httpc manager crash because of a handler retry
	  race condition.

Merge branch 'bmk/inets/inet56_integration' into dev
</pre>
</div>
</content>
</entry>
<entry>
<title>Ssl sometimes fails when reusing a session</title>
<updated>2011-05-13T09:49:22+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2011-05-13T09:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e03ed7ed525f04352d7b52cde54cf7f9b42595ce'/>
<id>e03ed7ed525f04352d7b52cde54cf7f9b42595ce</id>
<content type='text'>
Invalidation of a session for reusing should first flag that the
session may no longer be reused and then later when all possible
pending reuses have been handled delete the session from the
database. This could otherwise cause the client to terminate due to
{badarg,[{erlang,byte_size,[undefined]}, and the server to terminate due to
{{badmatch,{resumed,undefined}}.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Invalidation of a session for reusing should first flag that the
session may no longer be reused and then later when all possible
pending reuses have been handled delete the session from the
database. This could otherwise cause the client to terminate due to
{badarg,[{erlang,byte_size,[undefined]}, and the server to terminate due to
{{badmatch,{resumed,undefined}}.
</pre>
</div>
</content>
</entry>
<entry>
<title>Calling gen_tcp:connect with option {ip, {127,0,0,1}} results in an exit with</title>
<updated>2011-05-12T12:15:37+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2011-05-12T12:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=30919cea3c641148389a46e94af20805e55f684c'/>
<id>30919cea3c641148389a46e94af20805e55f684c</id>
<content type='text'>
reason badarg. Neither SSL nor INETS catches this, resulting in crashes
with incomprehensible reasons.

OTP-9289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reason badarg. Neither SSL nor INETS catches this, resulting in crashes
with incomprehensible reasons.

OTP-9289
</pre>
</div>
</content>
</entry>
<entry>
<title>Calling gen_tcp:connect with option {ip, {127,0,0,1}} results in an exit with</title>
<updated>2011-05-12T12:06:12+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2011-05-12T12:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d3d5b4fcf3e07c22e61c2c9a410d365178b12945'/>
<id>d3d5b4fcf3e07c22e61c2c9a410d365178b12945</id>
<content type='text'>
reason badarg. Neither SSL nor INETS catches this, resulting in crashes
with incomprehensible reasons.

OTP-9289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reason badarg. Neither SSL nor INETS catches this, resulting in crashes
with incomprehensible reasons.

OTP-9289
</pre>
</div>
</content>
</entry>
<entry>
<title>Link OpenSSL libraries static on Windows</title>
<updated>2011-05-10T12:52:20+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2011-05-10T10:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=20c9d6e23f3572873c32daf7053819a844427a4b'/>
<id>20c9d6e23f3572873c32daf7053819a844427a4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
