<feed xmlns='http://www.w3.org/2005/Atom'>
<title>p11-kit.git/p11-kit/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>p11-kit: Cleanup and add documentation for 'remote' option</title>
<updated>2014-07-08T06:59:18+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-06-24T11:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=17ea60eaf9d1b4eab9546d6dfc7e7afe83779f91'/>
<id>17ea60eaf9d1b4eab9546d6dfc7e7afe83779f91</id>
<content type='text'>
https://bugs.freedesktop.org/show_bug.cgi?id=54105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.freedesktop.org/show_bug.cgi?id=54105
</pre>
</div>
</content>
</entry>
<entry>
<title>p11-kit: Add 'p11-kit remote' command for isolating modules</title>
<updated>2014-07-08T06:57:31+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-06-24T11:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=d4289fbe420e19882d94827bd82a667a0132fccf'/>
<id>d4289fbe420e19882d94827bd82a667a0132fccf</id>
<content type='text'>
This adds a new tool to the p11-kit command called 'remote'. This
is the server side of remoting a PKCS#11 module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new tool to the p11-kit command called 'remote'. This
is the server side of remoting a PKCS#11 module.
</pre>
</div>
</content>
</entry>
<entry>
<title>rpc: Implement execution of another tool to transport PKCS#11 RPC</title>
<updated>2014-07-08T06:57:31+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2013-02-20T11:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=7ec80ff13adb167705a999b7d082c76219adc909'/>
<id>7ec80ff13adb167705a999b7d082c76219adc909</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mock: Minor testing tweaks to mock testing</title>
<updated>2014-07-08T06:57:31+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2013-10-09T21:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=5ecfe2c8aa58a170aac2d9a9c22d7ffb3cc9442a'/>
<id>5ecfe2c8aa58a170aac2d9a9c22d7ffb3cc9442a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rpc: Implement PKCS#11 messages/client/server code</title>
<updated>2014-07-08T06:57:30+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-08-23T13:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=c785ab66890ad7b73c556d6afdf2bb8a32dd50e2'/>
<id>c785ab66890ad7b73c556d6afdf2bb8a32dd50e2</id>
<content type='text'>
 * This enables passing around bytes which represent PKCS#11 RPC calls.
 * Caller is responsible for connecting/disconnecting and so on.
 * Client side caller gets a mixin from p11_rpc_client_init() to call
   into, which generates callbacks with byte arrays to be transported.
 * Server side calls p11_rpc_server_handle() with a CK_FUNCTION_LIST_PTR
   on which relevant methods get called.
 * Doesn't yet implement the actual daemon or clients etc...

https://bugs.freedesktop.org/show_bug.cgi?id=54105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * This enables passing around bytes which represent PKCS#11 RPC calls.
 * Caller is responsible for connecting/disconnecting and so on.
 * Client side caller gets a mixin from p11_rpc_client_init() to call
   into, which generates callbacks with byte arrays to be transported.
 * Server side calls p11_rpc_server_handle() with a CK_FUNCTION_LIST_PTR
   on which relevant methods get called.
 * Doesn't yet implement the actual daemon or clients etc...

https://bugs.freedesktop.org/show_bug.cgi?id=54105
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test for non-null values in empty ID and label URI parts</title>
<updated>2014-07-04T13:51:59+00:00</updated>
<author>
<name>Nikos Mavrogiannopoulos</name>
<email>nmav@redhat.com</email>
</author>
<published>2014-07-04T13:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=840ec0f54daeb7c3bc37e22b6ec09ea7cfede868'/>
<id>840ec0f54daeb7c3bc37e22b6ec09ea7cfede868</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>p11-kit: Handle managed modules correctly when forking</title>
<updated>2014-07-04T12:23:15+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-07-03T08:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=25e8999fd11d0b2c156f3bdd8597142dedd042cb'/>
<id>25e8999fd11d0b2c156f3bdd8597142dedd042cb</id>
<content type='text'>
Correctly allow reinitialization when a process forks.

We don't yet implement checks on all entry points of a managed
module, but this allows callers to call C_Initialize again
after forking, as outlined by the PKCS#11 v2 spec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correctly allow reinitialization when a process forks.

We don't yet implement checks on all entry points of a managed
module, but this allows callers to call C_Initialize again
after forking, as outlined by the PKCS#11 v2 spec.
</pre>
</div>
</content>
</entry>
<entry>
<title>test-iter: Fix use of uninitialized variable</title>
<updated>2014-01-14T14:37:35+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stef@thewalter.net</email>
</author>
<published>2014-01-14T14:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=426db01ae6c793d59b055e2ff7b14eeb14a48e68'/>
<id>426db01ae6c793d59b055e2ff7b14eeb14a48e68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
