aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/tls.c
Commit message (Expand)AuthorAge
...
* Avoid overwriting valid protocol in `ndpi_detection_giveup` (#1360)Ivan Nardi2021-10-27
* Detect invalid characters in text and set a risk. Fixes #1347. (#1363)Toni2021-10-26
* TLS: fix a heap-buffer-overflow (#1356)Ivan Nardi2021-10-22
* Fixed heap-buffer-overflow in TLS dissectorLuca Deri2021-10-20
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Fix compilation with clang-13 or if some debug macros are enabled (#1326)Ivan Nardi2021-10-06
* TLS obsolete protocol is set when TLS < 1.2 (used to be 1.1)Luca Deri2021-10-05
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* TLS: avoid zeroing large structures (#1300)Ivan Nardi2021-09-16
* Hangout: fix usage of STUN function (#1299)Ivan Nardi2021-09-13
* Fix access to some TLS fields in flow structure (#1277)Ivan Nardi2021-08-20
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Fixed some invalid TLS guessesLuca Deri2021-08-17
* Added TLS fatal alert flow riskLuca Deri2021-08-07
* Implemented ALPN automa for checking uncommon ALPNsLuca Deri2021-07-24
* Reworked flow risk implementationLuca Deri2021-07-23
* Implemented function to retrieve flow information. #1253 (#1254)Toni2021-07-23
* Added risk: TLS_EXTENSION_SUSPICIOUS (#1252)Toni2021-07-19
* Fixed TLS certificate threshold (#1248)pacant2021-07-16
* Code cleanupLuca Deri2021-07-14
* TLS Risks - Certificate Validity Too Long (#1239)pacant2021-07-14
* TLS: fix a memory error in JA3 code (#1227)Ivan Nardi2021-07-05
* Fixed off-by-one memory error for TLS-JA3. (#1222)Toni2021-06-29
* Restored 32 bit value in ndpi_match_string_value()Luca Deri2021-06-21
* Code review. (#1205)Vitaly Lavrov2021-06-15
* TLS: improve check for common ALPNs (#1191)Ivan Nardi2021-06-01
* Added TLS check to avoid crash with UDP-based trafficLuca2021-05-25
* Improved TLS browser detection heuristicsLuca Deri2021-05-19
* Added risk/score dump (ndpiReader -h)Luca Deri2021-05-18
* Added further checksLuca Deri2021-05-15
* Added TLS certifiacate cachingLuca Deri2021-05-15
* Added browser TLS heuristicLuca Deri2021-05-13
* Implemented heuristic to detect Safari and Firefox TLS browsingLuca Deri2021-05-13
* Improved SSL certificate name wildcard handling and risk. #1182 (#1183)Toni2021-05-11
* TLS: fix extraction for TLS signature algorithms (#1180)Ivan Nardi2021-05-09
* TLS: fix another use-of-uninitialized-value error in ClientHello parsing (#1179)Ivan Nardi2021-05-09
* Initial work towards detection via TLS of browser typesLuca2021-05-06
* Add extraction for TLS signature algorithmsLuca2021-05-06
* 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