<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/map/catlfish.git/src, branch docgen3</title>
<subtitle>Magnus' CT repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/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/map/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/map/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/map/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>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/map/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/map/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>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/map/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/map/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>
<entry>
<title>Support requirement that storage servers sign stored entries</title>
<updated>2017-02-17T22:31:02+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2017-02-17T22:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/catlfish.git/commit/?id=88a9c02a19a9dabc375a40da8c8ed36c44807b65'/>
<id>88a9c02a19a9dabc375a40da8c8ed36c44807b65</id>
<content type='text'>
Make SCT cache mandatory.
The signature server now requires signatures from the storage nodes,
so if SCT is not present in the cache, always send entries to
storage servers to collect signatures. Also send SCT when committing
entry to storage servers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make SCT cache mandatory.
The signature server now requires signatures from the storage nodes,
so if SCT is not present in the cache, always send entries to
storage servers to collect signatures. Also send SCT when committing
entry to storage servers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support for Erlang/OTP 19</title>
<updated>2017-02-08T14:38:52+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2017-02-08T14:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/catlfish.git/commit/?id=9f3fce20f1f3e07b11163a4d7f6a6596fffa7705'/>
<id>9f3fce20f1f3e07b11163a4d7f6a6596fffa7705</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parallelised merge, distribution phase.</title>
<updated>2017-02-01T10:24:28+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2017-01-24T08:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/map/catlfish.git/commit/?id=b7b8903b6a7c3342933b9984afa72fb6527b5f72'/>
<id>b7b8903b6a7c3342933b9984afa72fb6527b5f72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
