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

Revert URL encoding OCSP GET fix #18938 #19037

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

stevendpclark
Copy link
Contributor

  • The fix within Apply URL encoding/unencoding to OCSP Get requests #18938 was incorrect and has caused a regression in OCSP GET request handling, as now the tests and program are double URL encoding the base64 + character when using Vault are becoming space characters within the handler and failing base64 decoding.

 - This fix was incorrect as now the tests and program are double
   URL encoding the OCSP GET requests, so the base64 + characters
   when using Vault proper are becoming space characters.
@stevendpclark stevendpclark added bug Used to indicate a potential bug secret/pki labels Feb 7, 2023
@stevendpclark stevendpclark added this to the 1.12.3 milestone Feb 7, 2023
@stevendpclark stevendpclark requested a review from a team February 7, 2023 17:52
@mladlow mladlow modified the milestones: 1.12.3, 1.12.4 Feb 7, 2023
@stevendpclark stevendpclark merged commit 05e742b into main Feb 8, 2023
@stevendpclark stevendpclark deleted the stevendpclark/revert-18938 branch February 8, 2023 17:35
stevendpclark added a commit that referenced this pull request Feb 8, 2023
- This fix was incorrect as now the tests and program are double
   URL encoding the OCSP GET requests, so the base64 + characters
   when using Vault proper are becoming space characters.
stevendpclark added a commit that referenced this pull request Feb 8, 2023
- This fix was incorrect as now the tests and program are double
   URL encoding the OCSP GET requests, so the base64 + characters
   when using Vault proper are becoming space characters.

Co-authored-by: Steven Clark <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug secret/pki
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants