suricata
SslConfig_ Struct Reference

Public Member Functions

 SC_ATOMIC_DECLARE (int, enable_ja3)
 
 SC_ATOMIC_DECLARE (int, enable_ja4)
 

Data Fields

enum SslConfigEncryptHandling encrypt_mode
 
bool disable_ja3
 
bool disable_ja4
 

Detailed Description

Definition at line 158 of file app-layer-ssl.c.

Member Function Documentation

◆ SC_ATOMIC_DECLARE() [1/2]

SslConfig_::SC_ATOMIC_DECLARE ( int  ,
enable_ja3   
)

dynamic setting for ja3 and ja4: can be enabled on demand if not explicitly disabled.

◆ SC_ATOMIC_DECLARE() [2/2]

SslConfig_::SC_ATOMIC_DECLARE ( int  ,
enable_ja4   
)

Field Documentation

◆ disable_ja3

bool SslConfig_::disable_ja3

ja3 explicitly disabled. Don't enable on demand.

Definition at line 163 of file app-layer-ssl.c.

Referenced by SSLEnableJA3().

◆ disable_ja4

bool SslConfig_::disable_ja4

ja4 explicitly disabled. Don't enable on demand.

Definition at line 165 of file app-layer-ssl.c.

Referenced by SSLEnableJA4().

◆ encrypt_mode

enum SslConfigEncryptHandling SslConfig_::encrypt_mode

Definition at line 3364 of file app-layer-ssl.c.


The documentation for this struct was generated from the following file: