summaryrefslogtreecommitdiff
path: root/p11-kit/mock-module-ep7.c
Commit message (Collapse)AuthorAgeFilesLines
* proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specifiedDaiki Ueno2019-05-211-0/+70
While fully implementing C_WaitForSlotEvent() would require a separate thread to monitor events, it is straightforward to implement the function if the CKF_DONT_BLOCK flag is given. Suggested by David Ward.