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

proxy peer verification, use correct type #12931

Closed
wants to merge 3 commits into from

Commits on Feb 13, 2024

  1. proxy peer verification, use correct type

    - refs curl#12831
    - when verifying a proxy certificate for an ip address, use
      the correct ip family. That may be different from the
      "connection" ip family.
    icing committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b488345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e637e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. re-add the check for hostname being the empty string

    - check when making the SNI, as was done before
    - add a DEBUGASSERT, since this should not happen
    icing committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d42f5d4 View commit details
    Browse the repository at this point in the history