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

Apply URL encoding/unencoding to OCSP Get requests #18938

Merged

Commits on Feb 1, 2023

  1. Apply URL encoding/unencoding to OCSP Get requests

     - Missed this during development and sadly the unit tests were written
       at a level that did not expose this issue originally, there are
       certain combinations of issuer cert + serial that lead to base64
       data containing a '/' which will lead to the OCSP handler not getting
       the full parameter.
     - Do as the spec says, this should be treated as url-encoded data.
    stevendpclark committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a15dfdc View commit details
    Browse the repository at this point in the history
  2. Add cl

    stevendpclark committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8c3d6db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d4fa56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    602eea3 View commit details
    Browse the repository at this point in the history
  5. make fmt

    stevendpclark committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    08b0ff3 View commit details
    Browse the repository at this point in the history