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 SSLCertificateApprovalCallback.approve() #1016

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Jul 29, 2024

The SSLCertificateApprovalCallback.approve() has been updated to accept java.security.cert.X509Certificate instead of org.mozilla.jss.crypto.X509Certificate so that it can be used with certs coming from standard Java library.

https://github.com/edewata/jss/blob/callback/docs/changes/v5.6.0/API-Changes.adoc

@edewata edewata requested a review from fmarco76 July 29, 2024 16:20
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 Jul 29, 2024

@fmarco76 Thanks!

The SSLCertificateApprovalCallback.approve() has been updated
to accept java.security.cert.X509Certificate instead of
org.mozilla.jss.crypto.X509Certificate so that it can be used
with certs coming from standard Java library.
Copy link

@edewata edewata merged commit 192e87a into dogtagpki:master Jul 30, 2024
31 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