aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/tls.c
Commit message (Expand)AuthorAge
* Check for common ALPNs and set a flow risk if not known. (#1175)Toni2021-04-27
* TLS: fix some use-of-uninitialized-value errors in ClientHello parsing (#1169)Ivan Nardi2021-04-18
* Added NDPI_DESKTOP_OR_FILE_SHARING_SESSION risk to remote protocols for remot...Luca Deri2021-04-12
* Added NDPI_DESKTOP_OR_FILE_SHARING_SESSION flow riskLuca Deri2021-04-11
* Win compilation fixLuca Deri2021-03-22
* Better DGA detection (slightly decreased accuracy)Luca Deri2021-03-20
* Removed duplicate extesions lenLuca Deri2021-03-19
* Added ALPN and elliptic curve in JA3S+Luca Deri2021-03-19
* Implemented JA3+ also for JA3SLuca Deri2021-03-19
* Reworked JA3Luca Deri2021-03-19
* JA3 debug improvementsLuca Deri2021-03-19
* Fix compilation warningAlfredo Cardigliano2021-03-12
* Fixed JA3+ computationLuca Deri2021-03-11
* Added experiemntal JA3+ implementation that can be used with -z i ndpiReaderLuca Deri2021-03-09
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
* DTLS: improve support (#1146)Ivan Nardi2021-03-02
* Added NDPI_MALICIOUS_SHA1 flow risk. (#1142)Toni2021-02-26
* Added NDPI_MALICIOUS_JA3 flow riskLuca Deri2021-02-22
* Implemented TLS Certificate Sibject matchingLuca Deri2021-02-22
* Improved (partial) TLS dissectionLuca Deri2021-02-04
* debug message bugfix (#1108)ragostino2021-02-03
* Cleaned up tls/quic datatypesLuca Deri2021-01-21
* Reworked TLS fingerprint calcolationLuca Deri2021-01-21
* Rewored UPnP protocol that in essence was WSD hence it has been renamedLuca2021-01-20
* (C) UpdateLuca Deri2021-01-07
* Quic fixes (#1106)Ivan Nardi2021-01-07
* QUIC: update to draft-33 (#1104)Ivan Nardi2021-01-04
* Introduced fix on TLS for discarding traffic out of sequence that might inval...Luca Deri2020-12-22
* fixes issue #1050 Syntax error caused buffer pointer to equal 0x1 (#1051)Don J. Rude2020-11-09
* Updated ESNI/SNI alarm generation prolicyLuca Deri2020-11-08
* Added -D flag for detecting DoH in the wildLuca Deri2020-10-26
* Various improvemement when using ndpi_pref_enable_tls_block_dissection:Luca Deri2020-10-24
* Added fix for invalid SNI check when SNI is missingLuca Deri2020-10-02
* Added risks for checkingLuca Deri2020-09-21
* Merge pull request #1012 from IvanNardi/uaLuca Deri2020-09-17
|\
| * TLS: fix memory accesses in QUIC transport parameters extensionNardi Ivan2020-09-10
| * QUIC: extract User Agent informationNardi Ivan2020-09-08
* | Added extension to detect nested subdomains as used in Browsertunnel attack toolLuca Deri2020-09-09
|/
* Update TLS dissector to handle QUIC flowsNardi Ivan2020-08-21
* Suspicious ESNI usage: add a comment and a pcap exampleNardi Ivan2020-08-06
* Merge pull request #973 from IvanNardi/esni3Luca Deri2020-08-06
|\
| * Add risk flag about suspicious ESNI usageNardi Ivan2020-08-05
* | Fixed possible memory leak in TLS certificate handlingLuca Deri2020-08-05
|/
* Added memory checksLuca Deri2020-08-02
* Fixed partial TLS dissectionLuca Deri2020-07-30
* Restored TLS dissectionLuca Deri2020-07-30
* Tiny changes for TLS block lenght dissectionLuca Deri2020-07-29
* TLS dissection improvementsLuca Deri2020-07-28
* Fix for invalid boundary checkLuca Deri2020-07-17
* Fixed race condition in ndpi_ssl_version2str() caused by static qualifier in ...Toni Uhlig2020-07-11