<feed xmlns='http://www.w3.org/2005/Atom'>
<title>p11-kit.git/module, 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>Documentation and API cleanup.</title>
<updated>2011-03-31T10:41:43+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-03-31T10:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=479cbd55ee5739d3cd2566379575451dbecf4c54'/>
<id>479cbd55ee5739d3cd2566379575451dbecf4c54</id>
<content type='text'>
 * Rename source directory
 * More consistent with return values from URI functions.
 * Allow formatting URI to take a uri type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Rename source directory
 * More consistent with return values from URI functions.
 * Allow formatting URI to take a uri type.
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP</title>
<updated>2011-03-31T08:48:48+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-03-31T08:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=6132cd99c39739ef5360e41e92f22d287007577e'/>
<id>6132cd99c39739ef5360e41e92f22d287007577e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for previous commit.</title>
<updated>2011-03-31T08:48:13+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-03-31T08:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=c45d9df39035dee8a3fff610d98ac3b4c245f1dc'/>
<id>c45d9df39035dee8a3fff610d98ac3b4c245f1dc</id>
<content type='text'>
Actually use the alloc_module_unlocked() function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually use the alloc_module_unlocked() function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Custom initialization and finalization arguments cannot be supported.</title>
<updated>2011-03-31T08:24:08+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-03-31T08:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=9985957799fd7142125f1d2dd0fae4366ec83f32'/>
<id>9985957799fd7142125f1d2dd0fae4366ec83f32</id>
<content type='text'>
When multiple consumers are using a PKCS#11 module, initialization
(and finalization) arguments cannot be supported. The first one calling
would win out, and the others would get unexpected behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When multiple consumers are using a PKCS#11 module, initialization
(and finalization) arguments cannot be supported. The first one calling
would win out, and the others would get unexpected behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add uri function for listing which attribute types are present.</title>
<updated>2011-02-21T19:44:42+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-02-21T19:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=25cbc9b3293f2c6df38bd0528b89101e5e547321'/>
<id>25cbc9b3293f2c6df38bd0528b89101e5e547321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug where we try to dlclose() modules we didn't load.</title>
<updated>2011-02-21T19:44:17+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-02-21T19:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=ff7db14f0acae463165377f2d4b999e566298b40'/>
<id>ff7db14f0acae463165377f2d4b999e566298b40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reference implementation of PKCS#11 URIs</title>
<updated>2011-02-19T15:33:36+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-02-19T15:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=1d9ca2ddb4df85b7235ec78e4996cf2d1fd775a2'/>
<id>1d9ca2ddb4df85b7235ec78e4996cf2d1fd775a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add p11_kit_strerror() method and internationalization.</title>
<updated>2011-02-18T09:53:07+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-02-18T09:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=65509aa3a7c35d8bd5a947ca87c14d4de11deb21'/>
<id>65509aa3a7c35d8bd5a947ca87c14d4de11deb21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly read user-config setting.</title>
<updated>2011-02-17T21:24:53+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-02-17T21:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=5cc83571c3e0e212f4d84b05bb15088409d9c752'/>
<id>5cc83571c3e0e212f4d84b05bb15088409d9c752</id>
<content type='text'>
 * Unless the system 'user-config' setting is 'none' we allow
   the user to override or merge all settings, including the
   'user-config' setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Unless the system 'user-config' setting is 'none' we allow
   the user to override or merge all settings, including the
   'user-config' setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a proper pkg-config file.</title>
<updated>2011-02-17T21:24:16+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@collabora.co.uk</email>
</author>
<published>2011-02-17T21:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11-kit.git/commit/?id=80fe1806941d555433f3a1c97ab116dd281041e0'/>
<id>80fe1806941d555433f3a1c97ab116dd281041e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
