Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9b73e0

Browse files
shubhamdpbzbarsky-apple
andauthoredNov 23, 2024··
Update src/credentials/attestation_verifier/TestDACRevocationDelegateImpl.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 2dbfc34 commit e9b73e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/credentials/attestation_verifier/TestDACRevocationDelegateImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ CHIP_ERROR TestDACRevocationDelegateImpl::GetSubjectNameBase64Str(const ByteSpan
289289
return GetRDNBase64Str(certDer, outSubjectNameBase64String, false /* isIssuer */);
290290
}
291291

292-
// @param certDer Certificate to check for revocation in DER format
292+
// @param certDer Certificate, in DER format, to check for revocation
293293
bool TestDACRevocationDelegateImpl::IsCertificateRevoked(const ByteSpan & certDer)
294294
{
295295
char issuerNameBuffer[kMaxIssuerBase64Len] = { 0 };

0 commit comments

Comments
 (0)
Please sign in to comment.