Incidents: Difference between revisions

added tls handshake times triggers and renamed ssl to tls https://gitlab.intra.allegro-packets.com/allegro-packets/allegro-core/-/merge_requests/814
(added tls handshake times triggers and renamed ssl to tls https://gitlab.intra.allegro-packets.com/allegro-packets/allegro-core/-/merge_requests/814)
Line 273: Line 273:
|mandatory
|mandatory
|-
|-
|SSL: Handshake<br>
|TLS: first data packet
(ssl_handshake)
(tls_handshake_first_data)
|This trigger is checked during handshake of each SSL connection.
|This trigger is checked when receiving the first data packet of each TLS connection.
|tls_first_data_time_ms
|mandatory
|-
|TLS: Handshake<br>
(tls_handshake,
 
<s>ssl_handshake</s>)
|This trigger is checked during handshake of each TLS connection.
|certificate_expires, tls_alert_level
|certificate_expires, tls_alert_level
|mandatory
|mandatory
|-
|-
|SSL: SSL/TLS version negotiation<br>
|TLS: TLS Handshake Server Hello
(tls_version)
(tls_handshake_server_hello, <s>tls_version</s>)
|This trigger is checked during version negotiation at handshake of each SSL connection.
|This trigger is checked when receiving the Server Hello message of each TLS connection.
|used_tls_version
|used_tls_version, tls_handshake_time_ms
|mandatory
|mandatory
|-
|-