aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/tls.c
Commit message (Expand)AuthorAge
* TLS: ignore invalid Content Type valuesNardi Ivan2022-07-07
* Label SMTP w/ STARTTLS as SMTPS *and* dissect TLS clho. (#1639)Toni2022-07-06
* SMTP with STARTTLS is now identified as SMTPSLuca Deri2022-07-05
* Detect SMTPs w/ STARTTLS as TLS and dissect client/server hello. Fixes #1630....Toni2022-07-05
* Cleaned-up issuer DN check code addingLuca Deri2022-07-04
* Replaced malicious JA3-md5/SSL-cert-sha1 ac automata with hashmaps.Toni Uhlig2022-07-04
* TLS: add support for old DTLS versions and for detection of mid-sessions (#1619)Ivan Nardi2022-07-03
* Enhanced TLS risk info reported to usersLuca Deri2022-06-28
* Fixed syslog false positives. (#1577)Toni2022-06-03
* TLS: fix use-of-uninitialized-value error (#1573)Ivan Nardi2022-06-02
* TLS: fix stack-buffer-overflow error (#1567)Ivan Nardi2022-05-31
* TLS: fix use-of-uninitialized-value error (#1566)Ivan Nardi2022-05-30
* Certificate timestamps should be printed in UTC (#1563)Ivan Nardi2022-05-30
* Updated tests resultsLuca Deri2022-05-30
* Added RiskInfo stringLuca Deri2022-05-30
* Fix dissection of IPv4 header (#1561)Ivan Nardi2022-05-29
* Compilation fixesLuca Deri2022-05-27
* Improved detection of invalid SNI and hostnames in TLS, HTTPLuca Deri2022-05-24
* Improved TLS alert detection. (#1542)Toni2022-05-08
* Improved TLS application data detection. (#1541)Toni2022-05-08
* Improved TLS application data detection. (#1532)Toni2022-04-27
* Added ability to store custom category file in patricia treeLuca Deri2022-04-26
* Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2Toni Uhlig2022-04-14
* 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