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 issuer subject_hash ambiguities & bogus results with unknown issuers #240

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

yhabteab
Copy link
Member

@yhabteab yhabteab commented May 13, 2024

fixes #232

ref/IP/54844

@cla-bot cla-bot bot added the cla/signed label May 13, 2024
@yhabteab yhabteab force-pushed the fix-check-command branch from e5f198c to 4afdb84 Compare May 13, 2024 11:08
@yhabteab yhabteab added bug Something isn't working ref/IP labels May 13, 2024
@yhabteab yhabteab requested a review from nilmerg May 13, 2024 11:10
@yhabteab yhabteab force-pushed the fix-check-command branch from 4afdb84 to e37d370 Compare May 14, 2024 14:35
@yhabteab yhabteab changed the title Fix CheckCommand misbehaviour with self-signed certs Fix issuer subject_hash ambiguities & bogus results with unknown issuers Sep 10, 2024
@yhabteab yhabteab force-pushed the fix-check-command branch 2 times, most recently from 55c2c3b to 110fa8e Compare January 22, 2025 14:08
It doesn't make sense to directly join on the `issuer` here at all. The
join was utilized to determine if the certificate with `link.order = 0`
is self-seigned, but this often results in incorrect conclusions, as
most of the issuers are self-signed. Instead, the `self_signed` column
available for each certificate should be used for this purpose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla/signed ref/IP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Report expired status in CLI but not module interface
1 participant