• 
      

    Normalize cert hostnames for storage.

    Review Request #15016 — Created April 16, 2026 and updated — Latest diff uploaded

    Information

    Review Board
    release-7.1.x

    Reviewers

    Certificates may present hostnames in any casing (uppercase, lowercase,
    mixed case) in both the Subject and SAN fields, so it's important to
    look up and store certificates in a normalized form.

    Now, all stored certificates case fold the hostname, converting to
    lowercase in a Unicode-safe manner. This is done for both storage and
    lookup.

    Unit tests pass.

    Commits

    Files