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

Conversation

jefferai
Copy link
Member

@jefferai jefferai commented Feb 9, 2018

  • 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

* 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 jefferai added this to the 0.9.4 milestone Feb 9, 2018
chrishoffman
chrishoffman previously approved these changes Feb 9, 2018
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants