Skip to content

Commit

Permalink
Fix a typo in the docs (#30466)
Browse files Browse the repository at this point in the history
  • Loading branch information
farcaller authored and pull[bot] committed Dec 6, 2023
1 parent 0c4d435 commit 1267583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials/CHIPCert.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static constexpr uint32_t kChip32bitAttrUTF8Length = 8;
static constexpr uint32_t kChip64bitAttrUTF8Length = 16;
static constexpr uint16_t kX509NoWellDefinedExpirationDateYear = 9999;

// As per specifications (6.3.5. Node Operational Credentials Certificates)
// As per specifications (6.4.5. Node Operational Credentials Certificates)
static constexpr uint32_t kMaxCHIPCertLength = 400;
static constexpr uint32_t kMaxDERCertLength = 600;

Expand Down

0 comments on commit 1267583

Please sign in to comment.