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

Apply the EKU checks #661

Closed
wants to merge 1 commit into from
Closed

Conversation

dennis-tseng99
Copy link
Contributor

Implement the CodeSign EKU check to fulfill the requirements of NIAP OS_PP. Also modify the ModSign EKU check to use VerifyEKUsInPkcs7Signature() to check the signer certificate instead of the certificate directly from the key database.

The EKU check can be enabled by setting ENABLE_EKU_CODESIGN=1 when make. This commit supersedes PR-232 which was closed on Jul 1, 2021.

Signed-off-by: Gary Lin glin@suse.com and
Dennis Tseng dennis.tseng@suse.com

Implement the CodeSign EKU check to fulfill the requirements of NIAP OS_PP.
Also modify the ModSign EKU check to use VerifyEKUsInPkcs7Signature() to
check the signer certificate instead of the certificate directly
from the key database.

The EKU check can be enabled by setting ENABLE_EKU_CODESIGN=1 when make.
This commit supercedes PR-232 which was closed on Jul 1, 2021.

Signed-off-by: Gary Lin <glin@suse.com> and
Dennis Tseng <dennis.tseng@suse.com>
@dennis-tseng99
Copy link
Contributor Author

To not change the original author's commit, this PR will be closed and replaced by PR#664 (Apply EKU check with compile option).

@dennis-tseng99 dennis-tseng99 deleted the codesign branch June 6, 2024 03:30
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.

1 participant