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

[release/v0.7] ca: include SubjectKeyId and AuthorityKeyId in certificates #657

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

edgelessci
Copy link
Contributor

Backport of #655 to release/v0.7.

Original description:


We accidentally used the certificate templates instead of the final certificates for signing intermediate and leaf, which caused the *KeyId fields to be missing. These fields are mandatory in TLSv3, and our certs did not pass strict verification accordingly.

This PR also adds additional tests for the recovery scenario, enforces x509_strict on the OpenSSL tests and removes unnecessary CA and template fields.

burgerdev added 2 commits July 1, 2024 14:37
(cherry picked from commit 09fd760)
(cherry picked from commit 1d10e91)
@katexochen katexochen merged commit 207692c into release/v0.7 Jul 2, 2024
8 of 9 checks passed
@katexochen katexochen deleted the backport-655-to-release/v0.7 branch July 2, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Fixing a user facing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants