<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/linus/catlfish.git, branch CATLFISH-98</title>
<subtitle>Linus' CT repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/'/>
<entry>
<title>Allow 10MB of POST body.</title>
<updated>2017-03-08T11:53:27+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-03-08T11:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=8579acaece04a06cd05fc628e8737abda3836330'/>
<id>8579acaece04a06cd05fc628e8737abda3836330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return HTTP code 413 when body in POST is too large.</title>
<updated>2017-03-03T13:31:10+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-03-03T13:31:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=6d6d7a1a67fc7e810122e0942f422190c975b45f'/>
<id>6d6d7a1a67fc7e810122e0942f422190c975b45f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'map-storage-signature'</title>
<updated>2017-03-01T08:53:28+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-03-01T08:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=163fdaeaf8fc1bc43923420309ba4a6b3ef51e11'/>
<id>163fdaeaf8fc1bc43923420309ba4a6b3ef51e11</id>
<content type='text'>
Conflicts:
	NEWS.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	NEWS.md
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a NEWS entry.</title>
<updated>2017-03-01T08:50:48+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-03-01T08:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=088ef3596d44b5c4bd5eec03296ca78fd86b7a88'/>
<id>088ef3596d44b5c4bd5eec03296ca78fd86b7a88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an embryo for system documentation.</title>
<updated>2017-02-28T16:07:12+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-02-28T16:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=59f72f3e2d5668d10c93c32de51e0e23e762ff32'/>
<id>59f72f3e2d5668d10c93c32de51e0e23e762ff32</id>
<content type='text'>
Trying ot document the add-chain process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Trying ot document the add-chain process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename a couple functions and variables; add two comments.</title>
<updated>2017-02-28T16:06:08+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-02-28T16:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=bfdce2f5ca404c0c7c5dec43c22fa62b1bd4583f'/>
<id>bfdce2f5ca404c0c7c5dec43c22fa62b1bd4583f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Look for root last in list, not anywhere in list.</title>
<updated>2017-02-27T13:51:10+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-02-27T13:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=eb3f705c39e022bf3d07c27d6e5b8ddfed638992'/>
<id>eb3f705c39e022bf3d07c27d6e5b8ddfed638992</id>
<content type='text'>
Even if verify_chain() should not return a root cert that is not last
in the chain, the code is now less confusing to read.

Also, rename normalise_chain/3 to verify_chain to reflect what it
actually does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even if verify_chain() should not return a root cert that is not last
in the chain, the code is now less confusing to read.

Also, rename normalise_chain/3 to verify_chain to reflect what it
actually does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS.</title>
<updated>2017-02-25T00:20:45+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-02-25T00:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=ed8b3189cf12501e6beabf9e8a8c34969173e7bb'/>
<id>ed8b3189cf12501e6beabf9e8a8c34969173e7bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't store root cert twice when included in submission.</title>
<updated>2017-02-24T23:51:52+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-02-24T23:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=50478caf119584d4152a6e17c6790d10d97599f0'/>
<id>50478caf119584d4152a6e17c6790d10d97599f0</id>
<content type='text'>
Closes CATLFISH-96.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes CATLFISH-96.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do test public interface for normalise_chain/2.</title>
<updated>2017-02-24T23:43:49+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-02-24T23:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=a0332b7116aa1c5abf16e7e3ff7a0630beb806d2'/>
<id>a0332b7116aa1c5abf16e7e3ff7a0630beb806d2</id>
<content type='text'>
Catches CATLFISH-96.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Catches CATLFISH-96.
</pre>
</div>
</content>
</entry>
</feed>
