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

Update JSSTrustManager to support trusted peers #1017

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Aug 6, 2024

JSSTrustManager has been updated to mimic NSS cert validation which supports trusted peers. The checkCertChain() has been modified to check whether the cert chain has P,, trust flags, and if that's the case the cert chain is considered trusted so it's not necessary to check the cert issuer anymore.

JSSTrustManager has been updated to mimic NSS cert validation
which supports trusted peers. The checkCertChain() has been
modified to check whether the cert chain has P,, trust flags,
and if that's the case the cert chain is considered trusted
so it's not necessary to check the cert issuer anymore.
@edewata edewata requested a review from fmarco76 August 6, 2024 23:02
Copy link

sonarqubecloud bot commented Aug 6, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Copy link
Member

@fmarco76 fmarco76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edewata
Copy link
Contributor Author

edewata commented Aug 7, 2024

@fmarco76 Thanks!

@edewata edewata merged commit 2e9695e into dogtagpki:master Aug 7, 2024
30 of 35 checks 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.

2 participants