-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-7726] Fix PKCS11 implementation
These changes provide support for using the PKCS11 implementation with external HSMs. * The bccsp pkcs11 was modified to support how the client calls the CryptoSuite to provide support for the e2e integration test. * The unit test util was modified to load keys from the CryptoSuite using GetKey calculating the SKI from cert if configured for using pkcs11 keys. Change-Id: I1fdd7a497c28d91022d09a873de80b65182d93f3 Signed-off-by: Jonathan Patchell <[email protected]> Signed-off-by: Gari Singh <[email protected]>
- Loading branch information
1 parent
2ce1ece
commit 283cdd4
Showing
4 changed files
with
215 additions
and
31 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
Oops, something went wrong.