-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-1558] - Revocation support in MSP
This change-set adds revocation support for the default MSP. Revocation is implemented by supplying zero or more 'complete CRLs' (as described in rfc 5280) in the RevocationList field of the FabricMSPConfig struct. The CRL can only apply to certificates and not to CAs or intermediate CAs. If a CA or an intermediate CA is to be revoked, it can just be removed from the respective fields in the config. Change-Id: I7a4d290aed264952b329fc981c17f87b94b10899 Signed-off-by: Alessandro Sorniotti <ale.linux@sopit.net>
- Loading branch information
Showing
2 changed files
with
311 additions
and
24 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
Oops, something went wrong.