-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add simple derivation mechanisms support
Added support of the following key derivation mechanisms (as per section 2.43 of the PKCS#11 3.0 specification): - CKM_CONCATENATE_BASE_AND_KEY - CKM_CONCATENATE_BASE_AND_DATA - CKM_CONCATENATE_DATA_AND_BASE - CKM_XOR_BASE_AND_DATA Unfortunately, these mechanisms are currently not supported by SoftHSM (2.6.1). However CKM_CONCATENATE* mechanisms are available in develop branch of SoftHSM (tested with a SoftHSM build from the develop branch)
- Loading branch information
1 parent
46589ad
commit 4b5cc4a
Showing
4 changed files
with
289 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters