summaryrefslogtreecommitdiff
path: root/doc/p11-kit-sections.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add enable-in and disable-in options to module configStef Walter2012-04-011-0/+1
| | | | | | | | * These can be used to load certain modules in certain programs, or prevent loading in others. * Useful for a key manager like seahorse, so we can load extra modules (think NSS) that other modules shouldn't load.
* Update PKCS#11 URI code for new draft of specStef Walter2011-08-051-0/+2
| | | | | | | | | * pinfile attribute was renamed to pin-source * objecttype attribute was renamed to object-type * secretkey value was renamed to secret-key We continue to support parsing the old attribute names and values but generate URIs with the new ones.
* More fine tuning of the pin APIs.Stef Walter2011-07-061-0/+1
|
* Add documentation for PIN callbacks.Stef Walter2011-07-061-0/+19
|
* Complete documentation for message functionality.Stef Walter2011-06-091-0/+6
|
* Fix up documentationStef Walter2011-06-071-1/+4
|
* Add function p11_kit_uri_space_strlen() for figuring out the lengthStef Walter2011-05-301-0/+1
| | | | of space terminated strings.
* Allow use with CRYPTOKI_GNU style use of PKCS#11Stef Walter2011-05-301-1/+9
|
* Add p11_kit_load_initialize_module() function.Stef Walter2011-05-271-0/+1
| | | | | * This function will load a module from a file path, and then initialize it.
* Fix up documentationStef Walter2011-05-271-2/+7
|
* Documentation and API cleanup.Stef Walter2011-03-311-0/+40
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.