<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code Snips &#187; ssl</title>
	<atom:link href="http://www.chesterproductions.net.nz/blogs/it/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chesterproductions.net.nz/blogs/it</link>
	<description>Simple code hopefully worth remembering</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:17:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>An SSL Client Using OpenSSL</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 03:34:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=245</guid>
		<description><![CDATA[Recently I wrote about how to use OpenSSL to connect to a plain data server, this time I&#8217;m modifying the<a href="http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/c/an-ssl-client-using-openssl/245/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non SSL Connections Using OpenSSL</title>
		<link>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/</link>
		<comments>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 05:35:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.chesterproductions.net.nz/blogs/it/?p=238</guid>
		<description><![CDATA[Strange as it seems but you can make non-SSL connections using the OpenSSL libraries.  The following code is a brief<a href="http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
		<wfw:commentRss>http://www.chesterproductions.net.nz/blogs/it/code/non-ssl-connections-using-openssl/238/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

