<?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>Noa&#039;s blog &#187; DNSSEC</title>
	<atom:link href="http://noa.resare.com/tag/dnssec/feed/" rel="self" type="application/rss+xml" />
	<link>http://noa.resare.com</link>
	<description>moderately interesting words about things going through my mind</description>
	<lastBuildDate>Fri, 29 Jan 2010 23:56:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My DNSSEC validator</title>
		<link>http://noa.resare.com/2009/11/dnssec/</link>
		<comments>http://noa.resare.com/2009/11/dnssec/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 19:14:08 +0000</pubDate>
		<dc:creator>noa</dc:creator>
				<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[System administration]]></category>
		<category><![CDATA[DNSSEC]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://noa.resare.com/?p=267</guid>
		<description><![CDATA[As readers of this blog might have noticed I started to experiment with DNSSEC a few months ago. DNSSEC is basically a way of adding cryptographic keys and signatures to your DNS data that gives resolvers the ability to cryptographically verify the correctness of your DNS records using a series of cryptographic operations.
DNSSEC protects the [...]]]></description>
			<content:encoded><![CDATA[<p>As readers of this blog might have noticed I started to experiment with <a href="http://dnssec.net/">DNSSEC</a> a few months ago. DNSSEC is basically a way of adding cryptographic keys and signatures to your DNS data that gives resolvers the ability to cryptographically verify the correctness of your DNS records using a series of cryptographic operations.</p>
<p>DNSSEC protects the DNS system against a certain group of security problems such as the <a href="http://kaminskybug.se">kaminskybug</a>, where an attacker tricks a DNS server to return the wrong data to end users. If an attack against the DNS system is successful that means serious trouble, since we depend on it to work reliably in a vast number of online activities. An attacker that controls the DNS system can trick people to for example supply their account information to their online bank and use that to steal money. Whenever there is the potential for large scale fraud you can pretty much be sure that someone will try to break it, and that is why DNSSEC is important.</p>
<p>So, we need DNSSEC. What's stopping us from using it? A few things, but the most important obstacle in my opinion is that it is a complex set of standards and that it is difficult to understand. There are some <a href="http://alan.clegg.com/files/DNSSEC_in_6_minutes.pdf">presentations</a> and <a href="http://www.nlnetlabs.nl/publications/dnssec_howto/">HOWTO documents</a> online that attempts to explain and help people get started, but the learning curve is steep. One thing that I ran into when experimenting with my own zones was that somehow I managed to corrupt the signatures of one zone and I couldn't easily pinpoint what the problem was.</p>
<p>When confronted with this I got the idea to build an online service that tries to answer a simple question.<em> What data was used and what cryptographic operations was performed to actually verify one specific DNS record?</em> The answer to that question can be thought of as a chain of operations and records where one link connects to the other from all the way from the record being verified down to the <a href="https://dlv.isc.org/">DLV</a> root key.</p>
<p>I decided to write the service in Python and it was one of the most fun programming projects that I have worked on in years. In a way it was basic research but with a clear application and an end result that I think could be a useful contribution. I even wrote my own <a href="http://en.wikipedia.org/wiki/RSA">RSA</a> signature verification functionality, with a lots of help from Python's excellent large integer support.</p>
<p>The service can be found at <a href="http://dnssec.resare.com">http://dnssec.resare.com</a> Feel free to give it a spin. There are no doubt bugs and errors that will be fixed and other modifications that will be made, but the basic functionality is in place.</p>
<p>Thanks to Alex for the beautiful HTML design,  to the python dns library <a href="http://www.dnspython.org/">dnspython</a> that I use extensively and the <a href="http://dev.sanityinc.com/airspeed/">airspeed</a> templating library.</p>
]]></content:encoded>
			<wfw:commentRss>http://noa.resare.com/2009/11/dnssec/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Random summer stuff. New jresolver, with DNSSEC support</title>
		<link>http://noa.resare.com/2009/08/jresolver/</link>
		<comments>http://noa.resare.com/2009/08/jresolver/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 15:48:21 +0000</pubDate>
		<dc:creator>noa</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[DNSSEC]]></category>
		<category><![CDATA[jresolver]]></category>

		<guid isPermaLink="false">http://noa.resare.com/?p=220</guid>
		<description><![CDATA[After a sort of long summer break I'm slowly feeling like it would be fun to blog a bit again. After an intense election campaign for the European Parliament in June, we actually did get a Pirate party representatitive elected, which feels like a milestone for the geeks in politics. Congratulations Christian!

I have spent most [...]]]></description>
			<content:encoded><![CDATA[<p>After a sort of long summer break I'm slowly feeling like it would be fun to blog a bit again. After an intense election campaign for the European Parliament in June, we actually did get a Pirate party representatitive elected, which feels like a milestone for the geeks in politics. Congratulations <a href="http://en.wikipedia.org/wiki/Christian_Engstr%C3%B6m">Christian</a>!<br />
<img src="/wp-content/uploads/2009/08/dnssec-1.jpg" alt="dnssec-1" title="dnssec-1" width="200" height="224" class="alignright size-full wp-image-224" /><br />
I have spent most of the summer doing <a href="http://voxbiblia.com/">work</a> <a href="http://biblesearch.org/">programming</a> but I have also managed to go to Rome with <a href="http://sangkraft.org/">Sångkraft</a> and  <a href="http://www.interkultur.com/fileadmin/pdf_data/results/roma_2009.pdf">win</a> a choir competition and update one of my free software projects, the jresolver Java stub resolver.</p>
<p>The new version of jresolver adds some autoconfig abilities as well as some awareness of DNSSEC. Now the resolver can query the recursive nameserver about weather a specific result is cryptographically verified or not. Perhaps not a terribly useful feature, but I think that anything that brings awareness to the effort to get people to use DNSSEC is a good thing. Anyway, the new version, 0.3.1, can be found over at <a href="http://fs.voxbiblia.com/jresolver">fs.voxbiblia.com</a>. Now, at least everyone that has a .se domain, run over to <a href="http://iis.se/">iis.se</a> and read up on how to sign your zones.</p>
]]></content:encoded>
			<wfw:commentRss>http://noa.resare.com/2009/08/jresolver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
