summaryrefslogtreecommitdiff
path: root/p11-kit/mock-module-ep4.c
Commit message (Collapse)AuthorAgeFilesLines
* proxy: Reuse the existing slot ID mapping after forkDaiki Ueno2018-01-291-0/+69
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.