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

Various PKI updates #3953

Merged
merged 7 commits into from
Feb 10, 2018
Merged

Various PKI updates #3953

merged 7 commits into from
Feb 10, 2018

Commits on Feb 9, 2018

  1. Various PKI updates:

    * Update hostname regex in cert util to handle wildcard
    * Convert a DNS name, if needed, to IDN equivalent before adding to DNS
    SANs (wildcard handled separately since it is not a valid part of an
    IDNA conversion)
    * Change SAN DNS value in tests to be host names since Go 1.10 will be
    more strict about this
    jefferai committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    56b48a4 View commit details
    Browse the repository at this point in the history
  2. Vendor deps

    jefferai committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    48d2cd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a19b7f View commit details
    Browse the repository at this point in the history
  4. Remove hostname regex

    jefferai committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    d2452aa View commit details
    Browse the repository at this point in the history
  5. Fix build

    jefferai committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    ffba3a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    873e321 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Re-add hostname regex. IDNA's strict domain name checking appears to

    only take effect when it actually produces new output so it can't be
    relied upon to ensure that only DNS-compatible names get through.
    jefferai committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    c327d24 View commit details
    Browse the repository at this point in the history