<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 1.3.6 Progress</title>
	<atom:link href="http://pocoproject.org/blog/?feed=rss2&#038;p=264" rel="self" type="application/rss+xml" />
	<link>http://pocoproject.org/blog/?p=264</link>
	<description>News and discussion for the POCO Community</description>
	<lastBuildDate>Thu, 09 May 2013 12:05:16 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://pocoproject.org/blog/?p=264&#038;cpage=1#comment-557</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 13 Nov 2009 03:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=264#comment-557</guid>
		<description>Hi, 
One thing that I notice with the SSL code is that most other programs call `SSL_CTX_set_options` at some point during a context setup. This function implements various fixups(*) supplied by openssl. Might I suggest adding `SSL_CTX_set_options (_pSSLContext, SSL_OP_ALL);` into Context.cpp somewhere as soon after `SSL_CTX_new` as possible.

I&#039;ll add more comments with any other ideas I have.


(*) info about this function and the fixups can be found here:
http://www.openssl.org/docs/ssl/SSL_CTX_set_options.html

Thanks,

Alex</description>
		<content:encoded><![CDATA[<p>Hi,<br />
One thing that I notice with the SSL code is that most other programs call `SSL_CTX_set_options` at some point during a context setup. This function implements various fixups(*) supplied by openssl. Might I suggest adding `SSL_CTX_set_options (_pSSLContext, SSL_OP_ALL);` into Context.cpp somewhere as soon after `SSL_CTX_new` as possible.</p>
<p>I&#8217;ll add more comments with any other ideas I have.</p>
<p>(*) info about this function and the fixups can be found here:<br />
<a href="http://www.openssl.org/docs/ssl/SSL_CTX_set_options.html" rel="nofollow">http://www.openssl.org/docs/ssl/SSL_CTX_set_options.html</a></p>
<p>Thanks,</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kert</title>
		<link>http://pocoproject.org/blog/?p=264&#038;cpage=1#comment-544</link>
		<dc:creator>kert</dc:creator>
		<pubDate>Sun, 01 Nov 2009 22:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=264#comment-544</guid>
		<description>tried to run that test under Valgrind, but couldnt get it to work, it fails in so many ways under Linux ( client thread manages to start before server, throws exception. instert a delay and server starts throwing on socket::close because other side closed the connection etc. )</description>
		<content:encoded><![CDATA[<p>tried to run that test under Valgrind, but couldnt get it to work, it fails in so many ways under Linux ( client thread manages to start before server, throws exception. instert a delay and server starts throwing on socket::close because other side closed the connection etc. )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://pocoproject.org/blog/?p=264&#038;cpage=1#comment-543</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Sat, 31 Oct 2009 11:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://pocoproject.org/blog/?p=264#comment-543</guid>
		<description>Thanks for the update!</description>
		<content:encoded><![CDATA[<p>Thanks for the update!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
