<feed xmlns='http://www.w3.org/2005/Atom'>
<title>p11-kit.git/trust/tests, branch p11p</title>
<subtitle>Clone of https://github.com/p11-glue/p11-kit</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/'/>
<entry>
<title>Move to non-recursive Makefile for building bins and libs</title>
<updated>2014-08-15T08:43:04+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-08-15T06:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=677dee1a04058aefe8c7689f88da52afe3b4b4bb'/>
<id>677dee1a04058aefe8c7689f88da52afe3b4b4bb</id>
<content type='text'>
Still use recursive for documentation and translation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still use recursive for documentation and translation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mostly erroneous scanner warnings in tests</title>
<updated>2014-08-08T16:44:49+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-08-08T15:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=9cd9153a4d4cf78011d2a8f8c7a69aa8f3eda9f3'/>
<id>9cd9153a4d4cf78011d2a8f8c7a69aa8f3eda9f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>trust: Parse TRUSTED CERTIFICATE openssl format even without CertAux</title>
<updated>2014-08-08T07:27:10+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-08-08T07:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=c22e37091278ffb339c692f5c994c3393b12a254'/>
<id>c22e37091278ffb339c692f5c994c3393b12a254</id>
<content type='text'>
openssl sometimes outputs TRUSTED CERTIFICATE PEM files without the
additional CertAux (ie: trust fields) information. It simply leaves
that block out. This happens with a command like:

$ openssl x509 -in my-cert.pem -out output -trustout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
openssl sometimes outputs TRUSTED CERTIFICATE PEM files without the
additional CertAux (ie: trust fields) information. It simply leaves
that block out. This happens with a command like:

$ openssl x509 -in my-cert.pem -out output -trustout
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Move some file and directory code into general test stuff</title>
<updated>2014-07-08T06:57:30+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2013-10-09T19:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=895f0416448c297a3d06160d748cd0e94eadb366'/>
<id>895f0416448c297a3d06160d748cd0e94eadb366</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>trust: Add installcheck target for testing extract</title>
<updated>2014-01-14T10:42:11+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-01-14T10:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=99904e84d9f8f0637f66107807ac4ac9e3339e4a'/>
<id>99904e84d9f8f0637f66107807ac4ac9e3339e4a</id>
<content type='text'>
This is an integration test that the extract and blacklist
functionality basics work.

More integration tests should follow, at which point we should
place the various generic testing bits into their own file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an integration test that the extract and blacklist
functionality basics work.

More integration tests should follow, at which point we should
place the various generic testing bits into their own file.
</pre>
</div>
</content>
</entry>
<entry>
<title>enumerate: Preload and respect blacklist across all tokens</title>
<updated>2014-01-13T17:11:33+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-01-13T17:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=635c22f4518200c7e106cdf507a4c89072f8b6ca'/>
<id>635c22f4518200c7e106cdf507a4c89072f8b6ca</id>
<content type='text'>
This fixes an issue where a blacklist in one token wasn't properly
skipping anchors being extracted with extract-compat

https://bugs.freedesktop.org/show_bug.cgi?id=73558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an issue where a blacklist in one token wasn't properly
skipping anchors being extracted with extract-compat

https://bugs.freedesktop.org/show_bug.cgi?id=73558
</pre>
</div>
</content>
</entry>
<entry>
<title>enumerate: Use p11_enumerate_ready() from tests</title>
<updated>2014-01-13T17:11:33+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-01-13T17:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=8d5bff64a7050e983c688bb5612bf4046fe96393'/>
<id>8d5bff64a7050e983c688bb5612bf4046fe96393</id>
<content type='text'>
This gives a little broader testing of the enumerator

https://bugs.freedesktop.org/show_bug.cgi?id=73558
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gives a little broader testing of the enumerator

https://bugs.freedesktop.org/show_bug.cgi?id=73558
</pre>
</div>
</content>
</entry>
<entry>
<title>trust: Check for race in BasicConstraints stapled extension</title>
<updated>2013-10-14T13:17:22+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2013-09-13T10:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=5ed8c3d3ede6ef30e4b5a40db1438dd6231d5088'/>
<id>5ed8c3d3ede6ef30e4b5a40db1438dd6231d5088</id>
<content type='text'>
Related to the following bug:

https://bugs.freedesktop.org/show_bug.cgi?id=69314
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to the following bug:

https://bugs.freedesktop.org/show_bug.cgi?id=69314
</pre>
</div>
</content>
</entry>
<entry>
<title>trust: Add support for removing trust token objects</title>
<updated>2013-08-29T09:17:21+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2013-08-28T08:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=dee46ac0c6287fbd57ec9b57ddeade27933fea05'/>
<id>dee46ac0c6287fbd57ec9b57ddeade27933fea05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>trust: Refactor enumeration of certificates to extract</title>
<updated>2013-08-29T08:31:38+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2013-08-28T08:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=b693517966b1cbe5b81e39aeefad7b52b6f10492'/>
<id>b693517966b1cbe5b81e39aeefad7b52b6f10492</id>
<content type='text'>
Because we want to use this same logic for listing trust
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because we want to use this same logic for listing trust
</pre>
</div>
</content>
</entry>
</feed>
