Skip to content

Commit

Permalink
Update src/protocols/secure_channel/CASEServer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
  • Loading branch information
pan-apple and tcarmelveilleux authored May 14, 2021
1 parent baf4e73 commit c1e7fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/secure_channel/CASEServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CHIP_ERROR CASEServer::InitCASEHandshake(Messaging::ExchangeContext * ec)
// TODO - Use PK of the root CA for the initiator to figure out the admin.
mAdminId = ec->GetSecureSession().GetAdminId();

// TODO - Use section [4.368] to find admin ID for CASE SigmaR1 message
// TODO - Use section [4.368] and definition of `Destination Identifier` to find admin ID for CASE SigmaR1 message
// ReturnErrorCodeIf(mAdminId == Transport::kUndefinedAdminId, CHIP_ERROR_INVALID_ARGUMENT);
mAdminId = 0;

Expand Down

0 comments on commit c1e7fd1

Please sign in to comment.