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

wireaddr: relax is_dnsaddr to allow for underscore in hostname #5789

Merged
merged 2 commits into from
Dec 6, 2022

Commits on Dec 6, 2022

  1. wireaddr: is_dnsaddr allow underscore in hostname

    The hostname part of a DNS FQDN can allow for additional characters
    other than specified in `man 7 hostname`.
    
    This extends is_dnsaddr and the test issue ElementsProject#5657.
    Also fixes a typo in a comment.
    
    Changelog-Fixed: wireaddr: ElementsProject#5657 allow '_' underscore in hostname part of DNS FQDN
    m-schmoock committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    bb3efcd View commit details
    Browse the repository at this point in the history
  2. wireaddr: adds test for punycode

    Changelog-None
    m-schmoock committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8bff0e8 View commit details
    Browse the repository at this point in the history