-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add REST endpoints for OCSP responses #62
Add REST endpoints for OCSP responses #62
Conversation
Hi @CBonnell , |
Thanks for this contribution, @mans-andersson! I was at a conference last week and am catching up on a few things, but I plan to review/approve your PR sometime later this week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delayed review; I was at a conference last week and returned to a few urgent todo items I had to clear before reviewing.
Overall, the PR is very clean and concise. I made a few small suggestions. Let me know your thoughts on whether you want to modify the OCSP response validator initialization logic or if you prefer that I do that.
Can you pull the latest from |
4b41926
to
2806d06
Compare
Add two endpoints, one GET to retrieve the set of validations performed on OCSP responses. And one PUT endpoint to perform validations on OCSP responses.
12a7c85
to
4dc8172
Compare
4dc8172
to
25ff34c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, @mans-andersson! LGTM.
Endpoints should be added to allow OCSP response validation through the REST API.