-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fabric-CA bccsp integration for VerifyToken
Implements FAB 2014 https://jira.hyperledger.org/browse/FAB-2014 The implementation removed support of RSA for the time being.Will provide support of RSA later. Client BCCSP integration is more of workaround as client BCCSP is not being instantiated the way it should have been. The reason being : 1) The focus of change set is primarily server side support and 2)This implementation is not aimed to support for Go Client Fixed lint issue Rebased Resolved merge conflict Commented out RSA code Add some more test cases to improve test coverage Change-Id: Ia7f198fe3a4dfbbb60f355e8b063f885e5edc845 Signed-off-by: ASHUTOSH KUMAR <[email protected]> Signed-off-by: Keith Smith <[email protected]>
- Loading branch information
Showing
7 changed files
with
277 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-----BEGIN BCCSP SKI----- | ||
sLJGcSFzmXHJlmULJ9Ne8//jZlTKnS8dsZvbQu4i27c= | ||
-----END BCCSP SKI----- |
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.