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

transport: resolve DNSNames when SAN checking #7767

Merged

Commits on Apr 18, 2017

  1. transport: resolve DNSNames when SAN checking

    The current transport client TLS checking will pass an IP address into
    VerifyHostnames if there is DNSNames SAN. However, the go runtime will
    not resolve the DNS names to match the client IP. Intead, resolve the
    names when checking.
    Anthony Romano committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    05582ad View commit details
    Browse the repository at this point in the history