<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/linus/catlfish.git/tools/dnssec, branch dnssec</title>
<subtitle>Linus' CT repository</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/'/>
<entry>
<title>Add unit test for validation, from dnssecport:handle_call().</title>
<updated>2016-04-06T08:07:48+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-04-06T08:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/commit/?id=28bc4ae4d9cf9f34f9dcd99da1c89bdb56a2bd38'/>
<id>28bc4ae4d9cf9f34f9dcd99da1c89bdb56a2bd38</id>
<content type='text'>
- The port now returns the RRset (DS, chain, trust root and all
RRSIG's). This in preparatino for when this data will be normalised.
- dnssecport decodes and encodes DNS data.
- v1 stores the DS RR in the leaf and the rest, including the DS
  RRSIG, in the chain.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- The port now returns the RRset (DS, chain, trust root and all
RRSIG's). This in preparatino for when this data will be normalised.
- dnssecport decodes and encodes DNS data.
- v1 stores the DS RR in the leaf and the rest, including the DS
  RRSIG, in the chain.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some debugging output to validatechain.</title>
<updated>2016-04-03T16:54:26+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-04-03T16:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/commit/?id=794d5cf33f1f49fd8273987024dad1f11d8e2b3d'/>
<id>794d5cf33f1f49fd8273987024dad1f11d8e2b3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dns-text2wire.</title>
<updated>2016-04-03T16:53:38+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-04-03T16:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/commit/?id=d2943b6d798259fd635a8adf0b04c31503b97f0c'/>
<id>d2943b6d798259fd635a8adf0b04c31503b97f0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.</title>
<updated>2016-03-30T19:40:18+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-03-30T19:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/commit/?id=a8c5ee6beb28d8fed3281874026c005f4d6e56da'/>
<id>a8c5ee6beb28d8fed3281874026c005f4d6e56da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add validatechain.c and move some code to common.c.</title>
<updated>2016-03-30T19:35:31+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-03-30T19:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/commit/?id=b69ff1c846250939de3e4f32ff4d07d6ee415009'/>
<id>b69ff1c846250939de3e4f32ff4d07d6ee415009</id>
<content type='text'>
dns-net2wire.c is nothing but an ugly hack on top of getdns_query.c
making it save answer, validation_chain and trust anchors to three
separate files. Used for testing purposes.

validatechain takes the above mentioned three files as input and
performs DNSSEC validation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dns-net2wire.c is nothing but an ugly hack on top of getdns_query.c
making it save answer, validation_chain and trust anchors to three
separate files. Used for testing purposes.

validatechain takes the above mentioned three files as input and
performs DNSSEC validation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Read root hints from file "root.txt".</title>
<updated>2016-03-29T18:35:49+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-03-29T18:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/commit/?id=8106050f24d1552f9fe9f0f1521eb3068de08ea4'/>
<id>8106050f24d1552f9fe9f0f1521eb3068de08ea4</id>
<content type='text'>
Facilitating querying a local nameserver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Facilitating querying a local nameserver.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a list of dicts; return errcode, not -errcode.</title>
<updated>2016-03-28T10:05:52+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-03-28T10:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/commit/?id=46a9ea323cc28100988db8762303be853bf40e98'/>
<id>46a9ea323cc28100988db8762303be853bf40e98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP</title>
<updated>2016-03-27T17:44:25+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-03-27T17:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/linus/catlfish.git/commit/?id=56d70baa79ae5907b11445364bbea9b31ee4cd20'/>
<id>56d70baa79ae5907b11445364bbea9b31ee4cd20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
