<?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: OpenSSL: SSL Client/Server Example</title>
	<atom:link href="http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/</link>
	<description>Matteo Bertozzi, Objective-C, Cocoa, C, C++, Qt4, iPhone, Mac OS X, Open Moko, Matteo Bertozzi Development</description>
	<lastBuildDate>Thu, 26 Nov 2009 15:43:17 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eugene</title>
		<link>http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/comment-page-1/#comment-126</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=936#comment-126</guid>
		<description>Thanks a lot - your SW rocks.
Looks like certificate on client side is mandatory - can it be changed to make it optional?</description>
		<content:encoded><![CDATA[<p>Thanks a lot &#8211; your SW rocks.<br />
Looks like certificate on client side is mandatory &#8211; can it be changed to make it optional?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Openssl: Ssl Client/Server Example &#124; Th30z - Coding on the Fly</title>
		<link>http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/comment-page-1/#comment-122</link>
		<dc:creator>Openssl: Ssl Client/Server Example &#124; Th30z - Coding on the Fly</dc:creator>
		<pubDate>Thu, 03 Sep 2009 04:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=936#comment-122</guid>
		<description>[...] AUTHORITY Certificate : openssl genrsa -des3 -out ca.key 1024 openssl req -new -x509 -key ca.key -out ca.crt - SERVER Certificate openssl genrsa -des3 -out server.key 1024 openssl req -new -key server.key -out server.csr openssl x509 &#8230;Continue Reading&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] AUTHORITY Certificate : openssl genrsa -des3 -out ca.key 1024 openssl req -new -x509 -key ca.key -out ca.crt &#8211; SERVER Certificate openssl genrsa -des3 -out server.key 1024 openssl req -new -key server.key -out server.csr openssl x509 &#8230;Continue Reading&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajinkya</title>
		<link>http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/comment-page-1/#comment-112</link>
		<dc:creator>Ajinkya</dc:creator>
		<pubDate>Thu, 23 Jul 2009 01:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=936#comment-112</guid>
		<description>Hi Matteo,

The code seemed to work only if I generated the rsa key for each (ca, server and client) without encryption (i.e. without -des3 in the command). Anyways, things look quite good for me now. Thank you so much for your help.</description>
		<content:encoded><![CDATA[<p>Hi Matteo,</p>
<p>The code seemed to work only if I generated the rsa key for each (ca, server and client) without encryption (i.e. without -des3 in the command). Anyways, things look quite good for me now. Thank you so much for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajinkya</title>
		<link>http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/comment-page-1/#comment-111</link>
		<dc:creator>Ajinkya</dc:creator>
		<pubDate>Wed, 22 Jul 2009 21:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=936#comment-111</guid>
		<description>Another quick question. Did you finally create a PKCS12 file from the private key and the certificate?
Thanks.</description>
		<content:encoded><![CDATA[<p>Another quick question. Did you finally create a PKCS12 file from the private key and the certificate?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajinkya</title>
		<link>http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/comment-page-1/#comment-110</link>
		<dc:creator>Ajinkya</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=936#comment-110</guid>
		<description>Thanks Matteo. The reason I requested you to do so is because, when I create a certificate using the commands above, I end up getting an error that says bad decrypt on server side. Which version of openssl are you using?</description>
		<content:encoded><![CDATA[<p>Thanks Matteo. The reason I requested you to do so is because, when I create a certificate using the commands above, I end up getting an error that says bad decrypt on server side. Which version of openssl are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bertozzi</title>
		<link>http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/comment-page-1/#comment-109</link>
		<dc:creator>Matteo Bertozzi</dc:creator>
		<pubDate>Wed, 22 Jul 2009 06:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=936#comment-109</guid>
		<description>I&#039;ll re-update the sources as soon as I can (but you&#039;ve to wait a couple of days) meanwhile you can regenerate the Certificates following the openssl commands at the end of the post.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll re-update the sources as soon as I can (but you&#8217;ve to wait a couple of days) meanwhile you can regenerate the Certificates following the openssl commands at the end of the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajinkya</title>
		<link>http://th30z.netsons.org/2009/06/openssl-ssl-clientserver-example/comment-page-1/#comment-108</link>
		<dc:creator>Ajinkya</dc:creator>
		<pubDate>Wed, 22 Jul 2009 05:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=936#comment-108</guid>
		<description>Can you please recreate the keys and certificates and update the source code? The certificates seem to have expired. Thanks</description>
		<content:encoded><![CDATA[<p>Can you please recreate the keys and certificates and update the source code? The certificates seem to have expired. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
