Skip to content

Commit

Permalink
Updated function description.
Browse files Browse the repository at this point in the history
  • Loading branch information
emargolis committed Jan 4, 2023
1 parent 5143e8d commit b74ddd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/crypto/CHIPCryptoPAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
**/
Expand Down

0 comments on commit b74ddd4

Please sign in to comment.