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

next/489/20240620/v1 #11331

Merged
merged 6 commits into from
Jun 20, 2024
Merged

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    7f474af 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 20, 2024
    Configuration menu
    Copy the full SHA
    0b37654 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 20, 2024
    Configuration menu
    Copy the full SHA
    c79a382 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    869d549 View commit details
    Browse the repository at this point in the history
  5. detect: add tls.alpn keyword

    Ticket: OISF#7108.
    victorjulien committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3d05961 View commit details
    Browse the repository at this point in the history
  6. detect: remove unused field

    content_inspect_window is used in app-layer-smtp, but
    not directly in detect-file-data
    catenacyber authored and victorjulien committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dc043d0 View commit details
    Browse the repository at this point in the history