]> granicus.if.org Git - p11-kit/log
p11-kit
13 years agoGive reference chapter an explicit id.
Stef Walter [Thu, 31 Mar 2011 12:58:41 +0000 (14:58 +0200)]
Give reference chapter an explicit id.

13 years agoAdd make target for uploading docs.
Stef Walter [Thu, 31 Mar 2011 12:58:30 +0000 (14:58 +0200)]
Add make target for uploading docs.

13 years agoMix in other documentation.
Stef Walter [Thu, 31 Mar 2011 12:50:25 +0000 (14:50 +0200)]
Mix in other documentation.

13 years agoFix up styling and tweaks.
Stef Walter [Thu, 31 Mar 2011 12:34:06 +0000 (14:34 +0200)]
Fix up styling and tweaks.

13 years agoFix up styling of documentation.
Stef Walter [Thu, 31 Mar 2011 12:27:56 +0000 (14:27 +0200)]
Fix up styling of documentation.

13 years agoDocumentation and API cleanup.
Stef Walter [Thu, 31 Mar 2011 10:41:43 +0000 (12:41 +0200)]
Documentation and API cleanup.

 * Rename source directory
 * More consistent with return values from URI functions.
 * Allow formatting URI to take a uri type.

13 years agoWIP
Stef Walter [Thu, 31 Mar 2011 08:18:05 +0000 (10:18 +0200)]
WIP

13 years agoFix for previous commit.
Stef Walter [Thu, 31 Mar 2011 08:48:13 +0000 (10:48 +0200)]
Fix for previous commit.

Actually use the alloc_module_unlocked() function.

13 years agoCustom initialization and finalization arguments cannot be supported.
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.

13 years agoAdd info and copyright.
Stef Walter [Thu, 3 Mar 2011 14:54:23 +0000 (15:54 +0100)]
Add info and copyright.

13 years agoThe start of some documentation.
Stef Walter [Thu, 3 Mar 2011 14:50:56 +0000 (15:50 +0100)]
The start of some documentation.

13 years agoAdd uri function for listing which attribute types are present.
Stef Walter [Mon, 21 Feb 2011 19:44:42 +0000 (20:44 +0100)]
Add uri function for listing which attribute types are present.

13 years agoFix bug where we try to dlclose() modules we didn't load.
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.

13 years agoReference implementation of PKCS#11 URIs
Stef Walter [Sat, 19 Feb 2011 15:33:36 +0000 (16:33 +0100)]
Reference implementation of PKCS#11 URIs

13 years agoAdd p11_kit_strerror() method and internationalization.
Stef Walter [Fri, 18 Feb 2011 09:53:07 +0000 (10:53 +0100)]
Add p11_kit_strerror() method and internationalization.

13 years agoProperly read user-config setting.
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.

13 years agoAdd a proper pkg-config file.
Stef Walter [Thu, 17 Feb 2011 21:24:16 +0000 (22:24 +0100)]
Add a proper pkg-config file.

13 years agoOnly allow colon between name and value.
Stef Walter [Thu, 17 Feb 2011 19:01:21 +0000 (20:01 +0100)]
Only allow colon between name and value.

14 years agoConfiguration tests.
Stef Walter [Sun, 30 Jan 2011 14:26:23 +0000 (08:26 -0600)]
Configuration tests.

14 years agoAdd testing and start testing hash table functionality.
Stef Walter [Wed, 26 Jan 2011 18:46:14 +0000 (12:46 -0600)]
Add testing and start testing hash table functionality.

14 years agoReinitialize modules after fork().
Stef Walter [Tue, 25 Jan 2011 03:41:55 +0000 (21:41 -0600)]
Reinitialize modules after fork().

14 years agoInitial implementation with new config system.
Stef Walter [Tue, 25 Jan 2011 03:25:02 +0000 (21:25 -0600)]
Initial implementation with new config system.

14 years agoRename to p11-kit.
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.

14 years agoRework public library API so that we can initialize arbitrary
Stef Walter [Sat, 22 Jan 2011 22:34:29 +0000 (16:34 -0600)]
Rework public library API so that we can initialize arbitrary
modules.

14 years agoRough idea of possible library functions.
Stef Walter [Sat, 22 Jan 2011 20:45:57 +0000 (14:45 -0600)]
Rough idea of possible library functions.

14 years agoInitial implementation of p11-unity
Stef Walter [Thu, 20 Jan 2011 19:36:33 +0000 (13:36 -0600)]
Initial implementation of p11-unity