barbican/releasenotes/notes/add-os-locking-ok-option-d0cfc5883355632a.yaml
Douglas Mendizábal b5b350b4ce Use system locks in pkcs11 library
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
2021-02-22 14:17:26 -06:00

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.