21
edits
(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 | ||
|- | |- | ||
| | |TLS: first data packet | ||
(ssl_handshake) | (tls_handshake_first_data) | ||
|This trigger is checked during handshake of each | |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 | ||
|- | |- | ||
| | |TLS: TLS Handshake Server Hello | ||
(tls_handshake_server_hello, <s>tls_version</s>) | |||
|This trigger is checked | |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 | ||
|- | |- |
edits