summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit-devel.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update documentation to point towards GitHubStef Walter2016-11-291-1/+1
| | | | | The p11-kit code has moved to GitHub. The documentation needs an update.
* Support expanding $XDG_CONFIG_HOME in user config pathsStef Walter2013-07-181-0/+10
| | | | | | | | | | If ~/.config is specified as a prefix to a configured path, then it is expanded to the $XDG_CONFIG_HOME if that exists Add --with-user-config ./configure option to configure a different user config directory. Interpolate the right directories into documentation.
* Various documentation tweaks and fixes for warningsStef Walter2013-07-101-1/+1
|
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-101-0/+11
| | | | | | Since we don't want to link freebl3 to libp11-kit.so where it isn't needed, move the SHA-1 and MD5 digest functionality to the trust/ directory.
* Use libffi to implement mixins for managed codeStef Walter2013-05-161-0/+3
| | | | | | * This allows us to call into subclassed PKCS#11 modules as if they were plain old PKCS#11 modules * libffi is an optional dependency
* manual: Use a consistent docbook versionStef Walter2013-04-041-2/+3
|
* Add a bit of infrastructure for running valgrindStef Walter2013-03-201-0/+4
| | | | | * make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking
* Fix distcheck and documentationStef Walter2013-03-151-10/+5
|
* doc: Move manual into doc/manual subdirectoryStef Walter2013-03-121-0/+299