<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/map/catlfish.git, branch config-api-key</title>
<subtitle>Magnus' CT repository</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/'/>
<entry>
<title>Remove old @-style preprocessing code.</title>
<updated>2017-01-23T14:40:42+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2017-01-23T14:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=a490e6616882ea698a23f1f780ff442479dda0ba'/>
<id>a490e6616882ea698a23f1f780ff442479dda0ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API keys are now provided in the config file.</title>
<updated>2017-01-19T23:32:45+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2017-01-19T23:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=d94247cb9f7746f75b176cbed0a32e9e902e7e7d'/>
<id>d94247cb9f7746f75b176cbed0a32e9e902e7e7d</id>
<content type='text'>
Also added CA cert verification for internal TLS connections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added CA cert verification for internal TLS connections.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.9.0.</title>
<updated>2016-12-05T01:50:47+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-12-05T01:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=1fecbcbcc5b7ae8453e68f3df6f25a140aa6df72'/>
<id>1fecbcbcc5b7ae8453e68f3df6f25a140aa6df72</id>
<content type='text'>
Use plop-0.9.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use plop-0.9.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add changes to 0.9.0.</title>
<updated>2016-12-05T01:48:39+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-12-05T01:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=3da6fcdd4e253b37ad140e6733a7596169c5a6dc'/>
<id>3da6fcdd4e253b37ad140e6733a7596169c5a6dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use newer version of lager.</title>
<updated>2016-12-05T00:57:58+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-12-05T00:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=6812e7420c1f1f966d5ae0f765d35436e56e33f3'/>
<id>6812e7420c1f1f966d5ae0f765d35436e56e33f3</id>
<content type='text'>
Addresses CATLFISH-70.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses CATLFISH-70.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove offending use of datetime.now().</title>
<updated>2016-12-05T00:43:59+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-12-05T00:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=014fca44b8f424165719e800c1cf6ef934276091'/>
<id>014fca44b8f424165719e800c1cf6ef934276091</id>
<content type='text'>
I don't really understand why this happens but I wonder if it might be
because we 'from datetime import datetime' twice through the wildcard
inclusion of certtools.

Should stop do wildcard include and instead do

from certtools import create_ssl_context, get_sth, get_proof_by_hash, verify_inclusion_proof, write_file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't really understand why this happens but I wonder if it might be
because we 'from datetime import datetime' twice through the wildcard
inclusion of certtools.

Should stop do wildcard include and instead do

from certtools import create_ssl_context, get_sth, get_proof_by_hash, verify_inclusion_proof, write_file
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md with high level features description.</title>
<updated>2016-12-05T00:22:27+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-12-05T00:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=8127a1f74768ef58583628128d45ef45313a862d'/>
<id>8127a1f74768ef58583628128d45ef45313a862d</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.md with a few things that have changed.</title>
<updated>2016-12-03T16:47:56+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-12-03T16:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=e9a40cb93e086e649bd1293b4a2be70f3a45451c'/>
<id>e9a40cb93e086e649bd1293b4a2be70f3a45451c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do import datetime even more.</title>
<updated>2016-11-25T13:51:46+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-11-25T13:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=797850d9b28084069085fb0629e763dffedc3d8a'/>
<id>797850d9b28084069085fb0629e763dffedc3d8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do import datetime.</title>
<updated>2016-11-25T13:37:03+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordu.net</email>
</author>
<published>2016-11-25T13:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/user/map/catlfish.git/commit/?id=d8ce0c149f10d841dc19cbc32c8fc844aa4d65fb'/>
<id>d8ce0c149f10d841dc19cbc32c8fc844aa4d65fb</id>
<content type='text'>
How did this ever work?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
How did this ever work?
</pre>
</div>
</content>
</entry>
</feed>
