Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix all cert lint errors #326

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Fix all cert lint errors #326

merged 1 commit into from
Feb 29, 2024

Conversation

sree-revoori1
Copy link
Contributor

  1. Truncate SerialNumber to 64 bits
  2. Count unused bits in KeyUsage
  3. Add SubjectKeyIdentifier extension
  4. Add AuthorityKeyIdentifier extension
  5. Make cert lint errors/warns fatal in CI
  6. Update caliptra-cfi revision

fixes #74

@sree-revoori1 sree-revoori1 requested a review from jhand2 February 28, 2024 09:47
@sree-revoori1 sree-revoori1 force-pushed the lint branch 5 times, most recently from 332111b to 26846a3 Compare February 28, 2024 21:10
dpe/src/commands/certify_key.rs Show resolved Hide resolved
verification/testing/certifyKey.go Outdated Show resolved Hide resolved
1. Truncate SerialNumber to 64 bits
2. Count unused bits in KeyUsage
3. Add SubjectKeyIdentifier extension
4. Add AuthorityKeyIdentifier extension
5. Make cert lint errors/warns fatal in CI
6. Update caliptra-cfi revision

fixes chipsalliance#74
@jhand2 jhand2 merged commit 86a220a into chipsalliance:main Feb 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check certificates against zlint.
2 participants