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

Alpn/v4 #11325

Closed
wants to merge 5 commits into from
Closed

Alpn/v4 #11325

wants to merge 5 commits into from

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    bf3a437 View commit details
    Browse the repository at this point in the history
  2. tls: store all ALPN records in the state

    For later logging and detection.
    victorjulien committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    985c4a5 View commit details
    Browse the repository at this point in the history
  3. eve/tls: log ALPN for client and server

    Part of the extended logging.
    
    Logs `client_alpns` and `server_alpns` arrays in the tls object.
    
    Ticket: OISF#7055.
    victorjulien committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d5aaca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    481d59c View commit details
    Browse the repository at this point in the history
  5. detect: add tls.alpn keyword

    Ticket: OISF#7108.
    victorjulien committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fde64ce View commit details
    Browse the repository at this point in the history