-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Fabric ID Validation in Fabric Table (#15920)
-- Updated logic that checks optional fabric id attribute in ICAC and RCAC to match fabric id attribute in NOC. -- According to spec there is no need to require fabric id in ICAC if it is present in RCAC. -- NOTE: validity check for NodeId, FabricId and other DN attributes is performed when loading certificates for validation (LoadCert()). So there is no need to check validity again in FabricInfo::VerifyCredentials(). -- Changed return value of ExtractNodeIdFabricIdFromOpCert() and ExtractFabricIdFromCert() to CHIP_ERROR_NOT_FOUND when requested element is not found in the certificate.
- Loading branch information
Showing
4 changed files
with
21 additions
and
14 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