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

Escape TLS certificate DNs that are invalid UTF-8 (backport #1486) #1491

Merged
merged 2 commits into from
Apr 15, 2021

Commits on Apr 14, 2021

  1. Escape TLS certificate DNs that are invalid UTF-8

    The subject and issuer DNs are checked whether they are valid UTF-8
    before storing them in the database. If they are not, all non-ASCII
    characters are escaped.
    
    (cherry picked from commit a9f98e0)
    timopollmeier authored and mergify-bot committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    2034cd2 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry for certificate DN escaping

    (cherry picked from commit 4932488)
    timopollmeier authored and mergify-bot committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    50aa2f7 View commit details
    Browse the repository at this point in the history