b5b350b4ce
This patch adds a new option to the PKCS#11 backend: `os_locking_ok`. When set to true, the flag CKF_OS_LOCKING_OK is passed to the C_Initialize function for the client library. Change-Id: Iaa2a82718cb75e291a0b81b896bd136c29fa6fa0
7 lines
226 B
YAML
7 lines
226 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a new boolean option to the PKCS#11 backend: `os_locking_ok`. When
|
|
set to True, the flag CKF_OS_LOCKING_OK will be passed to the C_Initialize
|
|
function. The new option defaults to False.
|