summaryrefslogtreecommitdiff
path: root/p11-kit/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* proxy: Reuse the existing slot ID mapping after forkDaiki Ueno2018-01-291-0/+7
| | | | | | | While the proxy module reassigns slot IDs in C_Initialize(), some applications assume that valid slot IDs should never change across multiple calls to C_Initialize(). This patch mitigates this by preserving the slot IDs, if they are known to the proxy module.
* test: Fix modules test for WindowsDaiki Ueno2017-02-161-1/+3
| | | | | Synchronize the fixture module to the non-Unix one and enable "/modules/test_filename".
* Fix typos flagged by codespellDaiki Ueno2016-08-221-1/+1
|
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-1523-0/+158
Still use recursive for documentation and translation.