]>
granicus.if.org Git - p11-kit/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stef Walter [Thu, 31 Mar 2011 08:18:05 +0000 (10:18 +0200)]
WIP
Stef Walter [Thu, 31 Mar 2011 08:48:13 +0000 (10:48 +0200)]
Fix for previous commit.
Actually use the alloc_module_unlocked() function.
Stef Walter [Thu, 31 Mar 2011 08:24:08 +0000 (10:24 +0200)]
Custom initialization and finalization arguments cannot be supported.
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.
Stef Walter [Thu, 3 Mar 2011 14:54:23 +0000 (15:54 +0100)]
Add info and copyright.
Stef Walter [Thu, 3 Mar 2011 14:50:56 +0000 (15:50 +0100)]
The start of some documentation.
Stef Walter [Mon, 21 Feb 2011 19:44:42 +0000 (20:44 +0100)]
Add uri function for listing which attribute types are present.
Stef Walter [Mon, 21 Feb 2011 19:44:17 +0000 (20:44 +0100)]
Fix bug where we try to dlclose() modules we didn't load.
Stef Walter [Sat, 19 Feb 2011 15:33:36 +0000 (16:33 +0100)]
Reference implementation of PKCS#11 URIs
Stef Walter [Fri, 18 Feb 2011 09:53:07 +0000 (10:53 +0100)]
Add p11_kit_strerror() method and internationalization.
Stef Walter [Thu, 17 Feb 2011 21:24:53 +0000 (22:24 +0100)]
Properly read user-config setting.
* Unless the system 'user-config' setting is 'none' we allow
the user to override or merge all settings, including the
'user-config' setting.
Stef Walter [Thu, 17 Feb 2011 21:24:16 +0000 (22:24 +0100)]
Add a proper pkg-config file.
Stef Walter [Thu, 17 Feb 2011 19:01:21 +0000 (20:01 +0100)]
Only allow colon between name and value.
Stef Walter [Sun, 30 Jan 2011 14:26:23 +0000 (08:26 -0600)]
Configuration tests.
Stef Walter [Wed, 26 Jan 2011 18:46:14 +0000 (12:46 -0600)]
Add testing and start testing hash table functionality.
Stef Walter [Tue, 25 Jan 2011 03:41:55 +0000 (21:41 -0600)]
Reinitialize modules after fork().
Stef Walter [Tue, 25 Jan 2011 03:25:02 +0000 (21:25 -0600)]
Initial implementation with new config system.
Stef Walter [Mon, 24 Jan 2011 20:53:16 +0000 (14:53 -0600)]
Rename to p11-kit.
A less pretentios, better description of what's going on.
Stef Walter [Sat, 22 Jan 2011 22:34:29 +0000 (16:34 -0600)]
Rework public library API so that we can initialize arbitrary
modules.
Stef Walter [Sat, 22 Jan 2011 20:45:57 +0000 (14:45 -0600)]
Rough idea of possible library functions.
Stef Walter [Thu, 20 Jan 2011 19:36:33 +0000 (13:36 -0600)]
Initial implementation of p11-unity