<?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>Phil&#039;s Ramblings &#187; podcast</title>
	<atom:link href="http://blog.nomzit.com/archives/tag/podcast/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nomzit.com</link>
	<description>Often incoherent, usually random</description>
	<lastBuildDate>Sun, 25 Jul 2010 20:46:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Podcast episode 3 stuff</title>
		<link>http://blog.nomzit.com/archives/92</link>
		<comments>http://blog.nomzit.com/archives/92#comments</comments>
		<pubDate>Sat, 07 Feb 2009 18:49:14 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://philsramblings.wordpress.com/?p=92</guid>
		<description><![CDATA[<p>I promised to write about some bugs in Apple&#8217;s iPhone security sample application.  The ones I noticed are in this file, in the routine getHashBytes:.

For a start, the output of the SHA-1 algorithm is always exactly 160 bits, or 20 bytes.  So you can change:</p>
<p>uint8_t * hashBytes = NULL;</p>
<p>to:</p>
<p>uint8_t hashBytes[20];</p>
<p>then also delete the malloc/memset/free [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/archives/92/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Episode 2 is now available</title>
		<link>http://blog.nomzit.com/archives/90</link>
		<comments>http://blog.nomzit.com/archives/90#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:27:48 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://philsramblings.wordpress.com/?p=90</guid>
		<description><![CDATA[<p>iTunes [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/archives/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now delivered in podcast form</title>
		<link>http://blog.nomzit.com/archives/87</link>
		<comments>http://blog.nomzit.com/archives/87#comments</comments>
		<pubDate>Tue, 13 Jan 2009 21:40:20 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://philsramblings.wordpress.com/?p=87</guid>
		<description><![CDATA[<p>Click here for the atom feed
Or here for the RSS 2.0 feed with [...]]]></description>
		<wfw:commentRss>http://blog.nomzit.com/archives/87/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
