aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/tls.c
Commit message (Expand)AuthorAge
* Changed NDPI_MALICIOUS_JA3 to NDPI_MALICIOUS_FINGERPRINTLuca Deri2024-08-25
* Introduced ndpi_master_app_protocol typedefLuca Deri2024-08-24
* fuzz: improve fuzzing coverage (#2474)Ivan Nardi2024-06-17
* TLS: add support for DTLS (over STUN) over TCP (#2463)Ivan Nardi2024-06-05
* DTLS: fix JA4 fingerprint (#2446)Ivan Nardi2024-05-21
* DTLS: add support for DTLS 1.3 (#2445)Ivan Nardi2024-05-21
* TLS: avoid setting `NDPI_TLS_SELFSIGNED_CERTIFICATE` for webrtc traffic (#2417)Ivan Nardi2024-05-06
* TLS: fix Ja4 fingerprint computation (#2419)Ivan Nardi2024-05-05
* Fixes JA4 computation adding a better GREASE detect funzionLuca Deri2024-05-02
* DTLS: add support for Alert message type (similar to TLS) (#2406)Ivan Nardi2024-04-25
* Domain Classification Improvements (#2396)Luca Deri2024-04-18
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* LRU cache: move to 64 bits long keys (#2346)Ivan Nardi2024-03-15
* Fix memory leak (#2340)Ivan Nardi2024-03-07
* TLS: avoid setting some flow risks for webrtc trafficNardi Ivan2024-02-26
* TLS: fix disabling of JA3C fingerprint (#2319)Ivan Nardi2024-02-19
* TLS: add configuration of JA* fingerprints (#2313)Ivan Nardi2024-02-10
* Improve normalization of `flow->host_server_name` (#2310)Ivan Nardi2024-02-09
* Normalization of host_server_name (#2299)Vitaly Lavrov2024-02-05
* Simplify and fix JA4 string computation. (#2298)Toni2024-02-02
* config: configure TLS certificate expiration with the new APINardi Ivan2024-01-18
* config: move cfg of aggressiviness and opportunistic TLS to the new APINardi Ivan2024-01-18
* New API for library configurationNardi Ivan2024-01-18
* TLS: fix heap-buffer-overflow (#2235)Ivan Nardi2024-01-02
* New ndpi_sha256() nDPI API call (#2230)Luca Deri2023-12-23
* Changes to avoid type redefinition on windowsLuca Deri2023-12-23
* Buffer overflow fixLuca Deri2023-12-23
* Warning fixLuca Deri2023-12-22
* Implements JA4 Support (#2191)Luca Deri2023-12-22
* Changes to make room for JA4Luca Deri2023-12-22
* TLS: be sure to always set a category value (#2206)Ivan Nardi2023-12-14
* fuzz: extend fuzzing coverage (#2205)Ivan Nardi2023-12-11
* TLS: remove JA3+ fingerprints. (#2192)Ivan Nardi2023-12-05
* STUN: improve demultiplexing of DTLS packets (#2153)Ivan Nardi2023-11-27
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Added HAProxy protocol. (#2088)Toni2023-10-02
* Added NDPI_TLS_ALPN_SNI_MISMATCH flow riskLuca Deri2023-09-07
* TLS: add basic, basic, detection of Encrypted ClientHello (#2053)Ivan Nardi2023-07-21
* fuzz: extend fuzzing coverage (#2040)Ivan Nardi2023-07-11
* Fixed heap-overflow if compiled with `--enable-tls-sigs`. (#2038)Toni2023-07-07
* STUN: add dissection of DTLS handshake (#2018)Ivan Nardi2023-06-26
* Compilation fixLuca Deri2023-06-22
* Waring fixLuca Deri2023-06-21
* Numeric truncation at `tls.c:1010` (#2005)headshog2023-06-08
* Ookla: rework detection (#1922)Ivan Nardi2023-03-30
* TLS: fix another interger overflow in certificate processing (#1915)Ivan Nardi2023-03-30
* TLS: fix parsing of certificate elements (#1910)Ivan Nardi2023-03-22
* fuzz: add a new fuzzer to test TLS certificates (#1901)Ivan Nardi2023-03-20
* Add a new flow risk about literal IP addresses used as SNI (#1892)Ivan Nardi2023-03-02
* LRU caches: add a generic (optional and configurable) expiration logic (#1855)Ivan Nardi2023-01-18