<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/linus/catlfish.git/tools/dnssec, branch dnssec2</title>
<subtitle>Linus' CT repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/'/>
<entry>
<title>Add unit test for validation, from dnssecport:handle_call().</title>
<updated>2016-04-07T14:06:12+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.sunet.se/user/linus/catlfish.git/commit/?id=03874b8eca8f065f6a1b133f06f19c0ff1d1494e'/>
<id>03874b8eca8f065f6a1b133f06f19c0ff1d1494e</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-07T14:06:12+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.sunet.se/user/linus/catlfish.git/commit/?id=178a9e43022ce0b02be6c04e6b86ba176d3853d1'/>
<id>178a9e43022ce0b02be6c04e6b86ba176d3853d1</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-07T14:06:12+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.sunet.se/user/linus/catlfish.git/commit/?id=57690b920ded6590c6109752ca05faf47f2e2795'/>
<id>57690b920ded6590c6109752ca05faf47f2e2795</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-04-07T14:06:12+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.sunet.se/user/linus/catlfish.git/commit/?id=0521e9f87d0badb2a15fd29e92c85f1457eb58cb'/>
<id>0521e9f87d0badb2a15fd29e92c85f1457eb58cb</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-04-07T14:06:12+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.sunet.se/user/linus/catlfish.git/commit/?id=781201c780419377005f358b20017ba9d6edc288'/>
<id>781201c780419377005f358b20017ba9d6edc288</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-04-07T14:06:12+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.sunet.se/user/linus/catlfish.git/commit/?id=5cf67186d026fa5bf44ee296efe81052c4b9e487'/>
<id>5cf67186d026fa5bf44ee296efe81052c4b9e487</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-04-07T14:06:12+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.sunet.se/user/linus/catlfish.git/commit/?id=5e75d7c8ff225083701fe79cf593c757fd2e7569'/>
<id>5e75d7c8ff225083701fe79cf593c757fd2e7569</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-04-07T14:06:12+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.sunet.se/user/linus/catlfish.git/commit/?id=0573cda1b335a9dfbcc33d5b61964dcaae2ed165'/>
<id>0573cda1b335a9dfbcc33d5b61964dcaae2ed165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
