-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to revoke client side command
Revocation logic improved to check that revoker has the necessary affiliation to revoke a user. Check added to make sure that either the enrollment ID is provided or both serial and AKI are provided, all three can't be provided at the same time. Storing both serial and AKI in database in hex format. This improves user experience as openssl returns both serial and AKI in hex format. User's can now directly take the values and pass into the revoke command without having to do any manipulation. Test cases added to test various use cases for revocation https://jira.hyperledger.org/browse/FAB-2517 Change-Id: Ice68cfcc7b134046a18d2124ec3c3b0b1ae8be68 Signed-off-by: Saad Karim <[email protected]> Signed-off-by: Keith Smith <[email protected]>
- Loading branch information
Saad Karim
committed
Mar 8, 2017
1 parent
cd8802b
commit 403080d
Showing
12 changed files
with
294 additions
and
57 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
Oops, something went wrong.