From b74ddd4dbddcc3850bcecfeecccb5d7d1f274fa1 Mon Sep 17 00:00:00 2001 From: Evgeni Margolis Date: Wed, 4 Jan 2023 14:27:02 -0800 Subject: [PATCH] Updated function description. --- src/crypto/CHIPCryptoPAL.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crypto/CHIPCryptoPAL.h b/src/crypto/CHIPCryptoPAL.h index 9fea67c5d0ce77..00733b7d9e7402 100644 --- a/src/crypto/CHIPCryptoPAL.h +++ b/src/crypto/CHIPCryptoPAL.h @@ -1507,6 +1507,8 @@ CHIP_ERROR ExtractAKIDFromX509Cert(const ByteSpan & certificate, MutableByteSpan * for the resigned version of `referenceCertificate`. * @param candidateCertificatesCount Number of certificates in the `candidateCertificates` list. * @param outCertificate A reference to the certificate or it's resigned version if found. + * Note that it points to either `referenceCertificate` or one of + * `candidateCertificates`, but it doesn't copy data. * * @returns error if there is certificate parsing/format issue or CHIP_NO_ERROR otherwise. **/