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

Rewrite pattern matching to use explicit length #7604

Merged
merged 4 commits into from
Jun 3, 2024

Commits on May 30, 2024

  1. Rewrite pattern matching to always use explicit lengths instead of ex…

    …pecting NULL terminated strings, thus replicating the behavior of openssl X509_check_host()
    ColtonWilley committed May 30, 2024
    Configuration menu
    Copy the full SHA
    af3828b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Address review comments, fix handling of . in name matching and add m…

    …ore tests for . handling
    ColtonWilley committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f646cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    447f73c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    0c00693 View commit details
    Browse the repository at this point in the history