-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node-SDK FAB-2637 assign PKCS11 libpath based on search
1.Change PKCS11 libpath assignment algorithm to search among common paths for the softHSM2 installation. 2.Change hard coded user pin to be consistent with existing successful CI pkcs11 tests. 3.Add tracing to fabric-sdk-node/fabric-client/lib/impl/bccsp_pkcs11.js 4.Change fabric-sdk-node/build/tasks/test.js to include pkcs11.js in test-headless task. This will cause CI to execute pkcs11.js. The tracing will help us debug problems. It can be removed later. Change-Id: I0fa094142a1aadb3315ff23f45ba70b3de2f36d5 Signed-off-by: jjjjibm <[email protected]> Signed-off-by: Jim Zhang <[email protected]>
- Loading branch information
1 parent
c3b5cb9
commit 3ff53c4
Showing
8 changed files
with
193 additions
and
76 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
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.