Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Fabric ID Validation in Fabric Table #15920

Commits on Mar 9, 2022

  1. Updated Fabric ID Validation in Fabric Table

      -- 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.
    emargolis committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    afd208e View commit details
    Browse the repository at this point in the history