Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Add missing seven.module in Windows fixtures | Daiki Ueno | 2018-03-29 | 1 | -0/+4 |
| | |||||
* | test: Add failing test for CKR_CRYPTOKI_ALREADY_INITIALIZED | Daiki Ueno | 2018-03-29 | 1 | -0/+4 |
| | |||||
* | proxy: Reuse the existing slot ID mapping after fork | Daiki Ueno | 2018-01-29 | 1 | -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 Windows | Daiki Ueno | 2017-02-16 | 1 | -1/+3 |
| | | | | | Synchronize the fixture module to the non-Unix one and enable "/modules/test_filename". | ||||
* | Fix typos flagged by codespell | Daiki Ueno | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 23 | -0/+158 |
Still use recursive for documentation and translation. |