aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/tls.c
Commit message (Expand)AuthorAge
* DTLS: fix access to certificate cache (#1450)Ivan Nardi2022-02-21
* TLS: fix parsing of certificate elements (#1435)Ivan Nardi2022-02-07
* Make some protocols more "big-endian" friendly (#1402)Ivan Nardi2022-01-29
* Kerberos, TLS, example: fix some memory errors (#1419)Ivan Nardi2022-01-27
* Added NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE flow riskLuca Deri2022-01-26
* Fix Grease values parsing (#1416)havsah2022-01-21
* Fixed certificate mismatch checkLuca Deri2022-01-19
* TLS, H323, examples: fix some memory errors (#1414)Ivan Nardi2022-01-18
* TLS: fix a use-of-uninitialized-value error (#1411)Ivan Nardi2022-01-16
* TLS: fix heap-buffer-overflow error (#1408)Ivan Nardi2022-01-15
* Added the ability to specify trusted issueDN often used in companies to self-...Luca Deri2022-01-13
* Fix two use-of-uninitialized-value errors (#1398)Ivan Nardi2022-01-12
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* A final(?) effort to reduce memory usage per flow (#1389)Ivan Nardi2021-12-22
* Improve/add several protocols (#1383)Ivan Nardi2021-12-18
* TLS: add support for IPV6 in Subject Alt Names field (#1385)Ivan Nardi2021-12-18
* TLS: fix usage of certificate cache (#1384)Ivan Nardi2021-12-18
* Fixed issue that prevented alt certificate names to be fully detected when ip...Luca Deri2021-12-07
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* TLS: fix two warnings (#1365)Ivan Nardi2021-11-02
* Updated test resultsLuca Deri2021-11-02
* Fixed certificate mismatch for TLS flows with no client hello observedLuca Deri2021-11-02
* Little change in TLS debug tracesLuca Deri2021-10-28
* Fixed TLS certificate dissection of subjectAltNameLuca Deri2021-10-27
* Minor code cleanupLuca Deri2021-10-27
* 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