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" CertChainTest.SendRequest. #88

Merged
merged 2 commits into from
Apr 3, 2021
Merged

Conversation

twifkak
Copy link
Collaborator

@twifkak twifkak commented Apr 2, 2021

It turns out it should have been failing all along because it never mocks out
the OCSP response. I updated it to expect failure, while still validating the
OCSP request, and added a TODO to mock the response.

Fixes #87.

It turns out it should have been failing all along because it never mocks out
the OCSP response. I updated it to expect failure, while still validating the
OCSP request, and added a TODO to mock the response.
@twifkak twifkak requested a review from banaag April 2, 2021 23:53
@google-cla google-cla bot added the cla: yes label Apr 2, 2021
@twifkak twifkak merged commit 7f9a3d4 into google:master Apr 3, 2021
@twifkak twifkak deleted the ocsp_test branch April 3, 2021 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OCSP check: Fix and re-enable CertChainTest.SendRequest
2 participants