File tree 1 file changed +0
-5
lines changed
src/app/clusters/operational-credentials-server
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -668,9 +668,6 @@ bool emberAfOperationalCredentialsClusterAddNOCCallback(app::CommandHandler * co
668
668
// Flush acks before really slow work
669
669
commandObj->FlushAcksRightAwayOnSlowCommand ();
670
670
671
- // TODO: Add support for calling AddNOC without a prior AddTrustedRootCertificate if
672
- // the root properly matches an existing one.
673
-
674
671
// We can't possibly have a matching root based on the fact that we don't have
675
672
// a shared root store. Therefore we would later fail path validation due to
676
673
// missing root. Let's early-bail with InvalidNOC.
@@ -1197,8 +1194,6 @@ bool emberAfOperationalCredentialsClusterAddTrustedRootCertificateCallback(
1197
1194
// Flush acks before really slow work
1198
1195
commandObj->FlushAcksRightAwayOnSlowCommand ();
1199
1196
1200
- // TODO(#17208): Handle checking for byte-to-byte match with existing fabrics before allowing the add
1201
-
1202
1197
err = ValidateChipRCAC (rootCertificate);
1203
1198
VerifyOrExit (err == CHIP_NO_ERROR, finalStatus = Status::InvalidCommand);
1204
1199
You can’t perform that action at this time.
0 commit comments