From 488f5518e427ae9e133c45ce041594df84720266 Mon Sep 17 00:00:00 2001 From: Vladimir Pouzanov Date: Tue, 14 Nov 2023 16:02:25 +0000 Subject: [PATCH] Fix a typo in the docs (#30466) --- src/credentials/CHIPCert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/credentials/CHIPCert.h b/src/credentials/CHIPCert.h index e2cf99da5263c9..f59c6c36a59a27 100644 --- a/src/credentials/CHIPCert.h +++ b/src/credentials/CHIPCert.h @@ -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;