Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Tiny changes for TLS block lenght dissection | Luca Deri | 2020-07-29 | |
| | ||||
* | TLS dissection improvements | Luca Deri | 2020-07-28 | |
| | ||||
* | Fix for invalid boundary check | Luca Deri | 2020-07-17 | |
| | ||||
* | Fixed race condition in ndpi_ssl_version2str() caused by static qualifier in ↵ | Toni Uhlig | 2020-07-11 | |
| | | | | | | | | | the version string buffer. * added also GREASE supported tls versions as specified in https://tools.ietf.org/html/draft-davidben-tls-grease-01#page-4 Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Fixed heap overflow in tls esni extraction triggered by manipulated packets. | Toni Uhlig | 2020-06-29 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | TLS: extract JA3 signatures in some corner cases | Nardi Ivan | 2020-06-28 | |
| | | | | | In some (rare) cases, Client Hello message contains lots of cipher suits. | |||
* | Added malformed packet risk support | Luca Deri | 2020-06-26 | |
| | ||||
* | Fixes #906 | Luca Deri | 2020-06-22 | |
| | | | | Packet bins are not printed wehn empty | |||
* | Merge pull request #920 from lnslbrty/fix/tls-rdn-crash | Luca Deri | 2020-06-19 | |
|\ | | | | | Fixed stack overflow caused by missing length check | |||
| * | Fixed stack overflow caused by missing length check | Toni Uhlig | 2020-06-18 | |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | Fixed API documentation: packet tiestamp is expressed in milliseconds | Luca Deri | 2020-06-18 | |
|/ | ||||
* | Added DGA risk for names that look like a DGA | Luca Deri | 2020-06-11 | |
| | ||||
* | Win fixes | Luca Deri | 2020-06-08 | |
| | ||||
* | Added check in TLS 1.2+ for reporting a risk when TLS is not used to carry HTTPS | Luca Deri | 2020-06-08 | |
| | ||||
* | Added TLS bounadry check | Luca Deri | 2020-06-07 | |
| | ||||
* | Removed some obsolete protocols (battlefield, oscar, pcanywhere, tvants) | Luca Deri | 2020-06-06 | |
| | ||||
* | Check to avoid allocating twice the esni memory | Luca Deri | 2020-06-01 | |
| | ||||
* | Added extra TLS memory boundary checks | Luca Deri | 2020-05-31 | |
| | ||||
* | Added references to ESNI | Luca Deri | 2020-05-29 | |
| | ||||
* | Added support for Encrypted TLS SNI dissection | Luca Deri | 2020-05-28 | |
| | | | | https://datatracker.ietf.org/doc/draft-ietf-tls-sni-encryption/ | |||
* | Added check for binary scripts | Luca Deri | 2020-05-15 | |
| | | | | | Added NDPI_HTTP_NUMERIC_IP_HOST risk ndpi_risk moved to 32 bit | |||
* | Added NDPI_TLS_CERTIFICATE_EXPIRED, NDPI_TLS_CERTIFICATE_MISMATCH, to ndpi_risk | Luca Deri | 2020-05-15 | |
| | ||||
* | Invalid TLS check | Luca Deri | 2020-05-12 | |
| | ||||
* | Added TLS weak cipher and obsolete protocol version detection | Luca Deri | 2020-05-10 | |
| | ||||
* | Added detection of self-signed TLS certificates | Luca Deri | 2020-05-10 | |
| | ||||
* | Added TLS issuerDN and subjectDN | Luca Deri | 2020-05-07 | |
| | ||||
* | Reworked TLS dissector with a certificate RDN sequence reader | Luca Deri | 2020-05-07 | |
| | ||||
* | Warning fix | Luca Deri | 2020-04-22 | |
| | ||||
* | Fix some compilation warnings | Nardi Ivan | 2020-04-20 | |
| | ||||
* | TLS initializes version_str | Philippe Antoine | 2020-04-15 | |
| | ||||
* | Adds bound check in TLS | Philippe Antoine | 2020-04-15 | |
| | ||||
* | tls: fix heap-overflow error | Nardi Ivan | 2020-03-27 | |
| | ||||
* | tls_supported_versions only if version_str is initialized | Philippe Antoine | 2020-03-19 | |
| | | | | With version_len == (extension_len-1) | |||
* | Fix use of uninitialized value in TLS | Philippe Antoine | 2020-03-19 | |
| | ||||
* | Fix infinite loop in tls | Philippe Antoine | 2020-03-12 | |
| | ||||
* | Fix snprintf return value check for tls | Philippe Antoine | 2020-03-12 | |
| | ||||
* | Fixed TLS client SNI dissection | Luca Deri | 2020-02-17 | |
| | ||||
* | Fix memory invalid access in SMTP and leaks in TLS | emanuele-f | 2020-02-13 | |
| | ||||
* | Fix possible leak | emanuele-f | 2020-02-13 | |
| | ||||
* | Added export of TLS supported version in TLS header | Luca Deri | 2020-02-07 | |
| | ||||
* | Added TLS ALPN support | Luca Deri | 2020-02-07 | |
| | ||||
* | Little enhancements | emanuele-f | 2020-02-06 | |
| | ||||
* | Code improvements | Luca Deri | 2020-02-04 | |
| | ||||
* | Added further TLS checks | Luca | 2020-01-10 | |
| | ||||
* | Minor cleanup | Luca Deri | 2020-01-10 | |
| | ||||
* | Fix for invalid TLS leght | Luca Deri | 2020-01-09 | |
| | ||||
* | Added check for preventing TLS misbehavior | Luca Deri | 2020-01-09 | |
| | ||||
* | Fix for avoiding misdetection in TLS | Luca | 2020-01-09 | |
| | ||||
* | Code hardening | Luca Deri | 2020-01-08 | |
| | ||||
* | Removed TLS debug code that could have caused crashes | Luca Deri | 2020-01-05 | |
| |