Skip to content

Commit

Permalink
Signature: Minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyraxx committed Oct 16, 2024
1 parent 7355e22 commit 2ee3785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cose/Signature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ export class Signature {
)
return ValidationStatusCode.SigningCredentialInvalid;
} else {
// Non-CA certificates must have the Subject Key Identifier extension
// CA certificates must have the Subject Key Identifier extension
if (!certificate.getExtension(SubjectKeyIdentifierExtension))
return ValidationStatusCode.SigningCredentialInvalid;
}
Expand Down

0 comments on commit 2ee3785

Please sign in to comment.