<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/linus/catlfish.git/src, branch map-external-merge2</title>
<subtitle>Linus' CT repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/'/>
<entry>
<title>Whitespace.</title>
<updated>2014-10-24T11:23:59+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-24T11:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=86419f500e74386a4613d4cee0aab66e129d7ed5'/>
<id>86419f500e74386a4613d4cee0aab66e129d7ed5</id>
<content type='text'>
No long lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No long lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'cacertfile' configuration.</title>
<updated>2014-10-24T11:22:49+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-24T11:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=eedde90ea02f32a6fa3f32b3cafeb0b2614cbd11'/>
<id>eedde90ea02f32a6fa3f32b3cafeb0b2614cbd11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch badly ASN.1-encoded certificates.</title>
<updated>2014-10-24T09:40:41+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-24T09:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=ec817aad427b01ae60ff2d25df34a7babf1865fa'/>
<id>ec817aad427b01ae60ff2d25df34a7babf1865fa</id>
<content type='text'>
Now not crashing badly encoded certs in the list of known roots, which
is good. They're simply ignored. Next step is to figure out if we
should accept some anomalies, due to reality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now not crashing badly encoded certs in the list of known roots, which
is good. They're simply ignored. Next step is to figure out if we
should accept some anomalies, due to reality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use mochiweb for v1 API</title>
<updated>2014-10-24T09:10:05+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2014-10-24T02:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=00156d1b7740c4177fc29bd10d75ea4e0e59cc6e'/>
<id>00156d1b7740c4177fc29bd10d75ea4e0e59cc6e</id>
<content type='text'>
Conflicts:
	catlfish.config
	src/v1.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	catlfish.config
	src/v1.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'validate-certchain' into staging1</title>
<updated>2014-10-24T09:07:19+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-24T09:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=53d252b808a62b2470a28c24a94266c67cae1ecc'/>
<id>53d252b808a62b2470a28c24a94266c67cae1ecc</id>
<content type='text'>
Conflicts:
	src/catlfish.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	src/catlfish.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>Break include dependency on plop.hrl</title>
<updated>2014-10-24T09:03:30+00:00</updated>
<author>
<name>Magnus Ahltorp</name>
<email>map@kth.se</email>
</author>
<published>2014-10-21T15:16:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=c2415b2f3e337c072c4d5534d3f2b282d88d7230'/>
<id>c2415b2f3e337c072c4d5534d3f2b282d88d7230</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Log (info) when adding and rejecting a certificate chain.</title>
<updated>2014-10-23T12:42:42+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-23T12:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=f0b40ee24cb2e95f3ce1a7d06473459f3de2b7d5'/>
<id>f0b40ee24cb2e95f3ce1a7d06473459f3de2b7d5</id>
<content type='text'>
Writing to stdout for now, until we've decided on logging framework.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Writing to stdout for now, until we've decided on logging framework.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split CertChain properly.</title>
<updated>2014-10-23T12:19:35+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-23T09:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=a77e6b4a9b30588f48fc5cf81bdf4982ef85ce7a'/>
<id>a77e6b4a9b30588f48fc5cf81bdf4982ef85ce7a</id>
<content type='text'>
This way, Chain is always a list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way, Chain is always a list.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use der_encoded().</title>
<updated>2014-10-23T12:19:25+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-22T14:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=958fecc4ff012960fd98419ab99da0d131f0d0f7'/>
<id>958fecc4ff012960fd98419ab99da0d131f0d0f7</id>
<content type='text'>
The type definition seem to have disappeared from public_key.hrl in
R17 and I don't know how to conditionally define a type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The type definition seem to have disappeared from public_key.hrl in
R17 and I don't know how to conditionally define a type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement cert chain validation.</title>
<updated>2014-10-22T14:20:21+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@nordberg.se</email>
</author>
<published>2014-10-15T14:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/user/linus/catlfish.git/commit/?id=0aeb7d1de8e50dd0fa92e763ce4c8dd3c172dac8'/>
<id>0aeb7d1de8e50dd0fa92e763ce4c8dd3c172dac8</id>
<content type='text'>
NOTE: Presence of and constraints on names are not being validated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE: Presence of and constraints on names are not being validated.
</pre>
</div>
</content>
</entry>
</feed>
