summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit.h
Commit message (Collapse)AuthorAgeFilesLines
* Add public iterator API to p11-kitStef Walter2013-02-051-0/+2
|
* Add p11_kit_be_loud() function for use in tests and toolsStef Walter2013-02-051-0/+2
| | | | This does the opposite of p11_kit_be_quiet().
* Add enable-in and disable-in options to module configStef Walter2012-04-011-0/+2
| | | | | | | | * 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.
* Store last failure message per thread.Stef Walter2011-06-091-0/+8
| | | | * Add p11_kit_message() function to get last message.
* Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen()Stef Walter2011-06-071-0/+6
| | | | * Print out module info in p11-kit tool.
* Remove unstable API markers.Stef Walter2011-06-071-9/+0
|
* Allow use with CRYPTOKI_GNU style use of PKCS#11Stef Walter2011-05-301-1/+10
|
* Add p11_kit_load_initialize_module() function.Stef Walter2011-05-271-0/+3
| | | | | * This function will load a module from a file path, and then initialize it.
* Rename module arguments from 'funcs' to 'module'Stef Walter2011-05-271-4/+4
|
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-1/+1
| | | | | | | | * Install headers to ${prefix}/include/p11-kit-1/p11-kit/ * This solves problems with other projects that have their own pkcs11.h files. * Change the pkg-config file name to p11-kit-1.pc * Change the source file names.
* Fix up copyright lines.Stef Walter2011-04-011-1/+1
|
* Add C++ header guards, and require API instability acknowledgement.Stef Walter2011-03-311-0/+17
|
* Documentation and API cleanup.Stef Walter2011-03-311-0/+59
* Rename source directory * More consistent with return values from URI functions. * Allow formatting URI to take a uri type.